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

body {
	background-image: url(../images/body.jpg);
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

ul{
	text-align: left;
}

b {
	color: #ffd965; 
}

a {
	color: #ecbb23 ;
	font-family: Arial, Helvetica, sans-serif ;
	text-decoration: none ;
	font-size: 13px;
	}
	
a:hover {
	color: #f3d986 ;
	font-family: Arial, Helvetica, sans-serif ;
	text-decoration: none ;
	font-size: 13px;
	border-bottom: 1px dotted #f3d986;
	}
	
#conteneur {
	width: 899px;
	border-right: 2px solid #6b3f1b;
	border-left: 2px solid #6b3f1b;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-image : url(../images/header.jpg) ;
	background-repeat: no-repeat ;
	border-bottom: 2px solid #6b3f1b;
	width: 899px;
	height: 192px;
}

/* Partie gauche */
.fond_gauche {
	background-color: #7d502b ;
	background-image: url(../images/degrade_gauche.gif);
	background-repeat: repeat-x ;
	border-right : 2px solid #6b3f1b;
	width: 227px;
	vertical-align: top;
}

#menu {
	width: 170px;
	padding: Opx;	
	text-align: left;
}

#menu ul{
	border-top: 1px dotted #ecbb23;
	width: 170px;
	padding: 0px;
	margin: 0px;
	
}

#menu li{
	border-bottom: 1px dotted #ecbb23;
	background-image: url(../images/fond_marron_menu.jpg);
	background-color: #6b3f1b;
	list-style: none ;
	width: 155px;
	padding: 5px 5px 3px 10px;
	margin: 0px;
}

#menu li a {
	color: #ecbb23 ;
	font-family: Arial, Helvetica, sans-serif ;
	text-decoration: none ;
	font-size: 14px;
	}
	
#menu li a:hover {
	color: #f3d986 ;
	font-family: Arial, Helvetica, sans-serif ;
	text-decoration: none ;
	font-size: 14px;
	}

#menu_nosamis {
	width: 170px;
	padding: Opx;	
	text-align: left;
}

#menu_nosamis ul{
	border-top: 1px dotted #714a2b;
	background-color: #ecbb23;
	width: 170px;
	padding: 0px;
	margin: 0px;
	
}

#menu_nosamis li{
	border-bottom: 1px dotted #714a2b;
	background-image: url(../images/fond_jaune_photo.jpg);
	background-color: #6b3f1b;
	list-style: none ;
	width: 155px;
	padding: 5px 5px 3px 10px;
	margin: 0px;
}

#menu_nosamis li a {
	color: #4f3318 ;
	font-family: Arial, Helvetica, sans-serif ;
	text-decoration: none ;
	font-size: 14px;
	}
	
#menu_nosamis li a:hover {
	color: #805841 ;
	font-family: Arial, Helvetica, sans-serif ;
	text-decoration: none ;
	font-size: 14px;
	}


/* Partie principale */

#partie_principale {
	width: 670px;
	height: 100%;
	background-color: #765e42;
	background-image: url(../images/degrade_principale.gif);
	background-repeat: repeat-x;
	float: left;
}

#news {
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ecbb23;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#news td {
	text-align: justify;
	border-bottom: 1px dotted #ecbb23;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sans_border {
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ecbb23;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#sans_border td {
	text-align: justify;
}

h2 {
	color: #84c0ff;
	font-size: 14px;
	margin-top: 0px;
}

.news_gauche {
	width: 250px;
	border-right: 1px dotted #ecbb23;
	padding-right: 10px;
} 

.news_droite {
	width: 250px;
	padding-left: 10px;
}

.phrase_centrer {
	font-weight: bold;
	text-align: center;
	color: #ffd965;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Pied de page */

#pied_de_page {
	width: 100%;
	height: 23px;
	background-color: #6b3f1b;
	background-image: url(../images/fond_marron_menu.jpg);
	text-align: center;
	clear: both;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ecbb23;
	padding-bottom: 5px;
	border-top: 2px solid #6b3f1b;
	border-bottom: 2px solid #6b3f1b;
}

#pied_de_page a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ecbb23;
	text-decoration: none;
	border-bottom: 1px dotted #ecbb23;
}

#pied_de_page a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffd965;
	border-bottom: 1px dotted #ffd965;
}

/* SEJOUR */

.titre_page {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ecbb23
}

.sous_titre {
	font-size : 14px;
	font-weight: bold;
	text-align: center;
	color: #ffd965;
	margin-top: 10px;
	margin-bottom: 10px;
}

.liste {
	color: #f3d986;
	text-align:left;
}

.table_price {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 2Opx;
}
.table_price_td {
	text-align:center;
}

.avertissement {
	border:1px dotted #ffd965;
	color: #ffd965;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	margin-top: 40px;
}

.tbl_s_style {
	padding-top: 0px;
	margin-top: 0px;
	vertical-align: top;
}

.tbl_s_style td{
border-bottom: none;
}

.photo_sejour {
	background-image: url(../images/fond_jaune_photo.jpg);
	padding: 0px;
}

.tbl_sejour {
	background-color: #6b3f1b;
	border-bottom: 1px solid #ecbb23;
	padding: 10px 10px 10px 10px;
}

.tbl_sejour ul{
	text-align: left;
}

.tbl_sejour_titre {
	background-image: url(../images/fond_jaune_photo.jpg);
	background-position: top;
	color: #6b3f1b;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	vertical-align: middle;
	padding-top: 0px;
	margin-top: 0px;
}

/** photo pop-up **/

.tbl_photo {
	 float: right;
	 width: 140px;
	 background-color: #7d502b; 
	 cursor: pointer; 
	 border: 1px solid #ecbb23;
	 border-bottom: none;
	 margin: 0px 0px 0px 10px;
	 font-weight: bold;
}

/* OMBRE */

.table_ombre {
	margin: 0px 0px 0px 0px;
	border: none;
}

.table_ombre a {
border: none;
text-decoration: none;
}

.table_ombre tr {
	border: none;
}

.ombre_gauche {
	background-image: url(../images/ombre_gauche.png);
	background-repeat: repeat-y;
	background-position: left;
	width: 10px;
}

.ombre_droite {
	background-image: url(../images/ombre_droite.png);
	background-repeat: repeat-y;
	background-position: right;
	width: 8px;
}

.ombre_bas_gauche {
	background-image: url(../images/ombre_bas_gauche.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 10px;
	height: 8px;
}

.ombre_haut_gauche {
	background-image: url(../images/ombre_haut_gauche.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 10px;
	height: 8px;
}

.ombre_haut {
	background-image: url(../images/ombre_haut.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 8px;
}

.ombre_bas {
	background-image: url(../images/ombre_bas.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 8px;
}

.ombre_bas_droite {
	background-image: url(../images/ombre_bas_droite.png);
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
}

.ombre_haut_droite {
	background-image: url(../images/ombre_haut_droite.png);
	background-repeat: no-repeat;
	background-position:bottom;
	width: 8px;
	height: 8px;
}

/* FIN OMBRE */