body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family:Verdana;
	color:#FFFFFF;
	font-size:11px;
	position:relative;
	background-color:#000000;
}

#attente{
	position:absolute;
	height:50px;
	width:200px;
	left:50%;
	top:50%;
	margin-left:-100px;
	margin-top:-25px;
}

#siteIndex{
	position:absolute;
	height:750px;
	width:980px;
	left:50%;
	top:50%;
	margin-left:-490px;
	margin-top:-375px;
}

#footFlash{
	width:100%;
	position:absolute;
	bottom:-20px;
	text-align:center;
}
#footFlash a{
	color:#666666;
	text-decoration:none;
}

#footFlash a:hover{
	color:#aaaaaa;
}

#header{
	position:relative;
	height:20px;
	width:100%;
	background-color:#000000;
}

#menu{
	width:545px;
	height:40px;
	background-image:url(images/menu.png);
	background-repeat:no-repeat;
	position:absolute;
	z-index:2;
	top:12px;
	left:50%;
	margin-left:-272px;
	padding-top:12px;
	text-align:center;
}

#menu a{
	color:#ffffff;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	margin-left:5px;
	margin-right: 5px;
}
#menu a:hover, #menu .current{
	color:#666666;
}


#grand_contenu{
	position:relative;
	height:560px;
	width:100%;
	background-image:url(images/background.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#e5e5e5;
}

#contenu{
	position:absolute;
	height:480px;
	width:880px;
	top:42px;
	left:50%;
	margin-left:-440px;
	overflow:hidden;
}

#texte{
	float:left;
	display:block;
	text-align:justify;
	width:340px;
	height:100%;
	padding-left:40px;
	padding-top:30px;
	padding-right:63px;
	
}
#mentions{
	float:left;
	display:block;
	text-align:justify;
	width:340px;
	padding-left:40px;
	margin-top:30px;
	padding-right:63px;
	margin-right:43px;
	overflow:auto;
	height:400px;
	padding-right:20px;
}
#texteContact{
	float:left;
	display:block;
	text-align:center;
	width:340px;
	height:100%;
	padding:30px 63px 0px 40px;
	
}
#texteContact p{
	padding-top:70px;
}

#texte h1, #texteContact h1{
	text-transform: capitalize;
	text-align:justify;
	font-size:24px;
}

#texte li, #texteContact li{
	list-style-type:none;
	font-size:12px;
}

#texte a, #mentions a, #texteContact a{
	text-decoration: none;
	color:#FFFFFF;
}
#texte a:hover, #mentions a:hover, #texteContact a:hover{
	color:#999999;
}

#texte hr{
	border:0px;
	height:1px;
	width:170px;
	margin-left:0px;
	background-color:#CCCCCC;
}

#images{
	float:left;
	width:410px;
	height:410px;
	margin-top:40px;
	margin-left:15px;
}
#images a{
	display:block;
	float:left;
	margin:8px;
	width:80px;
	height:80px;
	background-position:center;
	border:2px solid #454545;
}
#images a:hover{
	border:2px solid #aaaaaa;
}
#stephane{
	margin-left:90px;
	margin-top:27px;
	border:2px solid #aaaaaa;
}
#stephane_legale{
	margin-left:27px;
	margin-top:70px;
	border:2px solid #aaaaaa;
}

#stephane_contact{
	margin-left:70px;
	margin-top:27px;
	border:2px solid #aaaaaa;
}
#stephane_plan{
	margin-left:27px;
	margin-top:80px;
	border:2px solid #aaaaaa;
}

#footer{
	text-align:center;
	padding-top:10px;
}
#footer a{
	color:#ffffff;
	text-decoration:none;
	font-size:10px;

}
#footer a:hover{
	color:#666666;
}
#footer p, #footer p a{
	margin:0px;
	color:#666666;
	text-decoration:none;
	font-size:10px;
}
#footer p a:hover{
	color:#ffffff;
}