/* CSS Document */
body {
   font-family: "Verdana", "Arial", serif;
	font-size: 12px;
	background-image:url("images/bgPage4.gif");
}
a {
    color:#666666; 
}
.couleurOrangeTitre {
   color: #C9A865;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #E3E2D7;
}

.couleurBleuTitre2 {
   	color: #0e2b55;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #E3E2D7;
}

.couleurNoirTitre 
{
   color: #000000;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #E3E2D7;
}

.couleurVertTitre {
	color: #9F906C;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom: 2px solid #E2E0C4;
}

.couleurBleuTitre {
   color: #9F906C;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.couleurRouge {
   color: #FF0000;
	font-size: 11px;
	font-weight: bold;
}

.couleurRouge_Normal {
   color: #FF0000;
	font-weight: bold;
}

.spacerHorizontalImage {
	padding: 20px;
	text-align: center;
	margin: 0 auto;
}

.erreur {
  color: red;
  text-align: center;
}

.nouveaute {
	color: #ff0000;
}

#box_alert {
   border: 1px solid #AAAAAA;
   padding: 4px;
   margin-top: 5px;
   margin-bottom: 20px;
   background-color: #FFFFE1;
}

.puceReglements {
	padding-right: 4px;
}

.reservation {
	padding: 3px;
	border: 1px solid #BDDEFC;
	margin: 10px;
	background-color: #DFEFFF;
}

.texteCentral {
   line-height: 26px;
	text-align: justify;
	margin-right: 15px;
}
.texteCentral_Paddingleft {
   line-height: 26px;
	text-align: justify;
	margin-right: 15px;
	padding-left: 6px;
}

blockquote {
   border-left: 4px solid #E3E2D7;
	padding-left: 10px;
	border-bottom: 1px solid #E3E2D7;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #F7F7EA;
}

.aligCenter {
   text-align: center;
}

.imgAccueil {
   float: left;
	margin-right: 10px;
}

imgAccueil2 {
   float: right;
	/* margin-left: 10px; */
}

.texteGris {
	color:#666666;
}

.texteBleu {
	color: #0e2b55;
	font-weight: bold;
}

.lienBarreDroite {
   color: #666666;
}

h1 {
	font-size: x-large;
}

#imagefront {
	background-color: #FFFFFF;
	height: 200px;
	text-align: center;
	border-top: 1px solid #1C3D54;
	clear: both;
}

#entete {
   background-image: url("images/bgHaut.jpg");
	height: 16px;
	padding-left: 10px;
	font-size: 11px;
	margin-top: 1px;
	text-align: center;
}

#navigation  {
   background-image:url(images/bgNav2.jpg);
   background-repeat: repeat-x;
   text-align: center;
}

#wrapper {
	border: 1px solid #1C3D54;
	width: 780px;
	background-color:#FFFFFF;
	margin: 0 auto;
}

#contenu {
   background-color: #FFFFFF;
	width: 515px;
	float: left;
	/*position: absolute;*/
	margin-left: 10px;
}

#galeriePhoto {
	margin-top: 20px;
	margin-left: 10px;
}

#barredroite {
	background-color: #F2F1E4;
	width: 246px;
	float: right;
	border-left: 1px solid #E3E2D7;
	padding-left: 5px;
	border-bottom: 1px solid #E3E2D7;
}

#clearmilieu {
	clear: both;
}

#navigationbas {
	margin: 0 auto;
	background-color: #F1EFDB;
	color: black;
	padding: 10px;
	border-top: 1px solid #E3E2D7;
	text-align: center;
}

.dateNouvelle {
	color:#666666;
	font-size: small;
}

.texteNouvelle {
	border-top: 1px solid #E3E2D7;
	border-bottom: 1px solid #E3E2D7;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-right: 15px;
}

.noteTexte {
	border: 1px solid #D5D5D5;
	padding: 10px;
	margin: 10px;
	background-color: #E0EFC2;
	line-height: 20px;
	text-align: justify;
	font-size: 11px;
}

#divProtection  {
	border: 1px solid #ECE6C9;
	padding: 4px;
	background-color: #FFFBE6;
}

#insideReserv {
	margin: 10px;
}

/* Couleurs des liens */
.classLienBas {
	color: #000000;
}

.classLienBas:hover {
	background-color:#FFFFFF;
}

/* Styles pour le menu déroulant */
/* Merci à A List A Part http://www.alistapart.com/articles/dropdowns/ */

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav {
	background-image:url("images/navbg.jpg");
}


#nav a {
	font-weight: bold;
}

#nav a {
	text-decoration: none;
	color: black;
}

#nav li li a {
	display: block;
	font-weight: normal;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	border-left: 1px solid #224F68;
	background-color: #A7CEF2;
	border-top: 1px solid #224F68;
	border-bottom: 1px solid #224F68;
}

li {
	float: left;
	background-color: transparent;
	/* border-width: 1px 0; */
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	/*left: 0;*/
	font-weight: normal;
	background: url(images/bgMenu.gif) bottom left no-repeat;
	padding: 0.5em 0 1em 0;
	border-right: 1px solid #224F68;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

.imageMenu {
	border-style:none;
}

#tarifDiv {
	padding: 20px;
	font-size: 10px;
}

.prixGros {
	font-size: 14px;
}

#pubOrignal {
	background-color: #000000;
	color: #FFFFFF;
	width: 242px;
	font-size: 16px;
}

#pubOrignal img {
	border: 0px;
}

#pubOriginal_texte {
	text-align: center;
	padding: 4px;
}

.viePrivee {
	padding: 10px;
	background-color: #d3f1ca;
	border: 1px solid #a6cfb8;
}

#messageErreur {
	padding: 10px;
	background-color: #FFFF66;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
	border: 1px solid #FF0000;
}

.message {
	background-color: #f5f09d;
	border: 1px solid #cecece;
	padding: 4px;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}
