/* CSS Document */
* {
margin: 0;
padding: 0;
border: 0;
}

body  {
	margin: 0;
	padding:0;
	font-family:verdana, arial, times, georgia, sans-serif;
	background-color:#000000;	
}
#tout{
	margin: 0 auto;
	width:950px;
	height:713px;
	margin-top:40px;
}
#logo{
	float:left;
	width:950px;
	height:157px;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
}
#menu{
	float:left;
	width:950px;
	height:62px;
}
#milieu{
	float:left;
	position:relative;
	width:950px;
	height:494px;
	background-image:url(images/fond-principal.jpg);
	background-repeat:no-repeat;
}

#zonetextegalerie{
	z-index:100;
	position:absolute;
	left:40px;
	top:15px;
	width:298px;
	height:320px;
}
#zonetexteaccueil{
	/*z-index:10;
	position:absolute;
	left:230px;
	top:265px;*/
	float:left;
	width:570px;
	height:430px;
	margin-left:25px;
	margin-top:15px;
}
p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#700303;
	text-decoration:none;
	text-align:justify;
}
p a{
	color:#700303;
	text-decoration:underline;
}
p a:hover{
	color:#700303;
	text-decoration:none;
}


