/********************************************************************* Balise ****************************************************************/
form, p, h2, h3, ul, li {
	padding: 0px;
	margin: 0px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #c7c7c7;
}
li {
list-style:none;
}
/******************************************************************** Lien ******************************************************************/
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a.lienbeige {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f1e8d7;
	text-decoration: none;
}
a.lienbeige:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f1e8d7;
	text-decoration: none;
}
a.lienbeige:hover {
	text-decoration: underline;
	color: #f1e8d7;
}
a.lienbeige:active {
	text-decoration: none;
	color: #f1e8d7;
}
a.lienrouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8D2507;
	text-decoration: none;
}
a.lienrouge:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8D2507;
	text-decoration: none;
}
a.lienrouge:hover {
	text-decoration: underline;
	color: #8D2507;
}
a.lienrouge:active {
	text-decoration: none;
	color: #8D2507;
}
a.lienrougesouli {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8D2507;
	text-decoration: underline;
}
a.lienrougesouli:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8D2507;
	text-decoration: underline;
}
a.lienrougesouli:hover {
	text-decoration: none;
	color: #8D2507;
}
a.lienrougesouli:active {
	text-decoration: none;
	color: #8D2507;
}

/********************************************************************** Class **************************************************************/
.scrollbarre {
	overflow:auto;
}

/********************************************************************** Newsletter **************************************************************/
.email_news {
	font-family:Geneva,Arial,Helvetica;
	font-size:11px;
	color:#000000;
	background-color:#ffffff;
	border-bottom:#bbbbbb 1px solid;
	border-top:#bbbbbb 1px solid;
	border-left:#bbbbbb 1px solid;
	border-right:#bbbbbb 1px solid;
}

.bouton_news {
	font-family:Geneva,Arial,Helvetica;
	font-size:12px;
	color:#ffffff;
	background-color:#585858;
	border-bottom:#585858 1px solid;
	border-top:#585858 1px solid;
	border-left:#585858 1px solid;
	border-right:#585858 1px solid;
}

/**********************************************************BDD AUTO **************************************/
.numpage {
}
.numpage_selec {
	color:#ff0000;
}
.bt_suivant{
}
.bt_precedent{
}
.liste_cat{
}
.fichierbin{
}
.photo{
}
/**********************************************************************************************************/
#cathedrale {    /* "lien" sera notre conteneur, ici la balise div */ 
    width: 268px;  /* changer la largeur ici */ 
    height: 72px; /* changer la hauteur ici */ 
    background: url(gifs/images/marne-encart-over_01.jpg) no-repeat left top;    /* placement de l'image over */ 
} 

#cathedrale a {    /* définition du lien qui occupera toute la place du conteneur */ 
    display: block; 
    width: 100%; 
    height: 100%; 
    background: url(gifs/images/marne-encart_01.jpg) no-repeat left top;    /* placement de l'image du menu */ 
    color: #000; 
} 

#cathedrale a:hover {    /* masquage de l'image1 au survol */ 
    background: transparent none; 
} 


#cave {    /* "lien" sera notre conteneur, ici la balise div */ 
    width: 268px;  /* changer la largeur ici */ 
    height: 59px; /* changer la hauteur ici */ 
    background: url(gifs/images/marne-encart-over_02.jpg) no-repeat left top;    /* placement de l'image over */ 
} 

#cave a {    /* définition du lien qui occupera toute la place du conteneur */ 
    display: block; 
    width: 100%; 
    height: 100%; 
    background: url(gifs/images/marne-encart_02.jpg) no-repeat left top;    /* placement de l'image du menu */ 
    color: #000; 
} 

#cave a:hover {    /* masquage de l'image1 au survol */ 
    background: transparent none; 
} 


#cap {    /* "lien" sera notre conteneur, ici la balise div */ 
    width: 267px;  /* changer la largeur ici */ 
    height: 81px; /* changer la hauteur ici */ 
    background: url(gifs/images/marne-encart-over_03.jpg) no-repeat left top;    /* placement de l'image over */ 
} 

#cap a {    /* définition du lien qui occupera toute la place du conteneur */ 
    display: block; 
    width: 100%; 
    height: 100%; 
    background: url(gifs/images/marne-encart_03.jpg) no-repeat left top;    /* placement de l'image du menu */ 
    color: #000; 
} 

#cap a:hover {    /* masquage de l'image1 au survol */ 
    background: transparent none; 
}

/*********************************************************LIGHTBOX*****************************************/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(gifs/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="gifs/overlay.png", sizingMethod="scale");
	}
	
/**********************************************************************************************************/
	
