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

body {
	background-image:url(../images/fond_page.png); 
	background-repeat:repeat-x;
	background-position:top;
	background-color:#274a61;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
}

#page {
	width:1000px;
	 height:784px;
	 position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#grande_mascotte {
	position:absolute; 
	top:0px; 
	right:0px; 
	width:441px; 
	height:542px;
}

.apercu-nom-camping {
	color:#FFF;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}


@font-face {
  font-family: 'Carabouille';
  src: url('../police_carabouille.ttf');
}

.titre_camping {
	font-family:"Carabouille", Helvetica, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#0c2b3d;
}

.localisation_camping {
	color:#0c2b3d;
	font-weight:bold;
}

.texte-legende {
	font-size:13px;
}

p {
	margin:0;
	padding:0;
}

#vignettes {
	position:absolute;
	left:539px;
	top:552px;
	text-align:left;
}

#vignette {
	position:relative;
	float:left;
	margin-right:7px;
	margin-bottom:5px;
	border:#FFF 2px solid;
	width:98px;
	height:65px;
	overflow:hidden;
	text-align:center;
	padding-left:auto;
	padding-right:auto;
}

#grande_photo {
	position:absolute;
	left:133px;
	top:372px;
	width:385px;
	height:257px;
	overflow:hidden;
}

#carte {
	position:absolute;
	left:15px;
	top:15px;
	width:99px;
	height:99px;
	background-image:url(../images/fond_carte.png);
	background-repeat:no-repeat
}
#carte_espagne {
	position:absolute;
	left:15px;
	top:15px;
	width:99px;
	height:99px;
	background-image:url(../images/fond_carte_espagne.png);
	background-repeat:no-repeat
}
#carte_belgique {
	position:absolute;
	left:15px;
	top:15px;
	width:99px;
	height:99px;
	background-image:url(../images/fond_carte_belgique.png);
	background-repeat:no-repeat
}

img {
	border:none;
}
/*
#footer {
	border:1px solid #FFF;
	position:absolute;
	top:690px;
	left:1px;
	width:1000px;
}*/

#footer {
	position:absolute;
	height:230px;
	width:1000px;
	background-image:url(../images/fond_footer.png);
	background-repeat:no-repeat;
	margin:0px auto;
	margin-top:-109px;	
}

#logo-fl {
	position: absolute;
	left:25px;
	top:5px;	
}

#logo-carabouille {
	position: absolute;
	left:256px;	
	top:5px;
}

#logo-concept {
	position: absolute;
	left:590px;	
	top:40px;
}

#liste-camping {
	position: absolute;
	left:600px;	
	top:10px;
}
#titre_liste_regions {
	position:absolute;
	height:20px;
	width:758px;
	left:230px;
	top:100px;
	text-align:justify;	
}
#liste_regions {
	position:absolute;
	height:200px;
	width:768px;
	left:220px;
	top:120px;
	text-align:justify;
}

.select-camping-page {
	width:280px;
}
.lien_survol {
	color:#FFF;
	padding:3px 6px;
	text-decoration:none;
	font-size:11px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(styles/PIE.htc);
}