@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{	
	background-color:#EDE6D3;
}

#conteneur{
	width:919px;
	height:auto;
	margin:0 auto;
}

a{
	text-decoration:none;
	outline:none;
	font-size:10px;
}

a img{
	border:none;
}

.clear{
	clear:both;
}

/* ----------------- header ------------------------- */

#header{
	position:relative;
}

#header ul li{
	list-style-type:none;
	float:left !important;
	height:150px;
}

#header ul li a{
	display:block;
	height:150px;
}

#btlogo{
	background-image:url(images/logo.jpg);
	width:322px;
}

#btaccueil{
	background-image:url(images/accueil.jpg);
	width:122px;
}

#btaccueil:hover{
	background-image:url(images/accueil-actif.jpg);
	width:122px;
}

#btbalades{
	background-image:url(images/balades.jpg);
	width:120px;
}

#btbaladesActif{
	background-image:url(images/balades-actif.jpg);
	width:120px;
}

#btbalades:hover{
	background-image:url(images/balades-actif.jpg);
	width:120px;
}

#btinfos{
	background-image:url(images/infos-reservations.jpg);
	width:121px;
}

#btinfosActif{
	background-image:url(images/infos-resa-actif.jpg);
	width:121px;
}

#btinfos:hover{
	background-image:url(images/infos-resa-actif.jpg);
	width:121px;
}

#bttelechargez{
	background-image:url(images/telechargement.jpg);
	width:234px;
}

#bttelechargez:hover{
	background-image:url(images/telechargement-actif.jpg);
	width:234px;
}


/* ----------------- contenu ------------------------- */
#contenu{
	background-image:url(images/fond.jpg);
	background-repeat:no-repeat;
	width:919px;
	height:644px;
	font-family:Arial, Helvetica, sans-serif;
}

#flash{
	width:750px;
	height:620px;
	margin-left:55px;
}

/* ----------------- contenuInfos ------------------------- */
#contenuInfos{
	width:919px;
	height:2000px;
}

#texte_infos{
	width:738px;
	padding:10px 0px 0px 15px;
	margin-left:55px;
}

#info-contact{
	width:808px;
	background-image:url(images/fond_flash.jpg);
	height:2000px;
}

#bande_droite{
	position:absolute;
	margin-left:806px;
	width:113px;
}

#courbe_haut{
	background-image:url(images/courbe_haut.jpg);
	background-repeat:no-repeat;
	height:277px;
}

#pixel_courbe_contact{
	background-image:url(images/courbe_pixel.jpg);
	background-repeat:repeat-y;
	height:1382px;
}

#courbe_bas{
	background-image:url(images/courbe_bas.jpg);
	background-repeat:no-repeat;
	height:342px;
}

#contenuInfos a{
	color:#543723;
	font-size:12px;
	
}

/* ----------------- crédits ------------------------- */
#contenu p{
	width:740px;
	text-align:justify;
	font-size:0.8em;
	padding:20px 70px;
	color:#543723;
	line-height:18px;
}

#contenu h3{
	padding:60px 0px 20px 70px;
	color:#543723;
}

/* ----------------- footer ------------------------- */
#footer{
	width:919px;
	height:55px;
}

#ombre{
	background-image:url(images/ombre_footer.jpg);
	width:919px;
	height:24px;
}

#footer ul{
	margin-left:95px;
}

#footer ul li{
	font-size:0.7em;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	float:left !important;
	margin:8px 0px 10px 0px;
 
}

#footer ul li img{
	margin:-8px 5px 4px 5px;
}

#footer .separation{
	color:#8CB856;
	padding:10px;
}

#footer a{
	color:#000;
}
