html, body 
{
	height:100%;
	width:100%;
}
body
{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
}

/* gestion des erreurs */
.errorLog, .successLog, .padLog  {
	width:400px;
	position:absolute;
	top:30%;
	left:50%;
	margin-left: -220px;
	z-index: 100000;
	font-size: 12px;
	padding: 20px 20px 10px 20px;
}
.errorLog, .padLog {
	background: #fff;
	color: #333333;
	border: 5px solid #E32F02;
	font-size:11px;
}
.padLog {
	z-index: 100;
}
	.errorLog h2, .padLog h2 {
		font-size: 16px;
	}
	.errorLog a, .padLog a {
		color:#000000;
	}
	.errorLog b, .padLog b {
		color:#E32F02;
	}
	.padLog table td {
		padding: 0 5px 5px 0;
	}
.successLog {
	background: #f4f4ec;
	color: #333333;
	border: 10px solid #99cc00;
	font-size:11px;
}
.errorList, .successList  {

}
.error_show, .success_show {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 10000;
	width : 100%;
	height: 100%;
	background: #000;
	opacity: .70;
	filter: alpha(opacity=70);
}
.error_hide, .success_hide{
	display:none;
}

/* fin gestion des erreurs */

/* REGLEMENT */
h2.tit_reglement{
	padding:0;
	margin:0;
	float:left;
	display:block;
	width:253px;
	height:33px;
	background:url(../images/tit_reglement.png);
}
a.close_reglement{
	float:right;
	display:block;
	width:23px;
	height:22px;
	background:url(../images/close_reglement.png);
}
#pad_reglement
{
	position:absolute;
	display:none;
	top:0;
	right:-1000px;
	height:100%;
	width:40%;
	background:#000000;
	opacity: .80;
	filter: alpha(opacity=80);
	z-index:20000;
}
#cont_reglement
{
	margin-top:70px;
	height:90%;
	overflow: auto;
}
#reglement
{
	margin:50px 10px 10px 10px;
	font-size:12px;
	line-height:13px;
}
#reglement h3
{
	color:#F8D300;
}

/*PAGES*/

#header-menu-home
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:109px;
	background:url(../images/bg_header.jpg) repeat-x;
	z-index: 1000000;
}
#header-menu-home
{
	height:70px;
}
#cont
{
	position:relative;
	width:980px;
	margin:0 auto 0 auto;
}
#cont-lots-desc
{
	float:left;
	position:relative;
	width:255px;
	top:254px;
	left:38px;
	font-size:14px;
	text-align:right;
	line-height:17px;
}
#cont-lots-video
{
	float:right;
	position:relative;
	width:395px;
	height:305px;
	top:164px;
	right:239px;
}
#cont-lots-mentions
{
	float:left;
	position:relative;
	top:255px;
	left:40px;
	width:600px;
	text-align:left;
	color:#000000;
}
#footer1
{
	position:absolute;
	left:10px;
	bottom:11px;
	width:91px;
	height:41px;
	background:url(../images/footer1.png) no-repeat;
}
#footer2
{
	position:absolute;
	right:21px;
	bottom:0px;
	width:133px;
	height:169px;
	background:url(../images/footer2.png) no-repeat;
}
