/* CSS Document */
html, body {
	height:100%;
	margin:0;
	padding:0;
	background-color:#000000;
	background-image:url(bg.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#container {
	min-height: 100%;
	margin-bottom: -18px;
	position: relative;
}
.site{
	width:1000px;
	min-height:600px;
	background-image:url(bgcontenu.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
}
.ban{
	width:1000px;
	height:172px;
	background-image:url(ban.jpg);
	background-repeat:no-repeat;
}
.contenu{
	width:800px;
	float:right;
	min-height:600px;
	margin-top:50px;
}
h1{
	font-size:16px;
	margin-bottom:30px;
	margin-left:30px;
}
.boxcontenu{
	margin-left:30px;
	width:800px;
}
.boxcontenugalerie{
	overflow-y:auto;
	overflow-x:hidden;
	width:600px;
	height:400px;
	scrollbar-face-color: #a50800;
	scrollbar-arrow-color: #8caec8;
	scrollbar-shadow-color: #060c15;
	scrollbar-base-color: #022247;
	scrollbar-highlight-color: #8caec8;
}
img{
	border:none;
}

.banniere{
	margin-left:90px;
}

.liensaccueil{
	color:#FFFFFF; 
	margin-top:-300px; 
	margin-left:-200px; 
	position:relative;
}

.floatleft{
	float:left;
	width:250px;
}

.floatright{
	float:inherit;
	margin-left:350px;
	width:200px;
}

.floatrightliens{
	float:left;
}
.spacer {
	clear: both;
}
hr{
	border:none;
}
table{
	border:none;
	height:250px;
}
td{
	width:200px;
}
.rouge{
	color:#ff0d01;
	font-weight:bold;
}
.floatleftcontact{
	float:left;
}
.floatrightcontact{
	float:right;
	text-align:center;
	width:500px;
}
#contact{
	text-decoration:none;
	color:#FFFFFF;
}
#contact:hover{
	color:#ff0d01;
}
.bold{
	font-weight:bold;
}
.lienmap{
	text-decoration:none;
	color:#FFFFFF;
}
.lienmap:hover{
	color:#ff0d01;
}
.show{
	margin-top:50px;
	margin-left:60px;
}
.lienshow{
	text-decoration:none;
	color:#FFFFFF;
}
.lienshow:hover{
	color:#ff0d01;
}
.warning{
	position:absolute;
	margin-top:-10px;
	margin-left:-40px;
}

/* Menu */

.menu{
	width:190px;
	position:relative;
	top:100px;
}
ul.constructmenu{
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	font:bold 12px Verdana, Arial, sans-serif;
	line-height:165%;
	width:180px;
}
ul.constructmenu li{
	margin:0;
	padding:0;
	border-top:1px solid #4D0000;
	border-bottom:1px solid #761A1A;
}
ul.constructmenu li a{
	display:block;
	text-decoration:none;
	color:#000000;
	background:#f8db39;
	padding:0 0 0 20px;
	width:160px;
}
ul.constructmenu li a:hover{
	background:#900 url("arrow.gif") no-repeat 0 9px;
	color:#FFFFFF;
}
ul.constructmenu li a.current,ul.constructmenu li a.current:hover, ul.constructmenu li a.current:active{
	background:#a50800 url("arrow.gif") no-repeat 0 9px;
	color:#FFFFFF;
}


.clearfooter {
	height: 18px;
	clear: both;
}
#footer {
	height: 18px;
	position: relative;
	background-color:#f8db39;
	font-size:9px;
	color:#000000;
	text-align:right;
}
.copyright{
	text-decoration:none;
	color:#000000;
}
.copyright:hover{
	color:#FF0000;
}
