html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: url(../images/bg.jpg) repeat-x center center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#424141;
	overflow:hidden;
}
img{
	border:none;
}
#blocmarque {
position:absolute;

width:1214px;
height:750px;
background-image:url(../images/bloc.png);
background-position:left top;
background-repeat:no-repeat;

top:50%;
margin-top:-375px;
left:50%;
margin-left:-607px;
}

#logo {
text-align:center; 
padding-top:200px;
height:196px;
}

#mention {
float:left;
width:160px;
text-align:right;
margin-top:125px;
margin-left:135px;
font-size:11px;
color:#c3bfb2;
}

#choix {
float:right;
margin-top:55px;
margin-right:329px;
width:326px;

}
/*#construction p {
margin-bottom:0;
}*/
#langues{
	float:left;
}

#langues ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#langues li{
	margin:0 0 8px 0;
	padding:0;
	text-align:center;
}
#langues li a{
	text-align:center;
}

#agelegal{
	float:right;
	width:227px;
}
#agelegal p{
	color:#86827B;
}
#questionage_fr{
	background:url(../images/fr/agelegal.jpg) no-repeat;
	width:227px;
	height:41px;
	margin-bottom:8px;
}
#questionage_en{
	background:url(../images/en/agelegal.jpg) no-repeat;
	width:227px;
	height:41px;
	margin-bottom:8px;
}
#questionage_fr span, #questionage_en span{
	display:none;
}


/* ----------- roll over langue ----------- */

#languefr{
	width:86px;
	height:16px;
	display:block;
	background:url(../images/francais.jpg) no-repeat left top;
}
#langueen{
	width:86px;
	height:16px;
	display:block;
	background:url(../images/english.jpg) no-repeat left top;
}
#languech{
	width:86px;
	height:16px;
	display:block;
	background:url(../images/chinois.jpg) no-repeat left top;
}
/* hover */
#languefr:hover{
	background:url(../images/francais_on.jpg) no-repeat left top;
}
#langueen:hover{
	background:url(../images/english_on.jpg) no-repeat left top;
}
#languech:hover{
	background:url(../images/chinois_on.jpg) no-repeat left top;
}
/* on */
#languefr_on{
	width:86px;
	height:16px;
	display:block;
	background:url(../images/francais_on.jpg) no-repeat left top;
}
#langueen_on{
	width:86px;
	height:16px;
	display:block;
	background:url(../images/english_on.jpg) no-repeat left top;
}
#languech_on{
	width:86px;
	height:16px;
	display:block;
	background:url(../images/chinois_on.jpg) no-repeat left top;
}


/* ----------- roll over bt oui/non ----------- */

#bt_oui_fr{
	width:81px;
	height:28px;
	display:block;
	float:left;
	margin-right:7px;
	background:url(../images/fr/bt_oui.jpg) no-repeat left top;
}
#bt_oui_fr:hover{
	background:url(../images/fr/bt_oui_on.jpg) no-repeat left top;
}

#bt_non_fr{
	width:81px;
	height:28px;
	display:block;
	float:left;
	margin-right:7px;
	background:url(../images/fr/bt_non.jpg) no-repeat left top;
}
#bt_non_fr:hover{
	background:url(../images/fr/bt_non_on.jpg) no-repeat left top;
}

#bt_oui_en{
	width:81px;
	height:28px;
	display:block;
	float:left;
	margin-right:7px;
	background:url(../images/en/bt_oui.jpg) no-repeat left top;
}
#bt_oui_en:hover{
	background:url(../images/en/bt_oui_on.jpg) no-repeat left top;
}

#bt_non_en{
	width:81px;
	height:28px;
	display:block;
	float:left;
	margin-right:7px;
	background:url(../images/en/bt_non.jpg) no-repeat left top;
}
#bt_non_en:hover{
	background:url(../images/en/bt_non_on.jpg) no-repeat left top;
}

.mentions{
color:#C3BFB2;
text-decoration:none;
}
.mentions:hover{
color:#C3BFB2;
text-decoration:underline;
}





