*{
  margin: 0;
  padding: 0;
}

body{
  background: url(images/fond.jpg) repeat-x 0 0; 
  font: normal normal 0.9em verdana,arial,sans-serif; 
  color: #333333;
}

img{
  border: none;
}

.separateur{
  clear: both;
  visibility: hidden;
  height: 0px;
  width: 0px;
}



/*----------------*/
#page{
  width: 800px;
  margin: 0.2em auto 0 auto;
  background: url(images/page_fond.gif) repeat-y 0 0;
}

/*-----------------*/
#entete{
  width: 800px;  
  background: url(images/page_entete.jpg) no-repeat 0 0;
  height: 155px;  
}

#entete h1.entete{
  float: left;
}

#entete h1.entete a{  
  display: block;  
  width: 142px;
  height: 109px;
  text-decoration: none;
}

#entete h1.entete a i{
  visibility: hidden;
  font-size: 0px;  
}

#entete ul.menu_haut{
  margin-left: 150px;
}

#entete ul.menu_haut li{  
  float: left;
  list-style-position: inside;
  list-style-type: none;
  display: inline;
}

#entete ul.menu_haut li a{
  display: block;
  width: 162px;
  height: 135px;
  text-decoration: none;
}

#entete ul.menu_haut li a i{
  visibility: hidden;
}

/*-----------------*/
#centre{
  float: left;
  width: 490px;
  padding: 0px 5px 0px 5px;	
}

#centre ul{
padding-left: 15px ;
}

.texteaccueil h3{
padding-top: 10px ;
color: blue ;
}

#centre h4{
padding-top: 10px ;
}

#centre #sommairephoto{
margin-top: 10px;
/*width: 250px;
height: 250px;
border: solid 2px #0000FF ;*/
}
/*
#centre #sommairetexteaccueil{
float: right;
height: 250px;
width: 220px ;
border: solid 2px #00FF00 ;
}

#centre #corpsaccueil{
float:left;
height: 500px;
width:100%;
border: solid 2px #FF0000 ;
}
*/
#centre h2{
  clear: both;
  margin: 0.5em 0 0.5em 0;
  width: 490px;
  font-size: 18px;
  font-weight: normal;
  color: #FFF;
  background-color: #F0A41C;
}

#centre h3{
  width: 490px;
  font-size: 14px;
  font-weight: bold;
}

#centre a.logo img{
  float: left;
  margin: 0 5px 5px 0;
}

#centre p {
  margin: 0.5em 0 1em 0;
}

#centre #filariane{
  margin-top: 0.5em;
}

#centre #filariane li{
  list-style-type: none;
  list-style-position: inside;
  display: inline;
}

#centre #filariane li a{
  font-size: 0.9em;
  text-decoration: none;
}

#centre #filariane li a.on{
  font-weight: bold;
}

#centre .inforecherche p{	 
	font-size: 0.7em;
	margin: 0px;
}

#centre .separateur{
  height: 5px;
  width: 50px;
  margin: 0.5em 0 0.5em 0;
}

/*-------------------*/
#droite{
  float: right;
  width: 149px;
  background: url(images/droite_fond.gif) repeat-y 0 0;
  font-size: 0.8em;
}

#droite .pied{
  height: 202px;
  background: url(images/droite_pied.gif) no-repeat 0 0;
}

#droite .contenu{
  width: 140px;  
  margin-left: 4px;
}


#droite form.formulaire_recherche{
  padding-left: 2px;
}

#droite form.formulaire_recherche input{
  border: 1px solid #F0A41C;
}

#droite form.formulaire_recherche input.texte{
  width: 135px;
}

#droite form.formulaire_recherche input.submit{
  float: right;  
  width: 85px;
  height: 14px;  
  border: none;
  color: #006699;
  background: url(images/boutons/rechercher.gif) no-repeat 0 0;
  margin: 2px 2px 2px 0;
  cursor: pointer;
  font-size: 12px;  
}

#droite form.formulaire_recherche label{
  visibility: hidden;
} 

#droite h3{
  clear: both;
  margin: 0.2em 0 0.5em 0;
  background-color: #ADCCE2;
  color: #FFF;
  font-size: 14px;
  font-weight: normal;
}

#droite #calendar table{
  text-align: center;
  width: 100%;
}

#droite #calendar table td.horsperiode{
  background-color: #CCCCCC;
  color: #EEEEEE;
}

#droite #calendar table td.today{
  border: 1px solid #006699;
}

#droite #calendar table td.occupe{
  background-color: #F0A41C;
}

#droite #calendar table td a{
  text-decoration: none;
}

#droite #calendar table td.occupe a{
  color: #FFF;
}


/*------------------*/
#gauche{
  float: left;
  width: 150px;
}

#gauche ul.menu{
  background: url(images/gauche_fond.gif) repeat-y 0 0;  
}

#gauche ul.menu li{
  list-style-position: inside;
  list-style-type: none;
  margin: 0 5px 0 6px;
  padding: 5px 0 5px 0;
  text-align: right;
  background-color: #E1ECF4;
  border-top: 1px solid #006699;
  /*border-bottom: 1px solid #006699;*/
}

#gauche ul.menu li.on{
  background-color: #FFF;
}

#gauche ul.menu li a{
  color: #006699;
  text-decoration: none;
}

#gauche ul.menu li.contact{
    margin-top: 30px;
    background-color: #FFF;
}


#gauche .pied{
  height: 130px;
  background: url(images/gauche_pied.gif) no-repeat 0 0;  
}

/*------------------*/
#pied{
  clear: both;
  background: url(images/page_pied.gif) no-repeat 0 0;
  text-align: center;
  font-size: 10px;
  height: 25px;  
}
#pied a{  
  color: #333333;
}

