/* CSS Document */

body {
width:970px;
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
margin-top:20px;
background-color:#86cafc;
font-family:arial;
font-size:15px;
}

#header {
background-image:url(images/header.png);
background-repeat:no-repeat;
width:962px;
height:133px;
}

#conteneur {
background-image:url(images/conteneur.png);
background-repeat:repeat-y;
width:962px;
}

.text {
padding-left:10px;
padding-right:10px;
}

.separation {
background-image:url(images/separation.png);
width:224px;
height:1px;
}

.titre {
padding-left:10px;
}

#footer {
background-image:url(images/footer.png);
background-repeat:no-repeat;
width:962px;
height:30px;
clear:both;
color:#FFFFFF;
text-align:center;
padding-top:5px;
}

a:link {
color: #3399FF;
text-decoration:none;
}

a:visited {
color: #3399FF;
text-decoration:none;
}

a:hover {
color: #CC3399;
text-decoration:none;
}

.alignement
{
vertical-align: top;
}

#discl_bg {
	top:0px;
	left:0px;
	background:#000;
	z-index:99;
	width:100%;
	height:1500px;
	position:absolute;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}
#discl_content {
	top:0px;
	left:0px;
	color:#FFF;
	font-size:15px;
	z-index:100;
	width:100%;
	position:absolute;
	margin-top:10%;
}
#discl_image {
	background:url(/images/disclamer.png) no-repeat;
	width:515px;
	height:187px;
	margin:0px auto;
	padding:193px 0px 0px 110px;
}
* html #discl_image {
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/disclamer.png", sizingMethod="crop");
}
* html #discl_image a {
	position:relative;
}
#discl_ads {
	width:380px;
	height:140px;
	overflow:hidden;
	padding-left:116px;
}
*+html #discl_ads {
	padding-left:90px;
}
* html #discl_ads {
	padding-left:90px;
}
#discl_ads .discl_img1,
#discl_ads .discl_img2 {
	position:absolute;
	margin-left:-95px;
	margin-right:5px;
}
#discl_ads .discl_img2 {
	margin-top:62px;
}
