
body {
	margin:0px;
	padding:0px;
	background: white;
	color: black;
	font-family: verdana, arial, Helvetica, serif;
	font-size: 12px;
}


#header { 
	width: 840px;
	border:1px none red;	
	height: 120px;
	background: #ffffff url(bkg_header.jpg) top left no-repeat;
	margin-left: auto;
	margin-right: auto;	
}	   

#inter {
	width: 840px;
	border-top:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff url(bkg_conteneur.jpg) top left no-repeat;
	color: #c0c0c0;
	text-align:center;		
}	   

#conteneur {
	width: 840px;
	border:1px none black;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff url(bkg_conteneur.jpg) top left repeat;	
	/*text-align:left;	*/
}	   


#pied {
	width: 840px;  
	border-bottom:1px solid #c0c0c0;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff url(bkg_conteneur.jpg) top left repeat;		
	font-size:10px;
	color: #808080;
}	   

#header h1 {
	color:#0197A8;
	text-align: right; 
	font-size:20px;
	margin-right:25px;	
	margin-top:0px;
	padding-top:5px;	
	
}
		   
#tab_home {
	width:93%;
	margin-top:10px;
}	

#tab_home td {
	padding:0px; 
	font-size: 12px;
}

#tab_home td.menu {
	width:160px;
}			
		 
#menu_haut { 
	background-color: transparent;
	margin: 0;
	list-style-type: none;
	padding: 0.1em 0.5em 0.1em 0;
}

#menu_haut li {
	display: inline;
	font-size: 10px;
}			   

#menu_haut a {
	color: #c0c0c0;
	text-decoration: none;
}

#menu_haut a:hover {  
	color: black;
	text-decoration: underline;
}