@charset "utf-8";
/* CSS Document */

body{
	background-color:#1C1307;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}

#contener{
	position:absolute;
	top:50%;
	left:50%;
	width:970px;
	height:565px;
	margin-left:-485px;
	margin-top:-283px;
	background-image:url(../img/milieu_fnd_home.png);
	background-repeat:repeat-y;
}

/*
#home_fnd_haut{
	width:970px;
	height:10px;
	float:left;
	border:1px dashed red;
	background-image:url(../img/haut_fnd_home.png);
	background-repeat:no-repeat;
}
*/

#home_titre, #menu_home, #illustration, #entrer, #signature{
	width:940px;
	float:left;
	margin-left:13px;
}

#home_titre{
	background-image:url(../img/titre_fnd_home.png);
	background-repeat:no-repeat;
	background-position:top center;
	height:211px;
}

#home_titre img{
	border:0px;
}

#menu_home{
	height:53px;
	background-image:url(../img/fnd_menu_home.png);
	background-repeat:repeat-x;
}

#menu_home ul{
	width:940px;
	padding:5px 0px;
	margin:0px;
	text-align:center;
}

#menu_home ul li{
	display:inline;
	color:#ab7f45;
	font-size:11px;
	letter-spacing:2px;
	font-weight:bold;
}

#menu_home a{
	text-decoration:none;
	color:#ab7f45;
}

#menu_home a:hover{
	color:white;
}

#home_fnd_bas{
	float:left;
	width:970px;
	height:42px;
	background-image:url(../img/bas_fnd_home.png);

}

#home_fnd_bas p {
	width:935px;
	margin:0px;
	margin-left:13px;
	text-align:right;
	font-size:9px;
	color:#999999;
}

#home_fnd_bas p a, a:hover{
	color:#999999;
	text-decoration:none;
}

#home_fnd_bas p img{
	margin-top:6px;
	border:0px;
}

#illustration{

}

#entrer{
	margin:20px 0px;
	text-align:center;
}

#entrer img{
	border:0px;
}

#mentions_legales{
	position:absolute;
	width:400px;
	height:500px;
	overflow:auto;
	background-color:#2a1e0b;
	border:4px double #4b3518;
	color:white;
	left:50%;
	top:50%;
	margin-left:-200px;
	margin-top:-250px;
	z-index:101;
}

#mentions_legales span{
	float:right;
}

#mentions_legales span a,a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

#mentions_legales h2{
	font-size:14px;
}

#mentions_legales p{
	font-size:12px;
}

#mask{
	position:absolute;
	background-color:#000000;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:100;
}
