@charset "utf-8";
/* CSS Document */



body {
  font-family: Verdana,Geneva,Helvetica,Arial,sans-serif;
  font-size: 13px;
	background-color: #e6e6e6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	font-family: Verdana,Geneva,Helvetica,Arial,sans-serif;
	text-decoration: none;
}


h1 {
	font-size: 20px;
	color: #fae476;
}

h2 {
	font-size: 18px;
	color: #FFFFFF;

}

#bandeau-haut-fr{
	height:195px;
  width:888px;
  background-image:url(../img/bandeau-haut-fr.jpg);
}

#bandeau-haut-en{
	height:195px;
  width:888px;
  background-image:url(../img/bandeau-haut-en.jpg);
}

#menuGauche{
	height:284px;
   width:240px;
   float:left;
}



#pageCentrale{
	 color: #FFFFFF;
   width:425px;
   background-image:url(../img/menu-gauche-fr.jpg);
   float:left;
}

#titre{
  height:69px;
  width:650px;
  background-image:url(../img/bandeau-titre.jpg);
}

#texte{
  background-image:url(../img/fond-texte.jpg);
  background-repeat:repeat-y;  
}


#bandeau-bas{
  height:34px;
  width:888px;
  background-image:url(../img/bandeau-bas.jpg);
}

.ecritureGris {
  color: #CCCCCC;
}

.ecritureBlanc {
  color: #FFFFFF;
}