
body,td,th {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
body {
	background-color: #0d1215;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	background-image:url(images/octanlune_04.jpg);
	background-repeat:repeat-x;
	font-size:13px;
}
a{
	color: #ffffff;
	text-decoration:underline;
	font-weight:bold;
}
a:hover{
	color: #ff6600;
	text-decoration:none;
	font-weight:bold;
}
.entete{
	width:1000px;
	height:179px;
	margin-right:auto;
	margin-left:auto;
}
.entete_G{
	width:80px;
	height:179px;
	float:left;
	background-image:url(images/octanlune_01.jpg);
}
.entete_C{
	width:840px;
	height:179px;
	float:left;
}
.entete_D{
	width:80px;
	height:179px;
	float:left;
	background-image:url(images/octanlune_03.jpg);
}

.menu{
	width:840px;
	height:48px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(images/octanlune_05.jpg);
	background-repeat:repeat-x;
}
.menu ul{
	height:48px;
	width:840px;
	margin:0px;
	padding:0px;
	margin-left:15px;

}
.menu li{
	height:48px;
	/*width:160px;*/
	float:left;
	margin:0px;
	padding:0px;
	list-style-type: none;
}
.menu li a{
	height:28px;
	padding-top:15px;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	display:block;
	font-weight:bold;
}
.menu li a:hover{
	background-color:#460000;
	color: #ff6600;
	background-image:url(images/octanlune_06.jpg);
	background-repeat:repeat-x;
}
.menu li div{
	height:28px;
	padding-top:15px;
	background-color:#460000;
	color: #ff6600;
	font-size:12px;
	font-weight:bold;
	background-image:url(images/octanlune_06.jpg);
	background-repeat:repeat-x;
}

.pied{
	width:840px;
	height:46px;
	margin-right:auto;
	margin-left:auto;
	padding-top: 30px;
	background-image:url(images/octanlune_08.jpg);
	background-repeat:repeat-x;
	font-size:10px;
}
.contenu{
	width:800px;
	margin:0;
	padding:20px;
	margin-right:auto;
	margin-left:auto;
	background-color:#1a1b1d;
	text-align:left;
}

h1{
	margin:0;
	padding:0;
	text-align:left;
	margin-left:20px;
	font-size:18px;
	color: #ff6600;
}

