body {
	background-color: #749ba3;
	background-image: url(backgrounds/body.jpg);
	background-position: center 0;
	background-repeat: repeat-y;
	font-family: Georgia,"Trebuchet MS",Verdana,Arial,Tahoma,Sans-Serif,Courier,"Times New Roman",Serif;
	font-size: 14px;		width: 100%;
	}

/*******************************************************/
/************************ DIVS *************************/
/*******************************************************/

div#conteneur {
 	/* background-image: url(backgrounds/conteneur.jpg); */
 	margin: 0 auto;
	position: relative;
	width: 900px;
	}

div#conteneurTop {
	background-position: center 0;
	background-repeat: no-repeat;
	background-image: url(backgrounds/conteneurTop.jpg);
	height: 400px;
	width: 100%;
	}
	
div#top {
	font-family: "Segoe UI";
 	background-image: url(backgrounds/top.jpg);
	height: 192px;
	width: 900px;
	margin-bottom: 20px;
	}
	
div#speed_top {
	width: 900px;
	height: 18px;
	z-index: 1000;
	}
	
	
div#speed_bottom {
	background-color: transparent;
	width: 900px;
	height: 20px;
	z-index: 1000;
	}

div#main_menu {
	height: 60px;
	}

div#main_menu a {
	background-image: url(main_design/liens_top.png);
	display: block;
	float: left;
	color: white;
	font-size: 14px;
	font-family: "Segoe UI", "Lucida Grande", Tahoma;
	font-weight: bold;
	text-align: center;
	float: left;
	width: 77px;
	height: 20px;
	margin: 0 5px 0;
	padding: 0 4px 4px;
	}
	
div#main_menu a:hover {
	background-position: 0 -24px;
	padding: 7px 4px 4px;
	text-decoration: none;
	}


div#centre-right {
	background-image: url(main_design/centre_back.gif);
	position: relative;
	width: 900px;
	}
	
div#corps {
	background-image: url(main_design/corps_back.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 680px;
	}

div#notation {
	text-align: center;
	margin: -12px 0 15px;
	}

div.droite, div.gauche, div.centre {
	margin: 0 25px 20px 0;
	overflow: hidden;
	}
	
div.gauche {
	float:left;
	width: 315px;
	}

div.droite {
	float: right;
	width: 315px;
	}
	
div.centre {
	clear: both;
	width: 680px;
	}
	
	
div#commentaires {
	margin-bottom: 25px;
	}
	
div.commentaire {
	margin: 0 25px -1px 25px;
	padding: 10px 10px 15px;
	border-top: 1px solid #736F6E;
	border-bottom: 1px solid #736F6E;
	}
	
span.titre_com {
	font-size: 11px;
	color: #56739A;
	}
	
div.options_com {
	font-size: 10px;
	height: 15px;
	}
	

	
div#right {
	background-image: url(main_design/back_right.jpg); 
	background-repeat: no-repeat;
	float: right;	left: 700px;
	width: 200px;
	z-index: 100;
	}
	
div#bottom_center {
	background-image: url(main_design/bottom_center_back.gif);
	height: 80px;
	clear: both;
	padding: 30px 370px 0 50px;
	}
	
div#back_right {
	height: inherit;
	margin: 20px 0 0 0;
	position: absolute;
	left: 900px;
	top: 380px;
	width: 200px;
	z-index: 50;
	}
	
div#footer {
	background-image: url(backgrounds/bottom.jpg);
	clear: both;
	height: 96px;
	width: 900px;
	padding: 20px;
	}

div#validators {
	float: left;
	position: relative;
	margin: 20px 0 0 20px;
	}
	
div#mainLinks {
	position: absolute;
	bottom: 20px;
	width: 860px;
	}
	
div#mainLinks p {
	width: 270px;
	margin: 0 315px;
	padding: 0;
	}

div#copyright {
	position: absolute;
	bottom: 0;
	margin: 0 280px;
	}