@charset "utf-8";
/* Import de la CSS d'initialisation
----------------------------------------------------------*/
@import url(structure.css);

/* Construction (Montage)
----------------------------------------------------------*/
* { font-family:"Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; }
body { color:#000; font-size:80%; }
h1 { color:#000; font:700 12px Georgia, "Times New Roman", Times, serif; text-align:right; }
h2 { color:#000; font:700 1.17em Georgia, "Times New Roman", Times, serif; }
h3 { color:#000; font:700 1.1em Georgia, "Times New Roman", Times, serif; }
h4, p, ul, ol, li { font-size:1em; }
h5 { color:#000; font-size:.83em; }
h6 { color:#000; font-size:.67em; }
a { color:#000; text-decoration:underline; }
a:hover { text-decoration:none; } /* si changement de couleur au survol */
textarea { color:#000; border-width:thin; padding:3px; }

/* lments Particuliers
----------------------------------------------------------*/
/* Placement d'images */
.imgLeft { float:left; padding:0 2em 0 0; }
.imgRight { float:right; padding:0 0 0 2em; }

/* Des classes d'alignement d'objets */
.aligntop { vertical-align:top; }
.alignbottom { vertical-align:bottom; }
.aligncenter { margin-left:auto; margin-right:auto; }
.left { text-align:left; }
.right { text-align:right; }
.center { text-align:center; }
.justify { text-align:justify; }

/* Des classes de formatage du texte en ligne */
em, .italic, .italique { font-style:italic; }
strong, .bold, .gras { font-weight:700; }
.strike, .barre { text-decoration:line-through; }

/* Des classes flotante */
.floatleft { float:left; }
.floatright { float:right; }

/* Les "nettoyeurs" */
.clearb, .clearer { clear:both; }/*width: 0; height: 0; line-height: 0;*/ 

/*css : plan du site*/
.body-plan-du-site{background: #3A1800 url(../images/fond.jpg) repeat-x top; width:100%; }
#head-plan-du-site{
height:337px;
background:url(../images/plan-du-site/head-plan.jpg) no-repeat;
}
#body-plan-du-site{
	background:url(../images/plan-du-site/body-plan.jpg) no-repeat;
}
#content-plan-du-site{
	padding:25px 90px 20px 90px;
	text-align:justify;
}
#foot-plan-du-site{
background:url(../images/adresse.jpg) no-repeat;
height:37px;
width:950px;
margin:0 auto;
}
.yzeo-plan-du-site{ font-size:10px; padding-left:100px; }
/*#plan du site*/

/*googlemaps*/
.plan {
	width:610px;
	height:460px;
	border: 3px solid #2c7926;
	margin:0 auto;
	
}

#map .infosbulle {
	width: 210px;
	border: none;
	margin: 0;
	padding-bottom:30px;
}
#map .infosbulle p {
	display: block;
	margin: 0 auto;
	padding: 0px 200px 10px 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.plan-titre {
	font-size: 14px;
	color: #2c7926;
	font-weight: bold;
	margin-bottom: 1em;
	text-align:center;
}
.plan-adresse {
	font-size: 12px;
	color: #333;
	text-align:center;
	!text-align:center;
}
.plan-printer {
	display:block;
	text-align: right;
	padding-bottom:15px;
}
.plan-printer img, 
.plan-printer a {
	border: none;
}
#googlemap a.googlemap-icon { display: block; background:url(../images/goglemap.jpg) no-repeat; width: 70px; height: 60px; }
#googlemap a.googlemap-icon:hover { background: url(../images/goglemap-hover.jpg) no-repeat; }
#googlemap a.googlemap-icon:active { background: url(../images/goglemap.jpg) no-repeat; }
#googlemap a.googlemap-icon span { display:none; }
.alignCenter{
	text-align:-moz-center;
	!text-align:center;
	text-align:center;
	}
/*end googlemaps*/

/*------------------------------*/

/*hightslide*/
/*============ HIGHLIGHT =============*/

.highslide {
	cursor: url(../images/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: none;
}
.highslide:hover img {
	border: none;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 0px;
    background-image: url(../images/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(../images/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
/*--------------------*/

.contenu-plan-acces{
	width:620px;
	margin:0 auto;
}
.parc-left{
	width:420px;
	float:left;
}
.parc-right{
	width:350px;
	float:right;
}
.icon
{
	vertical-align:middle;
	padding-right:10px;
}
.span{
	padding-left:26px;
}
.parc-img1{
	width:228px;
	float:left;
}
.parc-img2{
	width:228px;
	float:left;
	padding:0 92px 0 92px;
}
.restauration-left{
	width:250px;
	float:left;
	margin-left:150px;
	_margin-left:100px;
}
.restauration-right{
	width:150px;
	float:left;
}
legend { font: 700 15px Georgia, "Times New Roman", Times, serif; border-left:3px solid #2c7926; padding:2px 10px 2px 10px; color:#2c7926; }
.fieldset { 
	border:1px solid #2c7926; 
	padding:0 70px 0 70px;
	margin:0 auto;
}
.tarifs-right{
	width:330px;
	float:right;
}
.tarifs-left{
	width:380px;
	float:left;
}
.tarifs-menu-left{
	width:400px;
	float:left;
	padding:0 10px 0 10px;
}
.tarifs-menu-right{
	width:400px;
	float:right;
	padding:0 10px 0 10px;
}
.table{
	width:380px;
	margin:0 auto;
}
td{
	border-bottom:1px #000000 dotted;
}

.td-price{
	text-align:right;
	padding-top:10px;
}
.boder-menu{
	border:1px #2c7926 solid;
	
}
.height{
	height:520px;
}
.pd-menu{
	padding-left:50px;
}
/*---------------------------------------------------- Plan de site  -----------------------------------------*/
* { margin:0; padding:0; outline:none; }

#menubas { padding: 10px 10px 10px 0; text-align:center; color:#555; font-size:12px; width:950px; margin:0 auto; }

#menubas a { color:#2C7926; }

#plandusite { color:#fff; clear:both; margin:0 auto; width:845px; text-align:left; padding-top:10px;}

#plandusite p { line-height:8px; }

#plan1 { width:175px; min-height:130px; _height:130px; float:left; border-right:1px solid #333; padding-left:10px; padding-right:10px; list-style-image: url(../images/puce.gif); list-style-position:outside; border-bottom: 1px dashed #333; border-right: 1px dashed #333; padding-bottom:10px; padding-top:5px; text-align:justify; }

#plan2 { width:175px; min-height:130px; _height:130px; float:left; border-right:1px solid #333; padding-left:10px; padding-right:10px; list-style-image: url(../images/puce.gif); list-style-position:outside; border-bottom: 1px dashed #333; border-right: 1px dashed #333; padding-bottom:10px; padding-top:5px; }

#plan3 { width:175px; min-height:130px; _height:130px; float:left; border-right:1px solid #333; padding-left:10px; padding-right:10px; list-style-image: url(../images/puce.gif); list-style-position:outside; border-bottom: 1px dashed #333; border-right: 1px dashed #333; padding-bottom:10px; padding-top:5px; }

#plan4 { width:175px; min-height:130px; _height:130px; float:left; padding-left:10px; padding-right:10px; list-style-image: url(../images/puce.gif); list-style-position:outside; border-bottom: 1px dashed #333; padding-bottom:10px; padding-top:5px; }

#plan5 { width:175px; min-height:130px; _height:130px; float:left; padding-left:10px; padding-right:10px; list-style-image: url(../images/puce.gif); list-style-position:outside; border-bottom: 1px dashed #333; padding-bottom:10px; padding-top:5px; }

.tailleplan { font-size:0.9em; color:#555; font-family:Arial, Helvetica, sans-serif }

/*---------------------------------------------------- fait par Liondefeu -----------------------------------------*/
#contenu table td { width:200px; border:1px solid #2C7926;}




.left { text-align:left; }
.right { text-align:right; }
.center { text-align:center; }
.justify { text-align:justify; }
.imgp{border:10px solid #009900;}

.tb1-nhung{width:100%;}

.tb1-nhung td{padding:8px 1px 1px 1px; border-bottom:#d6c8a3 dotted 1px;}

.tb2-nhung{width:100%;}

.tb2-nhung td{padding:8px 1px 1px 1px;}

#infoclient {  margin-bottom:1.7em; }
#hebergeur { margin-bottom:1.5em; float:right;}
.midd{vertical-align:middle; # padding-top:3px;}

.c2{width:48%;}


.logo { height:42px; }
