/* CSS Document */

body {
	margin: 0;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif ;
	background: #FFF url('img/gradiant.jpg') top repeat-x;
	color: #000000;
	}
a {outline:none;}	
#mainContent {	
	width: 770px;
	margin: 0 auto;
	background: #FFF;
	color: #000000;	
	}
#header { 
	width: 100%; 
	height: 154px; 
	margin: 0; padding: 0; 
	background: #FFF url('img/header.gif') center no-repeat;
	color: #000000;
	clear: both;
	}
#content {
	overflow: hidden;
	position: relative;
	float: left;
	margin: auto;
	width: 100%;
	height: 100%;
	background: #FFF;
	color: #000000;
	}
#main {
	float: left;
	position: relative;
	left: 5px;
	width: 760px; 
	margin: 4px auto 5px; 	
/*	background: #f7f1e3;*/
	background: #fff;
	color: #000000;
	}
#moteur {
	position: relative;
	width: 810px; 
	margin: 5px auto; 	
	padding: 0 10px;
	border-top: 1px solid #666666;
	background: white;
	color: #000000;
	}
.spacer { clear: both;}
	
#footer {
	position: relative;
	width: 760px; 
	padding: 5px 0;
	margin: 0 auto;
	color: #ffffff;
	text-align: center;
	background-color: #337ee4;
	/*border-top: 1px solid #705339;*/
}
#footer a{
	color: #ffffff;
	text-decoration: underline;
}
#footer a:hover, #footer a.hover   {
	color: #43a9ff;
	text-decoration: none;
}
