@charset "utf-8";
/* CSS Document */
body {
	background-color:#000000;
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}
h1 {
	font-size:20px;
}
h2 {
	font-size:16px;
	color:#CCCCCC;
	margin-left:10px;
}
p {
	margin-left:10px;
}
img {
	border:none;
}
.center {
	text-align:center;
}
#total {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
}
#header {
	display:block;
	width:1000px;
	height:134px;
	background-image:url(../images/header_logo.jpg);
	margin-bottom:40px;
}
#menu {
	float:left;
	width:190px;
	height:500px;
	margin-left:20px;
}
#menu a {
	display:block;
	padding:15px 0 20px 0;
	color:white;
	text-decoration:none;
	text-align:center;
	background-image:url(../images/separateur_menu.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
}
#menu a:hover {
	background-image:url(../images/survol_menu.jpg);
	background-position:bottom center;
}
#menu a.menu_lien_actif {
	background-image:url(../images/survol_menu.jpg);
	background-position:bottom center;
	font-weight:bold;
}
.illu_bas {
	float:left;
	margin-left:-350px;
	margin-top:-330px;
}
#contenu {
	width:668px;
	margin-left:300px;
}
#contenu_centre {
	background-image:url(../images/fond_contenu_haut.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#1a1a1a;
	min-height:600px;
	padding:5px 15px 5px 15px;
}
#contenu_centre a {
	text-decoration:none;
	color:#999999;
	font-weight:bold;
}
#contenu_centre a:hover {
	color:white;
}
#contenu_centre img {
	border:5px solid #999999;
}
#contenu_bas {
	background-image:url(../images/fond_contenu_bas.jpg);
	width:668px;
	height:3px;
}
#footer {
	width:668px;
	background-image:url(../images/separateur_footer.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin-left:300px;
	margin-top:70px;
	padding-top:7px;
	font-size:12px;
	color:#999999;
	text-align:center;
}
#footer a {
	text-decoration:none;
	color:#999999;
}
#footer a:hover {
	color:white;
}