@charset "UTF-8";
/* CSS Document */
body {
	background-color:#251103;
	background-image:url(images/fond.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin:0px;
	height:700px;
}


img {
	border:none;
}

#conteneur {
	margin:auto;
	width:1024px;
	height:683px;
}

#menu {
	margin-top:198px;
	margin-left:10px;
	float:left;
}

#menu li, #menu ul {
		list-style:none;
		margin-top:0px;
}

#footer {
	clear:both;
}
#footer a {
	padding-left:75px;
	color:#630;
	text-decoration:none;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

#footer a:hover {
		color:#c60;
}

.nom_livre {
	font-size:10px;
	font-style:italic;
}
/*-------------------- DIV de contenu ---------------*/




.texte {
	width:450px;
	height:460px;
	float:left;
padding-top:100px;
padding-left:20px;
color:#d78c41;
text-align:justify;
font-family:Verdana, Helvetica, sans-serif;
font-size:13px;
}

#texte_haut {
	width:450px;
	height:460px;
	float:left;
margin-top:-30px;
color:#d78c41;
text-align:justify;
font-family:Verdana, Helvetica, sans-serif;
font-size:13px;
}

.texte b {
	color:#c60;
}

.texte a {
	text-decoration:none;
	color:#d78c41;
	font-weight:bold;
}
.texte a:hover {
	text-decoration:underline;
	color:#c60;
	font-weight:bold;
}

li {
	font-size:12px;
}
.photos_droite {
	vertical-align:top;
	padding-top:80px;
	padding-left:35px;
	text-align:right;
}
.photos_droite img {
	margin:5px;
	border:1px solid #d78c41;
}

.photos_droite_no_border {
	vertical-align:top;
	padding-top:80px;
	padding-left:35px;
	text-align:right;
}

.photos_droite_no_border img{
	border:none;
}


#form_contact textarea, #form_contact input {
	background-color:#5a3406;
	color:#f88f08;
	border:1px solid #f88f08;
	font-size:13px;
}

#form_contact p {
	text-align:left;
}
	
	
#galeries {
	width:700px;
}

/*-------------------- BOUTONS DE MENU ----------------*/

.accueil {
	background-image:url(images/boutons_06.png);
		background-repeat:no-repeat;
		width:148px;
		height:36px;
}
.guide {
	background-image:url(images/boutons_07.png);
		background-repeat:no-repeat;
		width:148px;
		height:36px;
}
.circuit {
	background-image:url(images/boutons_08.png);
		background-repeat:no-repeat;
		width:148px;
		height:36px;
}

.famille {
	background-image:url(images/boutons_09.png);
		background-repeat:no-repeat;
		width:148px;
		height:36px;
}

.formalites {
	background-image:url(images/boutons_10.png);
		background-repeat:no-repeat;
		width:148px;
		height:36px;
}

.sante {
	background-image:url(images/boutons_11.png);
		background-repeat:no-repeat;
		width:148px;
		height:36px;
}

.tarifs {
	background-image:url(images/boutons_12.png);
		background-repeat:no-repeat;
		width:148px;
		height:36px;
}

.galeries {
	background-image:url(images/boutons_13.png);
		background-repeat:no-repeat;
		width:148px;
		height:36px;
}

.livre {
	background-image:url(images/boutons_14.png);
		background-repeat:no-repeat;
		width:148px;
		height:36px;
}

.contact {
	background-image:url(images/boutons_15.png);
		background-repeat:no-repeat;
		width:148px;
		height:36px;
}

.accueil:hover {
	background-image:url(images/boutons_hover_06.png);
		background-repeat:no-repeat;
		width:148px;
		height:36px;
}
.guide:hover {
	background-image:url(images/boutons_hover_07.png);
		background-repeat:no-repeat;
		width:148px;
		height:36px;
}
.circuit:hover {
	background-image:url(images/boutons_hover_08.png);
		background-repeat:no-repeat;
		width:148px;
		height:36px;
}

.famille:hover {
	background-image:url(images/boutons_hover_09.png);
		background-repeat:no-repeat;
		width:148px;
		height:36px;
}

.formalites:hover {
	background-image:url(images/boutons_hover_10.png);
		background-repeat:no-repeat;
		width:148px;
		height:36px;
}

.sante:hover {
	background-image:url(images/boutons_hover_11.png);
		background-repeat:no-repeat;
		width:148px;
		height:36px;
}

.tarifs:hover {
	background-image:url(images/boutons_hover_12.png);
		background-repeat:no-repeat;
		width:148px;
		height:36px;
}

.galeries:hover {
	background-image:url(images/boutons_hover_13.png);
		background-repeat:no-repeat;
		width:148px;
		height:36px;
}

.livre:hover {
	background-image:url(images/boutons_hover_14.png);
		background-repeat:no-repeat;
		width:148px;
		height:36px;
}

.contact:hover {
	background-image:url(images/boutons_hover_15.png);
		background-repeat:no-repeat;
		width:148px;
		height:36px;
}
