/* 
 * La id entete (une seule entete) et ses composantes
 * h1
 * h2
 * #logo
 * p
 */

#entete {
  background:  transparent url(../Images/fond_gris.gif) repeat;
  position:          absolute;
  height:            92pt;
  width:             98%;
  left:              1%;
  right:             1%;
  top:               43pt;
  border-bottom-style: ridge;
  border-bottom-color: #e0e0e0; 
  font-family:       Verdana,Arial,Helvetica,sans-serif;
}

#entete h1{
  color:             #aaaaaa;
  font-size:         200%;
  text-align:        center;
  font-style:        italic;
  margin:            0pt;
  margin-left:       200pt;
}

#entete h2{
  color:             #8a8a8a;
  font-size:         120%;
  text-align:        center;
  font-style:        italic;
  margin:            0pt;
  margin-left:       200pt;
}

#entete #logo {
  display:           block;
  background:        transparent url(../Images/SFBI.gif) 0pt 0pt no-repeat;
  float:             right;
  margin-top:        12pt;
  margin-right:      2pt;
  margin-bottom:     12pt;
  width:             88pt;
  height:            88pt; 
}

#entete p {
  text-align:        justify;
  width:             100%;	
}

