body{
	background-color:#222;
}

#main {
	width:800px;
	height:495px;
	margin: 50px auto 0px auto;
	background-color:#000;
	background: url(../pics/agefilter/bg-bouteille.jpg) bottom right no-repeat;
	background-color:#000;
	border-bottom:solid 25px #000;
}

#cadre0{
	width:100%;
	height:20px;
	float:left;
}

.company{
	margin-left:125px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#666;
}

/*#cadre1{
	width:100%;
	height:200px;
	float:left;
	margin-left:150px;
	background: url(../pics/agefilter/logo4.png) top left no-repeat;
}*/

#cadre1{
	width:100%;
	height:200px;
	float:left;
	margin-left:150px;
	margin-top:10px;
	background: url(../pics/logo-w-new.png) top left no-repeat;
}

#cadre2{
	width:400px;
	height:auto;
	float:left;
	margin-top:30px;
}

#cadre_en{
	width:400px;
	height:auto;
	float:left;
	margin-left:50px;
	opacity : 0.4;
    filter : alpha(opacity=40);
}

#cadre_en:hover{
	opacity : 1;
    filter : alpha(opacity=100);
}

#cadre_fr{
	width:400px;
	height:auto;
	float:left;
	margin-left:50px;
	margin-top:20px;
	opacity : 0.4;
    filter : alpha(opacity=40);
}

#cadre_fr:hover{
	opacity : 1;
    filter : alpha(opacity=100);
}

#infos-legales{
	width:800px;
	height:auto;
	float:left;
	margin-left:0px;
	margin-top:48px;
	opacity : 0.4;
    filter : alpha(opacity=40);
}

.infos-legales-span{
	margin-left:50px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#ccc;
}

.space{
	width:30px;
	height:20px;
	float:left;
}

.message{
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#CCC;
}

.enter{
	width:92px;
	height:20px;
	float:left;
	margin-left:100px;
	background: url(../pics/agefilter/bt_yes.png) top left no-repeat;
	text-align:center;
}

.quit{
	width:92px;
	height:20px;
	float:left;
	/*margin-left:30px;*/
	background: url(../pics/agefilter/bt_no.png) top left no-repeat;
	text-align:center;
}

.enter:hover{
	cursor:pointer;
}

.quit:hover{
	cursor:pointer;
}

a{
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#000;
}
