* { 
        padding: 0; 
        margin: 0; 
        border: 0; 
}

html,body { 
	z-index:-1;
        margin: 0 auto 2.5em;
        background:transparent url('/IMG/bg_pat.gif'); 

 	font-family: "Verdana", Arial, "DejaVu Sans", sans-serif; 
        color: #464749; 
        font-size: 90%; 
	}

#header { 
        
	position: absolute;
	background-color:#464749;
/*transparent url('/IMG/header.jpg') repeat-x;*/ 
        height:100px; 
	width: 1006px;
	}

#conteneur { 
       	position: absolute;
	width:1006px;
	background-color: #464749;
	top:100px;
	margin-left: 0px;
		
}

#primaire { 
	
        position: relative; 
        margin-top:0px; 
        width: 581px;
	padding:13px; 
        padding-right: 20px;
	padding-left: 30px;  		
        background-color: #fff; 
	
        
}

#boitebas {
           
           position:relative;
           left:0px;
           top:20px;
	   bottom:20px;
           width: 550px;
     
}


#boitegauche {
           
           position:relative;
 	   padding: 5px;
	   padding-left: 10px;
           margin-left:0px;
	   top:0px;
           width: 250px;
	   background:#fff;
           border:1px solid #888;
	   border-top:20px solid #888;
	
}

#boitedroite {
           clear: both;
           position:absolute;
           margin-left:280px;
	   top:0px;
	   padding: 5px;
           padding-left: 10px;
           width: 250px;
	   background:#fff;
           border:1px solid #888;
	   border-top:20px solid #888;
	
}		

#rightcontent {
           position:absolute;
	   top:0px;
           right:0px;
           width: 200px;
	   padding-left:45px;
	   background:#464749;
           border:0px solid #464749;
	   float:right;
	
}	

.bloc-droite { 
        font-size: 75%;
	clear: both;
	vertical-align:top;
	margin-left:0px;
	top: 10px;
        width: 175px; 
        text-align: left;	
        border: 0px solid #888; 
        background-color: #ddd;
	padding: 2px 5px 2px 5px;
}

#secondaire { 
	 z-index:1;
         position: relative; 
         float: left; 
         width: 160px; 
	 border-right: 1px solid #464749; 
}

#noir { 
	 z-index:1;
         position: relative; 
         float: left; 
         width: 160px; 
	 border-right: 1px solid #464749; 
	 bottom:0px;
}

	
#menus { 
         position: relative; 
         width: 160px; 
         background: url(/IMG/fond-menu.gif) 
         top left repeat-x; 
	 background-color: #464749; 
}
	
.bloc-menu { 
         position: relative; 
         width: 160px; 
         height: 35px; 
         text-align: left;	
         border-bottom: 1px solid #999; 
}

.bloc-menu:hover, 

.bloc-menu a:hover { 
          background-color: #aaa; 
}

#sous-menus { 
          position: relative; 
          width: 160px; 
          background: url(/IMG/fond-menu.gif) 
          top left repeat-x; p
	  background-color: #ccc; 
}

.bloc-sous-menu {
          position: relative; 
          width: 160px; 
          height: 30px; 
          text-align: left;	
          border-bottom: 1px solid #666; 
}
.bloc-sous-menu:hover, 
.bloc-sous-menu a:hover { 
          background-color: #aaa; 
}

#basdepage { 
           position: absolute; 
           width: 1006px; 
           margin-left: 0px; 
           background-color: #464749; 
	   padding:30px; 
           margin-bottom: 0px; 
}	

#basdepage p { 
            margin-bottom: 5px; 
}

	 


	.clear { clear: both; line-height: 0; font-size: 0; }

