/********************************************************************* Balise ****************************************************************/
form {
	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 {
	background:url(gifs/img_background.jpg) #e8e8e8 top repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/********************MENU*********************/

ul.MenuHorizontal {
   width: 1007px;
   list-style: none;
   margin: 0;
   padding: 0;
   overflow: hidden;
}

ul.MenuHorizontal li {
   float: left;
}

ul.MenuHorizontal li a {
   display: block;
   color: #4e6365;         /*Ici, changer la couleur de la police*/
   font-family: Verdana, Arial, Helvetica, sans-serif;         /*Ici, changer la police du menu*/
   font-size: 12px;         /*Ici, changer la taille de la police du menu*/
   font-weight: bold;
   padding-top: 14px;         /*Ici, on joue sur le padding pour centrer le texte verticalement*/
   height: 55px;         /*Ici, on augmente la hauteur du menu*/ 
   text-align: center;
   text-decoration: none;
}

li#menu0 {
   width: 103px;
}

li#menu1 {
   width: 100px;
}

li#menu2 {
   width: 100px;
}

li#menu3 {
   width: 100px;
}

li#menu4 {
   width: 101px;
}

li#menu5 {
   width: 100px;
}

li#menu6 {
   width: 100px;
}

li#menu7 {
   width: 100px;
}

li#menu8 {
   width: 100px;
}

li#menu9 {
   width: 103px;
}

li#menu0 a {
   background-image: url('gifs/menu__02.jpg');         /*Ici l'image de fond de la cellule*/
}

li#menu1 a {
   background-image: url('gifs/menu__03.jpg');         /*Ici l'image de fond de la cellule*/
}

li#menu2 a {
   background-image: url('gifs/menu__04.jpg');         /*Ici l'image de fond de la cellule*/
}

li#menu3 a {
   background-image: url('gifs/menu__05.jpg');         /*Ici l'image de fond de la cellule*/
}

li#menu4 a {
   background-image: url('gifs/menu__06.jpg');         /*Ici l'image de fond de la cellule*/
}

li#menu5 a {
   background-image: url('gifs/menu__07.jpg');         /*Ici l'image de fond de la cellule*/
}

li#menu6 a {
   background-image: url('gifs/menu__08.jpg');         /*Ici l'image de fond de la cellule*/
}

li#menu7 a {
   background-image: url('gifs/menu__09.jpg');         /*Ici l'image de fond de la cellule*/
}

li#menu8 a {
   background-image: url('gifs/menu__10.jpg');         /*Ici l'image de fond de la cellule*/
}

li#menu9 a {
   background-image: url('gifs/menu__11.jpg');         /*Ici l'image de fond de la cellule*/
}

li#menu0 a:hover, a#selected-over0 {
   background-image: url('gifs/menu_ro_02.jpg') !important;         /*Ici l'image de fond over de la cellule*/
}

li#menu1 a:hover, a#selected-over1 {
   background-image: url('gifs/menu_ro_03.jpg') !important;         /*Ici l'image de fond over de la cellule*/
}

li#menu2 a:hover, a#selected-over2 {
   background-image: url('gifs/menu_ro_04.jpg') !important;         /*Ici l'image de fond over de la cellule*/
}

li#menu3 a:hover, a#selected-over3 {
   background-image: url('gifs/menu_ro_05.jpg') !important;         /*Ici l'image de fond over de la cellule*/
}

li#menu4 a:hover, a#selected-over4 {
   background-image: url('gifs/menu_ro_06.jpg') !important;         /*Ici l'image de fond over de la cellule*/
}

li#menu5 a:hover, a#selected-over5 {
   background-image: url('gifs/menu_ro_07.jpg') !important;         /*Ici l'image de fond over de la cellule*/
}

li#menu6 a:hover, a#selected-over6 {
   background-image: url('gifs/menu_ro_08.jpg') !important;         /*Ici l'image de fond over de la cellule*/
}

li#menu7 a:hover, a#selected-over7 {
   background-image: url('gifs/menu_ro_09.jpg') !important;         /*Ici l'image de fond over de la cellule*/
}

li#menu8 a:hover, a#selected-over8 {
   background-image: url('gifs/menu_ro_10.jpg') !important;         /*Ici l'image de fond over de la cellule*/
}

li#menu9 a:hover, a#selected-over9 {
   background-image: url('gifs/menu_ro_11.jpg') !important;         /*Ici l'image de fond over de la cellule*/
} 

