html, body 
  {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
  overflow:hidden;
  }
  
body
   {
  font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size: 13px;
  margin: 0;
  padding: 0;
  }

h1
   {
  margin-top: 10px;
  text-align: left;
  font-size: 32px;
  color: #2e6033;
  background-image: url("../img/logo-b32.gif");
  background-repeat: no-repeat;
  text-indent:30px;
  }

  
a
   {
  text-decoration: none;
  color: #2e6033;
  font-weight: bold;
  }

a:hover
   {
  text-decoration: none;
  color: #b63423;
  font-weight: bold;
  }

  
img
  {
  border: 0;
  }
  

  
  
#left
   {
  position:absolute; 
  top:0px; 
  left:0px; 
  width:220px; 
  height:100%;
  z-index:10; 
  background-color: #fefefe;
  }
  
#right
   {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  overflow:auto;
  z-index:2;
  background-color: #efeeee;
  /*background-image: url("../img/bg.jpg");*/
  }

#right_content
   {
  padding:0px 5px 5px 225px;
  }

  
  
#l_logo
   {
  margin-top:10px;
  text-align:center;
  }

  
#l_menu
   {
  /*height: 150px;*/
  margin-top: 30px;
  margin-left: 40px;
  margin-bottom: 30px;
  font-family: Helvetica, Arial;
  font-size: 17px;
  }

#l_menu ul 
  {
  list-style-type:none;
  margin:0px 0px 0px 0px;
  padding:0px;
  }
  
#l_menu li
   {
  height: 22px;
  /*list-style-type:none;*/
  background-image: url("../img/logo-b24.gif");
  background-repeat: no-repeat;
  padding-left: 24px;
  padding-top: 5px;
  }
  
#l_menu li:hover
   {
  background-image: url("../img/logo-b32.gif");
  padding-left: 32px;
  }


  
#l_info
   {
  text-align: center;
  /*color: #0099ff;*/
  font-size: 12px;
  }

  
#l_flags
   {
  margin-top:30px;
  text-align: center;
  }

  
 
#liste_info
  {
  list-style-type:circle;
  margin:10px 0px 0px 25px;
  padding:0px;
  }
 
.r_cadre
  {
  width:700px;
  border: 1px solid #2e6033;
  text-align: justify;
  margin: 10px;
  padding: 5px;
  }

 
.photo_gauche
  {
  float: left;
  /*border: 1px solid #2e6033;*/
  /*margin: 10px 10px 10px 10px;*/
  padding-right:10px;
  }
.photo_droite
  {
  float: right;
  padding-left:10px;
  }


.classe_titre
  {
  font-size: 140%;
  font-weight: bolder;
  white-space:nowrap;
  text-align:center;
  }

.classe_mot
  {
  white-space:nowrap;
  }


.classe_euskadi
  {
  font-weight: bold;
  font-style: italic;
  white-space: nowrap;
  }
 
.classe_euskadi_2
  {
  font-weight: bold;
  font-style: italic;
  }