@charset "utf-8";
/* CSS Document */

body {
	background: url(images/bg.jpg) #4E4E4E repeat-x top ;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Arial;
	}

#container {
	margin: 0px auto;
	width: 1000px;
	height: 600px;
	}
	
#header {
	padding:0px;
	width: 1000px;
	height: 65px;
	float: left;
	}
	
#topliens {

	width: 250px;
	height: 40px;
	float: right;
	margin-top:5px;
	text-align: center;
	}
	
#topliens a{
	font-weight: bold;
	font-size: 10px;
	font-family:Arial;
	text-decoration: none;
	color: #000;
	width: 60px;
	margin-right: 2px;
	height: 15px;
	float: right;
	display: block;
	padding: 5px 0px 20px 0px;
	background: url(images/topmenu_bouton.png) repeat-x top;
	}
	
#topliens a:hover{
	font-weight: bold;
	font-size: 10px;
	font-family:Arial;
	text-decoration: none;
	color: #FFF;
	width: 60px;
	height: 25px;
	padding: 5px 0px 20px 0px;
	background: url(images/topmenu_boutonover.png) no-repeat top center;
	}

	
#main {
	padding: 0px;
	margin: 0px;
	width: 1000px;
	height: 438px;
	float:left;
	border-bottom: 2px solid #000;
	}
	
#mainleft {
	padding: 0px;
	margin: 0px;
	width: 210px;
	height: 438px;
	float: left;
	background: url(images/bgleft.jpg) top right #27292B;
	}
	
#logo {
	padding: 10px;
	width: 190px;
	height: 215px;
	float: left;
	}
	
#menuleft {
	padding: 0px 20px 0px 10px;
	width: 180px;
	height: 200px;
	float: left;
	}
	
	
#mainright {
	padding: 0px;
	margin: 0px;
	width: 790px;
	height: 438px;
	float: left;
	background: url(images/mainright.jpg) left top repeat;
	}
	
#slide {
	padding: 0px;
	margin: 0px;
	width: 790px;
	height: 235px;
	border-bottom: 1px solid #000;
	float: left;
	}
	
	
#content {
	padding: 25px 25px 25px 60px;
	margin: 0px;
	width: 705px;
	height: 140px;
	float: left;
	border-top: 12px solid #C7C7C7;
	background: url(images/bgcontent.png) left top no-repeat;
	}
	
h1{
	color: #9D0000;
	font: Century Gothic;
	font-size: 20px;
	font-weight:bold;
	margin: 0px;
	padding: 5px 0px 20px 0px;
	}
	
.h1{
	color: #000;
	font: Century Gothic;
	font-size: 20px;
	font-weight:bold;
	margin: 0px;
	padding: 5px 0px 20px 0px;
	}
	
#footer {
	width: 1000px;
	height: 50px;
	float: left;
	color: #b8b6b2;
	background:  #252525;
	}
	
#copyright {
	width: 158px;
	height: 16px;
	padding: 17px 10px;
	float: left;
	color: #b8b6b2;
	border-right: 32px solid #000;
	}
	
#newsletter {
	width: 350px;
	height: 50px;
	float: left;
	color: #b8b6b2;
	background: #A70000;
	}
	
#menubottom {
	width: 400px;
	height: 20px;
	padding: 15px 20px;
	float: left;
	color: #b8b6b2;
	}
.menubot{
	padding: 2px 10px;
	float: left;
	color: #b8b6b2;
	border-left: 1px solid #b8b6b2;
	text-decoration: none;
	}	
	
#menubottom a{
	padding: 2px 10px;
	float: left;
	color: #b8b6b2;
	border-right: 1px solid #b8b6b2;
	text-decoration: none;
	}
	
#menubottom a:hover{
	padding: 2px 10px;
	float: left;
	color: #b8b6b2;
	text-decoration: none;
	background-color: #000;
	}
	
#powered {
	padding: 5px 0px;
	height: 20px;
	float: right;
	color: #000;
	text-align: right;
	}
#powered a{
	color: #FFF;
	text-decoration: none;
	}	
#slogan {
	padding: 35px 0px 0px 0px;
	width: 370px;
	height: 25px;
	float: left;
	}	

