﻿#conteneur {
	margin:0px auto 0px;
	width:1024px;
	background:url(images/fond_page.png) repeat-y;
	top: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
#haut {
	height:455px;
	background:url(images/image_haut2.jpg) no-repeat;
	top: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
#gauche {
	float:left;
	width:292px;
	padding:0px;
}
#page {
	margin:0 0 0 292px;
	padding:10px;
}
#bas {
	height:80px;
	clear:both;
}
#logo{
	margin-top:15px;
	height:107px;
}
#texte_haut{
	height:250px;
	width:350px;
	padding-top:10px;
}
#titre_news{
	float:left;
	height: 70px;
	margin: 0px 0 0 0;
	padding: 0px;
	width: 292px;
}
#titre_page{
	height: 70px;
	margin: 0px 0 0 300px;
	padding: 0px;
	width: 450px;
}
#formulaire{
	width: 98%;
}
#menu{
	height:250px;
	width:292px;
	padding-top:0px;
	float: left;
}

ul{
	margin:0px;
}

li{
	width:292px;
	display:inline-block;
	height:42px;
	overflow:hidden;
	}
/*li {
	width:292px;
	display:inline-block;
	height:42px;
	color: white;
	font-size:12pt;
	font-family: "Lucida Console", Monaco, monospace;
	list-style-image:url(images/list_coche_verte.png);
	text-decoration:none;
	overflow:hidden;
	background:url(images/fond_navi_off.png);
	padding-left:75px;
	text-align: left;
	vertical-align: middle;
}
li a{
	width:292px;
	display:inline-block;
	height:42px;
	color: white;
	font-size:12pt;
	list-style-image:url(images/list_vide.png);
	text-decoration:none;
	overflow:hidden;
	background:url(images/fond_navi_off.png);
	padding-left:75px;
	font-family: "Lucida Console", Monaco, monospace;
	text-align: left;
	vertical-align: middle;
}
li a:hover{
	width:292px;
	display:inline-block;
	color: #99CC66;
	height:42px;
	font-size:20pt;
	letter-spacing:2px;
	list-style-image:url(images/list_coche_verte.png);
	text-decoration:none;
	overflow:hidden;
	background:url(images/fond_navi_on1.png);
	padding-left:75px;
	font-family: "Lucida Console", Monaco, monospace;
	text-align: left;
	vertical-align: middle;
}*/
body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* Page reset */
	margin:0px;
	padding:0px;
}
body {
	background-color:#000A00;
	font-family: "Century Gothic";
	font-size: 8pt;
	font-weight: bold;
}