
* {
 margin: 0;

}

body {
 	background: #000;
 	color: #000;
	font-size: 0.9em;
 	padding: 0 0 25px 0;
 	text-align: left;
  	font-family: Arial, Helvetica, sans-serif;	
}
#container {
	margin: 0 auto;
 	position: relative;
 	width: 806px;
 	background: #950834;
}
#header {
 	height: 126px;
 	position: relative;
 	background: url(../images/header.gif) no-repeat;
 	width: 806px;	
}
#menu{
	background:  url(../images/menu.jpg) no-repeat;
	float: left;
	width: 806px;
	height: 126px;
}
#nav li{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	padding-top: 76px;
}
#nav a{
	float:left;
	width:150px;
	text-decoration:none;
	line-height:60px;
	height:50px;
	text-align:center;
	background:url(../images/back.gif) top left no-repeat;
	color:#FFF;
}
#nav a:hover{
	background-position:-300px 0;
}
#nav .current{
	background-position:-150px 0;
}
#nav a:hover .current {
	background-position:-150px 0;
}
#logo{	
	float: left;
}
#central {
 	background: #950834;
 	color: #fff;
 	float: left;
 	width: 806px;
 	padding-top: 8px;
 	margin-bottom: 10px;
}
#test_gauche{
	float: left;
	background: #F8E097;
	border: 5px solid #FFF;
	width: 210px;
	margin-right: 10px;
	margin-left: 8px;
	padding-left: 3px;
	color: #000;
	font-size: 0.8em;
}
#test_droit{
	float: left;
	background: url(../images/fond.jpg);
	width: 540px;
	color: #000;
	padding: 5px;
	text-align: justify;
}
#test_droit a{
	text-decoration: none;
	color: #147852;
}
#test_droit a:hover{
	text-decoration: none;
	color: #000;
}
#droit_flash{
	float: left;
	width: 160px;
}
#droit_noflash{
	float: left;
	width: 365px;
	margin-bottom: 15px;
}
#footer {
 	width: 806px;
}
#footer p {
 	color: #FFF;
 	margin: 0;
 	padding: 10px;
 	text-align: center;
 	font-size: 0.8em;
}