.petagefond {
	background-image: url(gifs/images/le-cheval-blanc_01.jpg);
	background-repeat: repeat-x;
}
.fondconseiller {
height: 24px;
color: #f1e8d7;
vertical-align:middle;
}
.fondcadre {
	background-image:url(gifs/images/le-cheval-blanc_07.jpg);
	background-repeat:no-repeat;
}
.fondvignette {
	background-image:url(gifs/images/le-cheval-blanc_08.jpg);
	background-repeat:no-repeat;
}
.footer {
	background-image:url(gifs/images/le-cheval-blanc_26.jpg);
	height: 49px;
	background-repeat:no-repeat;
	color: #8D2507;
}
.fondcontenu {
	background-image:url(gifs/images/le-cheval-blanc_25.jpg);
}
.fondreserver {
	background-image:url(gifs/images/le-cheval-blanc_24.jpg);
	height: 230px;
	background-repeat:no-repeat;
	color: #f1e8d7;
}
	.fondreserver p {
	padding: 14px 3px 0px 65px;
	}
	
.footerindex {
	background-image:url(gifs/images/le-cheval-blanc-intro_09.jpg);
	background-repeat:no-repeat;
	padding-top: 90px;
	padding-bottom: 25px;
	text-align:center;
	color: #8D2507;
}
.fondtexteindex {
	background-image:url(gifs/images/le-cheval-blanc-intro_07.jpg);
	background-repeat:no-repeat;
	padding-left: 3px;
	padding-right: 3px;
	text-align: justify;
}


	#container{
	padding: 10px;
	}
		#container p {
		padding: 5px;
		text-align:justify;
		}
		#container h2 {
		font-size:12px;
		font-weight:bold;
		color: #8D2507;
		}
		
		
		
.espace {
padding: 5px;
}

.beigegrand {
	color: #f1e8d7;
	font-size:13px;
}
.fondvisitezmarne {
	background-image:url(gifs/images/le-cheval-blanc-accueil_12.jpg);
	height: 196px;
	background-repeat:no-repeat;
}
		.fondvisitezmarne p {
		padding: 85px 30px 0 30px;
		}
		
.fondcave {
	background-image:url(gifs/images/le-cheval-blanc-accueil_29.jpg);
	height: 194px;
	background-repeat:no-repeat;
}
		.fondcave p {
	padding: 80px 30px 0 27px;
	}


.fondaccueilhotel {
	background-image:url(gifs/images/le-cheval-blanc-accueil_23.jpg);
	height: 183px;
	width: 179px;
	background-repeat:no-repeat;
	margin-left: 10px;
	float: left;
	padding-top: 60px;
	padding-left: 5px;
	color: #8D2507;
}
		.fondaccueilhotel p {
			padding: 5px;
		}




.fondaccueilresto {
	background-image:url(gifs/images/le-cheval-blanc-accueil_25.jpg);
	height: 183px;
	width: 179px;
	background-repeat:no-repeat;
	margin-left:25px;
    float: left;
	padding-top: 60px;
	color: #8D2507;
}
		.fondaccueilresto p {
			padding: 5px;
		}
		
		
		
		
.fondaccueilbas {
	background-image:url(gifs/images/le-cheval-blanc-accueil_36.jpg);
	height: 97px;
	background-repeat:no-repeat;
}
.petitrouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8D2507;
}
.grandrouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8D2507;
}
.rougenormal {
	color: #8D2507;
	font-weight:bold;
}
.grandrouge2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #8D2507;
}
.legendephoto {
	color: #716348;
	font-style: italic;
}
.alignementgauche {
	float: left;
	margin-right: 10px;
}
.alignementdroite {
	float: right;
	margin-left: 10px;
}
.vignettehotel {
	height: 67px;
	width: 141px;
	background-image:url(gifs/hotel-encart.jpg);
	padding: 25px 0 0 30px;
	background-repeat:no-repeat;
	float: left;
}
.fondvieilli {
	background-image:url(gifs/papier-vieilli.jpg);
	background-repeat:no-repeat;
	height: 293px;
}
#restoencart {
	background-image:url(gifs/resto-encart.jpg);
	background-repeat:no-repeat;
	height: 335px;
	width:590px;
	background-position:top center;
	padding-left: 15px;
	padding-right: 15px;
	padding-top:15px;
	margin: auto;
}
.italique {
	font-size: 10px;
	font-style: italic;
	color: #000000;
}
.Header_vignette {
	height: 237px;
}
		.Header_vignette img {
		border: 1px solid #6c0e02;
}
.espace_header_vign {
padding-bottom: 2px;
}.fdRestoCenter {
	background-image: url(gifs/resto-encart_02.jpg);
	background-repeat: repeat-y;
	height: 300px;
}
.fdRestoHaut {
	background-image: url(gifs/resto-encart_01.jpg);
	height: 300px;
	background-repeat: no-repeat;
	background-position: top;
}
.fdRestoBas {
	background-image: url(gifs/resto-encart_03.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 300px;
	padding: 10px;
}








.textereserver{
	padding:22px 0 0 43px;
	color: #f1e8d7;
	font-size:17px;
	font-family:"Times New Roman", Times, serif;
	display:block;
}

ul.MenuHorizontal {
   width: 239px;
   list-style: none;
   margin: 0;
   padding: 0;
   overflow: hidden;
}

ul.MenuHorizontal li {
   width: 239px;
}

ul.MenuHorizontal li a {
   display: block;
   color: #f1e8d7;
   font-family:"Times New Roman", Times, serif;        /*Ici, changer la police du menu*/
   font-size: 16px;         /*Ici, changer la taille de la police du menu*/
   padding:0 0 0 44px;         /*Ici, on joue sur le padding pour centrer le texte verticalement*/
   text-align: left;
   text-decoration: none;
}

li#menu0 a {
   background-image: url('gifs/images/le-cheval-blanc_13.jpg');         /*Ici l'image de fond de la cellule*/
   height:27px;
   line-height:27px;
}

