body{
  background:#FFF;
  color:#8c9f67;
  font-size:62.5%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin:0;padding:0;
  text-align:center;
}

.clearboth{
  clear:both;
  height:1px;
  overflow:hidden;
}


#page{
  width:750px;
  margin:0 auto;
  text-align:left;
  font-size:1.1em;
}

/*******************************************************************************
                                Entete
*******************************************************************************/
#entete{
  margin-top:2.3em;
  background:url(../img/bande_degrade.jpg) 0 184px no-repeat;
  height:190px;
}

#entete h1{
  background:url(../img/bandeaux/img_intro_top.jpg) no-repeat;
  width:750px;height:184px;
  margin:0;padding:0;
}

#entete h1 span{ display:none;}

/*******************************************************************************
                                Corps
*******************************************************************************/

#corps{background:#8eb542;}

#corps p{ padding:0 25px 20px;margin:0;}

#corps p.intro{
  padding-top:25px;
  font-weight:bold;
}

#francais,#anglais{
  float:left;
  display:inline;
  width:375px;
  margin-top:6px;
}

#francais h2, #anglais h2{
  font-size:1.7em;
  color:#FFF;
  margin:0;padding:15px 0 0 25px;
}

#francais h3, #anglais h3{
  font-size:1.4em;
  font-weight:normal;
  color:#FFF;
  margin:0;padding:0 0 0 25px;
}

#francais .texte,#anglais .texte{
  background:#FFF;
  margin:20px 6px 0;
  min-height:275px;
  _height:275px;
  position:relative;
}

#corps .bienvenue{
  text-align:center;
  background:#FFF;
  margin:0 6px 6px;
  padding-bottom:10px;
}
#corps .bienvenue a{
  color:#c54c21;
  font-size:1.5em;
  font-weight:bold;
  text-decoration:none;
}

#corps .bienvenue a:hover{ text-decoration:underline;}




