/*-----------------    Mise en page globale -----------------      */
html {
   height: 100%;
   }

body {
  height: 100%;
  background-color: #000000;
  padding: 0;
  margin: 0;
  font-size: 12px;  
  font-family: Verdana, Tahoma, Arial, sans-serif;
 }
 
#global {     /* pas de largeur définie
                 la page va occuper toute la largeur  */
  width: 980px;
  background-color: #b20000;
  margin-left: auto;
  margin-right: auto;
  }

 /*-----------------   --  En-tête  -----------------      */ 
 #entete {
 height: 120px;
 background: white url(banniere.jpg) top left no-repeat;
 }

#entete p {
 margin: 45px 0 0 200px;
 font-weight: bold;
 color: black;
 font-size: 1.1em;
}

#entete h1 {
 text-indent: -5000px;
 margin: 5px 0 0 200px;
 margin:0;
}

/*-----------------    Menu haut -----------------      */
#menuhaut {
 margin: 0;
 padding: 0.1em 0.5em 0.1em 0;
 list-style-type: none;
 background-color: black;
 color: white;
 text-align: right;
 }

#menuhaut ul {
margin-left: 0;
}

#menuhaut li {
 display: inline;
 }

#menuhaut a {
 color: white;
 text-decoration: none;
 }

#menuhaut a:hover {
 text-decoration: underline;
 }
 
/*-----------------   Contenu général -----------------      */
#principal {
 background: url(fondmenu.jpg) repeat-y
}

#contenu { 
 width: 724px;
 margin-top: 0;
 margin-left: 256px;
 padding-bottom: 20px;
 background: white;
 }

#contenu p {
  margin: 0 0 0 1em;
 }

#contenu a {
  color: white;
  text-decoration: none;
  
 } 
 
#contenu a:hover{
   text-decoration: none;
   font-weight: bold;
   }
 
p {
  margin: 0 0 1em 0;
  }

h1 {
  color: black;
  } 

#bloc-central {
 margin-left: 122px;
 margin-right: 122px;
 text-align: justify;
}

#bloc-central p {
  margin: 0 25px 10px 25px;
 }
 
#bloc-central a {
  color: #B20000;
  text-decoration: none;
  font-weight: bold;
 } 
 
#bloc-central a:hover{
   text-decoration: underline;
   }

#bloc-central .titre {
 padding-left: 15px;
 line-height: 25px;
 margin-right: 50px;
 font-size: 1.4em;
 color: #B20000;
 border-bottom: 1px solid #B20000;
 border-left: 5px solid #B20000;
    }

#bloc-central .soustitre {
 margin-left: 50px;
 padding-left: 5px;
 margin-right: 30px;
 color: black;
 font-size: 1.1em;
 }

#hautpage {
 margin-left: 236px;
 background-color: white;
 text-align: center;
 }

#hautpage a {
 color: #B20000;
 text-decoration: none;
 font-size: 10px;
} 


/*-----------------    Slider -----------------      */ 
div#slider {margin-left:20px;margin-right:20px;margin-top: 44px;padding: 2px;border-width: 2px;border-style: solid;border-color: #B20000;}
	

/*-----------------    Navigation -----------------      */ 
#navigation { 
float: left;
width: 236px;
padding-top: 25px;
padding-right: 0;
padding-bottom: 25px;
padding-left: 0;
margin-top: 0;
margin-right: 0;
margin-bottom: 5px;
margin-left: 0;
}

#navigation p {
color: white;
text-align: center;
padding: 8px;
font-weight: bold;
}

#navigation ul {
margin-left: 0;
}

#navigation li {
list-style-type: none;
margin-left: 0;
}

#navigation li a {
color: white;
text-decoration: none;
}

#navigation li a:hover {
text-decoration: none;
font-weight: bold;
}

.sautdelignenavigation {
  padding-left: 15px;
  border-left: 1px solid white;
  line-height: 10px;
  }

.formulaire_recherche {
 margin-left: 40px;
 }
 
#memerubrique {
 margin: 5px 25px 25px 25px;
 color: white;
 font-size: 11px;
 border: 1px double white;
}

#memerubrique li{
 list-style-type: none;
 list-style-image: url(puce-blanche.gif);
}

#memerubrique a {
  color: white;   
 } 
 
#memerubrique a:hover{
   text-decoration: none;
   font-weight: bold;
   }


.sautdeligne {
  clear: both;
  margin: 0;
  padding: 0;
  border:none;
  height: 0;
  line-height: 1px;
  }

.sautdeligne2 {
  clear: both;
  margin: 0;
  padding: 0;
  border:none;
  height: 0;
  line-height: 10px;
  }
  
/*-----------------	 Menu logos verticaux -----------------		*/
	
.spip_logos {
	margin-top: 6px;
	margin-right: 63px;
	margin-bottom: 6px;
	margin-left: 63px;	
	}  

/*-----------------    Hiérarchie -----------------      */
#hierarchie {
 text-align: center;
 height: 10px;
 font-size: 11px;
 padding: 5px;
 margin-top: 5px;
 margin-left: 20px;
 margin-right: 20px;
 margin-bottom: 40px;
}

#hierarchie a {
 font-weight: bold;
 color: #B20000;
}

#deconnection {
 color: blue;
 text-align: center;
 height: 10px;
 font-size: 11px;
 padding: 12px;
}

#deconnection a {
 color: #B20000;
}

/*-----------------    Pied de page -----------------      */
#pied-page {
background-color: white;

text-align: center;
color: black;
padding: 5px;
}






