
body {
  width:100%;
  margin:0;
  font-family:Verdana, Arial,  san-Serif;
}

#avertissement {
  width:100%;
  font-style:italic;
  color:#000000;
}
/*******************************************************************************
 *Entete
*******************************************************************************/
#entete {
  height:none;
  background:none;
}
#entete h1 {
  font-family:"Times New Roman", Serif;
  font-size:2em;    
  font-style:Italic;
  border-left:none;
  border-right:none;
  text-align:center;
}
#entete h1 a {
  color:#096407;
  text-decoration:none;
}
/*******************************************************************************
 * Bar horizontale sous l'entête
*******************************************************************************/
#hbar {

  height:auto;
  background:none;
  padding:0 0 0 3em;
  border-left:none
  border-right:none;
}


/*******************************************************************************
 * Définit le menu onglet
*******************************************************************************/
#hbar ul {
  margin:0;
  }
#hbar li {
  display:none;
  background:none; 
  }
#hbar a {
  background:none;
  }  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#hbar a {float:none;}
/* End IE5-Mac hack */
#hbar a:hover {
  background:none;
  color:#000000;
  }
#hbar #current {
  display:inline;
  color:#096407;
  background:none; 
  text-align:center;
  font-size:1.5em;  
  }
#hbar #current a {
  background:none;  
  color:#096407;
  text-decoration:none;
}


/*******************************************************************************
 * Conteneur principal
*******************************************************************************/
#principal {
  min-height:none;
  height:none;
  background:none;
  border-left:none;
  border-right:none; 
  border-bottom:none; 
}

/*******************************************************************************
 * Partie de contenu en taille max ou en taille variable
*******************************************************************************/
#content {
  max-height:none;
  overflow:none;
  padding:0.8em 0.2em 0 0;    
  font-size:0.8em;
  padding:0 0 0 15px;  
  text-align:justify;
}
#content h2{
  clear:both;
}
#content p {
  clear:both;
}

#content li {
  padding:0 0 0 25px;
  list-style:none;
}
#content a, #content a:visited {
  color:#123d5f;
  text-decoration:underline;
}
#content a:hover {
  color:#124266;
  text-decoration:none;
}


#content h1 {
  margin:15px 30px 0 20px;
  padding:0 0 0 2.5em;
  color:#0c77c9;
  font-size:1.4em;
  font-weight:bold;
  border-bottom:2px solid #596F80;
}

#content h2 {
  margin:10px 0px 0 20px;
  padding:0 0 0 3em;
  color:#096407;
  font-size:1.1em;
  font-weight:bold;
}    
  
#content img {
  border:0;
  margin:0.2em;
  padding:0;
}

img.lf {
  Float:Left;
}
img.rf {
  Float:Right;
}

/*******************************************************************************
 * Menu de gauche
*******************************************************************************/
#gmenu { /*le containeur*/
  display:none;
  clear:both;
  Float:Left;
  width:210px;
  
}
#gmenu ul {
  list-style-type:none;
  padding:0px 5px 15px 90px;
}
#gmenu a,#gmenu a:visited {
  text-decoration:none;
}

#gmenu li a {
  display:block;
  color: #000;
  background: #fff;
  font-size:0.9em;
  font-weight:bold;
  margin:0px 5px 10px 5px;
  padding:0 0 0 5px;  
  opacity: 0.6;
  filter: alpha(opacity:60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;  
}

#gmenu li a:hover {

  opacity: 1;
  filter: alpha(opacity:100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  background: transparent;
  color: #fff;
} 


/*******************************************************************************
 * Pied de la page
*******************************************************************************/
#util {
  display:none;
  float:right;
}
#util img{
  border:0;
}


#pied {
  clear:both;
  font-family:Verdana, Arial, Sans-Serif;
  font-size:0.6em;
  color:#596F80;
  font-weight:bold;
  text-align:center;
}
#pied p {
  margin:0;
  padding:0;  
}
#pied a, #pied a:visited {
 color:#596F80;
 text-decoration:none
}
#pied a:hover {
  text-decoration:underline;
}


.error {
  color:#FF0000;
  font-weight:bold;
}
.info {
  color:#0000FF;
  font-weight:bold;
}

#idee{
  display:none;
}

