html,body {
	margin: 0;
	padding: 0;
	color: white;
	background-image: url(images/FD.png);
	font-family:arial;
}

#maindiv {
	position:absolute;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-image: url(images/FD.png);
	text-align:center;
	}
	
#enum {
	margin-left: auto;
	margin-right: auto;
	width:900px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}

#laiius {
	margin-left: auto;
	margin-right: auto;
	padding:4px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 10px;
	width:900px;
	text-align:left;
}

#intro {
	margin-left: auto;
	margin-right: auto;
	padding:0;
	width:900px;
	height:538px;
	background:url(images/intro2009.jpg);
	text-align:left;
	}

#flags {
	width:100%;
	margin-top:60px;
	height:90px;
	text-align:left;
	}
	
.titre-h1 {
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #AEF95E;
	text-decoration: none;
}

.descriptif {
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	color: 295A8F;

}
.menu-liens-bas {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}


a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #70CCFF;
}

/* ACCUEIL ------------------------------------------------------------- */

div#Slogan{
	width: 512px;
	height: 364px;
	border: 0px;
	text-align: center;
	position:relative;
	float:left;
	margin-top:15px;
}

div#Formu{
	background-image:url(images/recherche.png);
	width:380px;
	height:230px;
	position:relative;
	float:left;
	border:1px dashed red;
	margin-left:0px;
	margin-top:15px;
	}
div#TxtFormu{
	width:325px;
	height:215px;
	margin-top:80px;
	margin-left:30px;
	position:relative;
	float:left;
	border:0px solid red;
	}
	
.rech{
	background-color:#FFFF00;
	color:#FF0000;
	font-size:12px;
	font-weight:bold;
	border:1px solid red;
	}
	
div#expli{
	width:950px;
	float:left;
	position:relative;
	text-align:center;
	font-size: 11px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}

div#camping{
	margin-top:10px;
	width:200px;
	height:200px;
	position:relative;
	float:left;
	margin-left:30px;
	border:0px solid yellow;
}

div#Pub{
	margin-top:20px;
	width:260px;
	height:230px;
	position:relative;
	float:left;
	margin-left:20px;
	border:1px solid yellow;
}

div#VideoAcc{
	margin-top:-135px;
	margin-bottom:15px;
	width:320px;
	height:240px;
	position:relative;
	float:left;
	margin-left:20px;
	/*border:1px solid yellow;*/
	}


