body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ff0000;
}

.texte {font-family:Verdana; font-size:10px; color:#000000; font-weight:normal;}
.textew {font-family:Verdana; font-size:10px; color:#ffffff; font-weight:normal;}

a.link {font-family:Verdana; font-size:10px; color:#ffffff; font-weight:bold; text-decoration:none;}
a:hover.link {font-family:Verdana; font-size:10px; color:#f2f2f2; font-weight:bold; text-decoration: underline;}

a.referer {font-family:Verdana; font-size:8px; color:#7a7a7a; font-weight:normal; text-decoration:none;}
a:referer.link {font-family:Verdana; font-size:8px; color:#7a7a7a; font-weight:normal; text-decoration:none;}


#aquitaine{
	 position:absolute;
     left: 50%; 
     width: 1024px;
     margin-left: -512px; /* moitié de la largeur */
     border: 0px solid #000;
	 z-index:2;
	 background-color: #ff0000;
}

#vacances{
position:absolute;
top:2px;
width:1024px;
layer-background-color: #ff0000; 
z-index:2;
}

#camping{
	position:absolute;
	border: 0px solid #000;
	left:100px;
	top:10px;
	width:1024px;
	height:768px;
	color: #fff;	
	z-index:1;
}

#form{
position:absolute;
top:185px;
left:80px;
width:700px;
height:520px;
z-index:4;
}

#menu-top
{
	position: absolute;
	left: 350px; 
    top: 750px ;	
	z-index:2;	
}
ul {
list-style-type: none;
width: 100%; /* précision pour Opera */
}
.menu li {
float: left;
}
.menu a {
margin: 0 2px;
padding: 10px;
width: 400px;
height: 10px;
display: inline;
text-align: center;
border: 0px solid;
text-decoration: none;
color: #565656;
font-family:Courier New, Courier, mono;
font-size: 10px;
font-weight:bold;
position:relative;
}
.menu a:hover {
border: 0px solid;
font-family:Courier New, Courier, mono;
font-size: 10px; 
text-decoration: underline;
color: #565656;
font-weight:bold;
}