li#menu1 a {
   background-image: url('gifs/images/le-cheval-blanc_15.jpg');         /*Ici l'image de fond de la cellule*/
   height:23px;
   line-height:23px;
}

li#menu2 a {
   background-image: url('gifs/images/le-cheval-blanc_16.jpg');         /*Ici l'image de fond de la cellule*/
   height:22px;
   line-height:22px;
}

li#menu3 a {
   background-image: url('gifs/images/le-cheval-blanc_17.jpg');         /*Ici l'image de fond de la cellule*/
   height:22px;
   line-height:22px;
}

li#menu4 a {
   background-image: url('gifs/images/le-cheval-blanc_18.jpg');         /*Ici l'image de fond de la cellule*/
   height:22px;
   line-height:22px;
}

li#menu5 a {
   background-image: url('gifs/images/le-cheval-blanc_19.jpg');         /*Ici l'image de fond de la cellule*/
   height:22px;
   line-height:22px;
}

li#menu6 a {
   background-image: url('gifs/images/le-cheval-blanc_20.jpg');         /*Ici l'image de fond de la cellule*/
   height:22px;
   line-height:22px;
}

li#menu7 a {
   background-image: url('gifs/images/le-cheval-blanc_21.jpg');         /*Ici l'image de fond de la cellule*/
   height:22px;
   line-height:22px;
}

li#menu8 a {
   background-image: url('gifs/images/le-cheval-blanc_22.jpg');         /*Ici l'image de fond de la cellule*/
   height:22px;
   line-height:22px;
}

li#menu0 a:hover, a#selected-over0 {
   background-image: url('gifs/images/le-cheval-blanc-over_13.jpg') !important;         /*Ici l'image de fond over de la cellule*/
   padding:0 0 0 60px;
   color: #f1e8d7;
   text-decoration:none;
}

li#menu1 a:hover, a#selected-over1 {
   background-image: url('gifs/images/le-cheval-blanc-over_15.jpg') !important;         /*Ici l'image de fond over de la cellule*/
   padding:0 0 0 60px;
   color: #f1e8d7;
   text-decoration:none;
}

li#menu2 a:hover, a#selected-over2 {
   background-image: url('gifs/images/le-cheval-blanc-over_16.jpg') !important;         /*Ici l'image de fond over de la cellule*/
   padding:0 0 0 60px;
   color: #f1e8d7;
   text-decoration:none;
}

li#menu3 a:hover, a#selected-over3 {
   background-image: url('gifs/images/le-cheval-blanc-over_17.jpg') !important;         /*Ici l'image de fond over de la cellule*/
   padding:0 0 0 60px;
   color: #f1e8d7;
   text-decoration:none;
}

li#menu4 a:hover, a#selected-over4 {
   background-image: url('gifs/images/le-cheval-blanc-over_18.jpg') !important;         /*Ici l'image de fond over de la cellule*/
   padding:0 0 0 60px;
   color: #f1e8d7;
   text-decoration:none;
}

li#menu5 a:hover, a#selected-over5 {
   background-image: url('gifs/images/le-cheval-blanc-over_19.jpg') !important;         /*Ici l'image de fond over de la cellule*/
   padding:0 0 0 60px;
   color: #f1e8d7;
   text-decoration:none;
}

li#menu6 a:hover, a#selected-over6 {
   background-image: url('gifs/images/le-cheval-blanc-over_20.jpg') !important;         /*Ici l'image de fond over de la cellule*/
   padding:0 0 0 60px;
   color: #f1e8d7;
   text-decoration:none;
}

li#menu7 a:hover, a#selected-over7 {
   background-image: url('gifs/images/le-cheval-blanc-over_21.jpg') !important;         /*Ici l'image de fond over de la cellule*/
   padding:0 0 0 60px;
   color: #f1e8d7;
   text-decoration:none;
}

li#menu8 a:hover, a#selected-over8 {
   background-image: url('gifs/images/le-cheval-blanc-over_22.jpg') !important;         /*Ici l'image de fond over de la cellule*/
   padding:0 0 0 60px;
   color: #f1e8d7;
   text-decoration:none;
}

h1{
	background:url(gifs/images/le-cheval-blanc_11.jpg) no-repeat;
	width:387px;
	height:33px;
	margin:0;
	color:#8A1315;
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	font-weight:normal;
	padding:0 0 0 27px;
}
.fdTelephone {
	background-image:url(gifs/images/header_09.jpg);
	height:38px;
	text-align:center;
	color:#801114;
	font-size:19px;
	font-weight:bold;
}
