   #header {
      	float:left;
      	width:100%;
      	background:#DAE0D2 url(images/Bg.gif) repeat-x bottom;
      	font-size:93%;
      	line-height:normal;
   }
   
   #header ul {
     	margin:0;
      	padding:10px 10px 0;
      	list-style:none;
   }
    
   #header li {
      	float:left;
      	background:url(images/Left_both.gif) no-repeat left top;
      	margin:0;
     	padding:0 0 0 9px;
   }
   
   #header a {
     	float:left;
     	display:block;
     	background:url(images/Right_both.gif) no-repeat right top;
     	padding:5px 15px 3px 6px;
     		 text-decoration:none;
      	font-weight:bold;
      	color:#765;
   }
   
   /* Commented Backslash Hack hides rule from IE5-Mac \*/
   #header a {float:none;}
   /* End IE5-Mac hack */
   #header a:hover {
      color:#333;
   }
        
   #header li:hover, #header li:hover a {
      	background-position:0% -150px;
      	color:#333;
   }
    
   #header li:hover a {
     	background-position:100% -150px;
   }

   div#bandeau {
		width:1024px;
		height:37px;
		background-color:#F5BC17;
	}
	
   div#contenu {
		float:center;
		width:1024px;
		background-color:#F5BC17;
   }
   
   body {
  		background-color:#F5BC17; 
  		margin: 0;
  		padding: 0;
  		scrollbar-face-color:#EA6311;
  		scrollbar-shadow-color:#000000;
  		scrollbar-highlight-color:#F2F517;
  		scrollbar-3dlight-color:#EB0604;
  		scrollbar-darkshadow-color:#000000;
  		scrollbar-track-color:#000000;
  		scrollbar-arrow-color:#000000;
   }
	
	
	h1{ color:#FF6600; text-decoration: underline; }
	h2{ color:#FF6600; text-decoration: underline; }
	
    #acceuil #nav-acceuil,
    #cours #nav-cours,
    #presentation #nav-presentation, 
    #contact #nav-contact,
    #pathologies #nav-pathologies,
    #histoire #nav-histoire,
    #divertissement #nav-divertissement,
    #sondage #nav-sondage {
  		background-position:0% -150px;
  		border-width:0;
  	}
  	
	#acceuil #nav-acceuil a, 
	#cours #nav-cours a,
	#presentation #nav-presentation a, 
	#contact #nav-contact a,
	#pathologies #nav-pathologies a,
	#divertissement #nav-divertissement a,
	#histoire #nav-histoire a,
	#sondage #nav-sondage a {
  		background-position:100% -150px;
  		color:#333;
  		padding-bottom:5px;
  	}
  	
  	
  	