/******************************************************************** 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;
}


/********************************************************************** 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 {
	display:block;
	float:left;
	width:18px;
	height:20px;
	padding-top:3px;
	margin-left:1px;
	margin-right:2px;
	font-weight:bold;
	color:#552211 !important;
}

.numpage_selec {
	color:#ced5a9;
	border:1px #000000 solid;
	font-weight:bold !important;
}

.bt_suivant{
	display:block;
	float:left;
	width:46px;
	height:20px;
	padding-top:3px;
	margin-left:1px;
	margin-right:2px;
	font-weight:bold;
	color:#552211 !important;
}

.bt_suivant1{
	display:block;
	float:left;
	width:46px;
	height:20px;
	padding-top:3px;
	margin-left:1px;
	margin-right:2px;
}

.bt_precedent{
	display:block;
	float:left;
	width:46px;
	height:20px;
	padding-top:3px;
	margin-left:1px;
	margin-right:2px;
	font-weight:bold;
	color:#552211 !important;
}

.bt_precedent1{
	display:block;
	float:left;
	width:46px;
	height:20px;
	padding-top:3px;
	margin-left:1px;
	margin-right:2px;
}
/**********************************************************************************************************/



/*********************************************************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");
	}
	
/**********************************************************************************************************/
	
.mypage {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:1007px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.my_menu {
	width:1007px;
	height:69px;
}

.header {
	clear:both;
	width:1007px;
	height:243px;
	overflow:hidden;
}

.my_logo {
	float:left;
	background:url(gifs/head_13.gif) top no-repeat;
	width:284px;
	height:243px
}

.my_diapo {
	float:left;
	width:723px;
	height:243px;
}

.logo {
	padding-left: 76px;
	padding-top: 36px;
}

.baseline {
	text-align:center;
	margin:0;
	font-size:13px;
	color:#fff;
}

.liens_utile {
	padding-top: 43px;
	padding-left: 3px;
	margin:0;
	font-size:10px;
	color:#b8a7a2;
	text-align:center;
}

.liens_utile a {
	font-size:10px;
	color:#b8a7a2;
	text-decoration:none;
}

.liens_utile a:hover  {
	font-size:10px;
	color:#b8a7a2;
	text-decoration:underline;
}

.corps_site {
	clear:both;
	background:url(gifs/corps_site.jpg) top repeat-y;
	width:1007px;
	height:auto;
	overflow:hidden;
}

.colonne_gauche {
	float:left;
	width:261px;
	height: 553px;
}

.horaire {
	margin-left: 4px;
	background:url(gifs/img_horaire.jpg) top no-repeat;
	width:261px;
	height:auto;
}

.contact {
	margin-left: 4px;
	background:url(gifs/img_contact.jpg) top no-repeat;
	width:261px;
	height:auto;
}

.plan_acces {
	margin-left: 4px;
	background:url(gifs/img_plan-acces.jpg) top no-repeat;
	width:261px;
	height:auto;
}

.titre_horaire {
	padding-top: 25px;
	padding-left: 61px;
	margin:0;
	font-size:12px;
	color:#FFFFFF;
	text-align:left;
}

.titre_horaire a {
	font-size:12px;
	color:#FFFFFF;
	text-decoration:underline;
}

.titre_horaire a:hover {
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}

.titre_contact {
	padding-top: 18px;
	padding-left: 61px;
	margin:0;
	font-size:12px;
	color:#FFFFFF;
	text-align:left;
}

.titre_contact a {
	font-size:12px;
	color:#FFFFFF;
	text-decoration:underline;
}

.titre_contact a:hover {
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}

.titre_acces {
	padding-top: 16px;
	padding-left: 61px;
	margin:0;
	font-size:12px;
	color:#FFFFFF;
	text-align:left;
}

.titre_acces a {
	font-size:12px;
	color:#FFFFFF;
	text-decoration:underline;
}

.titre_acces a:hover {
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}

.text_contact {
	padding-left: 12px;
	padding-top: 20px;
	text-align:center;
	margin:0;
	font-size:12px;
}

.text_contact2 {
	padding-top: 73px; padding-left: 3px;
	text-align:center;
	margin:0;
	font-size:12px;
}

.text_horaire {
	padding-left: 12px;
	padding-top: 15px;
	text-align:left;
	margin:0;
	font-size:12px;
}

.colonne_droite {
	float:left;
	width:720px;
	height:auto;
}

h1 {
	padding-left: 32px;
	padding-top: 12px;
	margin:0;
	font-size:18px;
	color:#4a1d0f;
	text-align:left;
}

h2 {
	margin:0;
	color:#4a1d0f;
	font-size:18px;
	text-align:left;
	padding-bottom:8px;
}

.text_contenu {
	margin-top:14px;
	margin-left:32px;
	width:686px;
	height:auto;
	line-height:1.3;
}

.text_contenu1 {
	margin-top:14px;
	margin-left:32px;
	margin-bottom:0;
	width:686px;
	height:auto;
	line-height:1.3;
}

.box_detail {
	background:url(gifs/encart_detail.jpg) top no-repeat;
	margin-top:14px;
	margin-left: 32px;
	width:686px;
	height:300px;
	line-height:1.3;
}

.div_googlemap {
	margin-top:14px;
	margin-left:32px;
	width:686px;
	height:auto;
	margin-bottom:14px;
}

.text_contenu2 {
	clear:both;
	padding-top: 14px;
	margin-left:32px;
	padding-bottom:14px;
	width:686px;
	height:auto;
}

.text {
	margin:0;
	font-size:12px;
	color:#000000;
	text-align:justify;
}

.text4 {
	margin:0;
	font-size:12px;
	color:#4a1d0f;
	text-align:center;
}

.text5 {
	margin:0;
	font-size:12px;
	color:#fff;
	text-align:left;
}

.encart_sejours {
	margin-left:24px;
	background:url(gifs/encart_type.jpg) top no-repeat;
	width:181px;
	height:123px;
	float:left;
}

.encart_sdb {
	margin-left:24px;
	background:url(gifs/encart_type.jpg) top no-repeat;
	width:181px;
	height:123px;
	float:left;
}

.encart_cuisines {
	margin-left:24px;
	background:url(gifs/encart_type.jpg) top no-repeat;
	width:181px;
	height:123px;
	float:left;
}

.img_1 {
	padding-left: 7px;
	padding-top: 7px;
}

.titre_encart {
	padding-top: 12px;
	margin:0;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
}

.titre_encart a {
	font-size:12px;
	color:#FFFFFF;
	text-decoration:underline;
}
.titre_encart a:hover {
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}

.titre_encart2 {
	margin:0;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
}

.titre_encart2 a {
	font-size:12px;
	color:#FFFFFF;
	text-decoration:underline;
}
.titre_encart2 a:hover {
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}

.pied_site {
	background:url(gifs/pied_site.jpg) top no-repeat;
	width:1007px;
	height:31px;
	clear:both;
}

.nuage_lien {
	padding-top: 7px;
	margin:0;
	font-size:12px;
	color:#000000;
	text-align:center;
}

.my_plan {
	padding-left: 10px;
	margin-top: 23px;
	width:252px;
	height:67px;
	background:url(gifs/mini_plan.jpg) top no-repeat;
	clear:both;
}

.lien_utz {
	padding-left: 10px;
	margin-top: 50px;
	width:252px;
	height:67px;
	clear:both;
}

.titre_plan {
	padding-top: 3px;
	padding-right: 16px;
	margin:0;
	font-size:12px;
	color:#000000;
	text-align:center;
}

.titre_plan a {
	font-size:12px;
	color:#000000;
	text-decoration:underline;
}

.titre_plan a:hover {
	text-decoration:none;
	font-size:12px;
	color:#000000;
}

.lien_plan {
	font-size:12px;
	text-align:left;
	margin:0;
}

.mes_encart {
	clear:both;
	width:686px;
	height:288px;
}

.mytemplate {
	margin:4px 4px 4px 4px;
}

.compteurpage {
	text-align:center;
	height:20px;
	padding-bottom:12px;
	padding-top:12px;
	margin-top:0;
	margin-bottom:0;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.compteurpage1 {
	text-align:center;
	height:20px;
	padding-bottom:12px;
	margin-top:0;
	margin-bottom:0;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.zephoto {
	float:left;
	width:35%;
	height:auto;
	padding:12px;
	margin:0;
}

.photo {
	float:left;
	width:30%;
	margin: 8px;
	height:auto;
}

.zedescriptif {
	float:left;
	width:55%;
	float:left;
	padding:12px;
	margin:0;
	height:auto;
}

.img {
	border:#000000 1px solid;
}

.img2 {
	margin:10px;
	border:#000000 1px solid;
}