@charset "utf-8";
/* Import de la CSS d'initialisation
----------------------------------------------------------*/
@import url(structure.css);

/* Construction (Montage)
----------------------------------------------------------*/
body { color:#acb98e; font-family: Verdana, "Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; font-size:11px; }

h1 { color:#fff; font-size: 12px; font-weight:bold; padding-bottom:18px; }
h2 { color:#fff; font-size: 1.3em; font-weight:bold;}
h3 { color:#fff; font-size: 1.17em; font-weight:bold;}
h4 { color:#fff; font-size: 1em; }
h5 { color:#fff; font-size: 0.83em; }
h6 { color:#fff; font-size: 0.67em; }

p { color:#acb98e; font-size:1em; }
ul, ol{ color:#acb98e; font-size:1em; }
li { color:#acb98e; font-size:1em; }
a { color:#acb98e; text-decoration:underline; }
a:hover { text-decoration:none; } /* si changement de couleur au survol */
textarea { color:#acb98e; padding:3px; }
input { color:#acb98e; padding:3px; }
.border, #code, #civilite select, #imgcaptcha, input { color:#acb98e; padding:3px;}

#adresseprint { /* Les éléments qui ne seront pas affichés  */     display :none; } 
/* Éléments 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:left;
	margin-top: 50px;
	padding-left: 10px;
}
.simpleCenter {
	text-align:center;
	margin:0 auto;}
.imgcenter {
margin-left:150px;
}
.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 { clear:both; }
.clearer { clear:both; width:0; height:0; line-height:0; }

/*	Mise en page
----------------------------------------------------------*/

/* Page d'accueil */
.chapeau { color:#acb98e; font-family: Verdana, "Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; font-size:11px; text-align:left; margin:.5em 2 1.5em;}
.illustration { float:left; padding:0 2.5em 1em 0; position:relative; top:-110px; margin-bottom:-110px;}

/* Page en construction */
.constrution { margin-top:8em; text-align:center; } /* Réajuster la hauteur du margin si besoin */

/*	Mentions Légales */
#infoclient { float:left; padding:0 0 2em; }
#hebergeur { float:right; padding:0; }

/*======================================================================================>/*Header hack*/
/*html>*/
/*body{ padding-right:2px;}*/
/*======================================================================================> Li Titre*/
.titreListe{color:#555;padding:0; margin:0;font-size:1.1em; font-weight:bold;}
.titreListe:first-letter{ font-size:1.5em; letter-spacing:-2px; text-transform:uppercase; }
/*======================================================================================> Titre aide centrage txt accueil*/
.homeTitle{ color:#fff; font-size:2em; padding:40px 0 0 0;}
/*======================================================================================> Lettrine*/
.Lettrine:first-letter{ font-size:3em; float:left;
color: #fff; font-style:italic;
margin: 0 2px;
padding: 5px;
}
/*------------------------------*/
.img-chefs-l { float:left; padding-right:10px;}
.text-chefs-r { border:1px solid #ffffff; width:480px; float:right; padding:10px 20px 20px 20px; height:140px; margin-top:5px;}

.icon { vertical-align:middle; padding-left:20px; padding-right:20px;}
.icon2 { vertical-align:middle; padding-left:30px; padding-right:20px; padding-bottom:20px; padding-top:7px;}

.img-l-recet { float:left; padding-right:10px;}
.icon-r-recet {float:right; width:282px;}
.icon-r-recet2 {float:right; width:280px;}
.icon-l-recet2 {float:left; width:240px;}

.icon-r-recet3 {float:right; width:250px;}

sup { vertical-align:super; font-size:10px;}
.text-small-bar { font-size:9px;}


#start-date input, textarea{ background-color:transparent; padding:5px; border:#ffffff solid 1px; }
.border-none { border:none;}
.alignleft {text-align:left;}
/*-------------------Plan du site---------------*/
#header-plan { background:url(../images/plandusite/header-plan.jpg) no-repeat top; width:1000px; height:271px;}
#centre-plan { float:left; width:800px; text-align:justify; margin-left:150px;}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* jQuery lightBox plugin - Gallery style */
	#gallery {}
	#gallery1 {}
	#gallery2 {}
	#gallery3 {}
	#gallery4 {}
	#gallery5 {}
	#gallery6 {}
	#gallery7 {}
	#gallery8 {}
	#gallery9 {}
	#gallery10 {}
	#gallery11 {}
	#gallery12 {}
	#gallery13 {}
	#gallery14 {}
	#gallery15 {}
	#gallery16 {}
	#gallery17 {}
	#gallery18 {}
	#gallery19 {}
	#gallery20 {}
	#gallery21 {}
	#gallery22 {}
	#gallery23 {}
	#gallery24 {}
	#gallery25 {}
	#gallery26 {}
	
/*-------Quy-------*/
.icon-cho {margin-left:10px; margin-right:20px;float:left;padding-top:7px;}
.field-cho{padding:20px; border: 1px solid #ffffff;}
.fix
{
height:30px!important;
}
.pad-r-1{padding-right:85px;}
.tableft-cho2{width:435px;}
.height4p{height:15px;}

.text-le{padding-left:20px; padding-right:20px; font-weight:bold;font-size:14px; color:#FFFFFF;}
.tableft-cho{width:350px;}

.w-table{width:400px;}
.bor-tr{border-bottom:#FFFFFF groove;}

#table1 {width:100%;border-collapse:collapse; line-height:25px;}
#table1 td {
	border-bottom: dotted 1px #ffffff;}
	
#table2 {width:100%;border-collapse:collapse; line-height:25px;}
#table2 td {
	border-bottom: dotted 1px #ffffff;}
	
	#table3 {width:100%;border-collapse:collapse; line-height:25px;}
#table3 td {
	border-bottom: dotted 1px #ffffff;}
	#table4 {width:100%;border-collapse:collapse; line-height:25px;}
#table4 td {
	border-bottom: dotted 1px #ffffff;}
	#table5 {width:100%;border-collapse:collapse; line-height:25px;}
#table5 td {
	border-bottom: dotted 1px #ffffff;}
	#table6 {width:100%;border-collapse:collapse; line-height:25px;}
#table6 td {
	border-bottom: dotted 1px #ffffff;}	

#table7 {width:100%;border-collapse:collapse; line-height:25px;}
#table7 td {
	border-bottom: dotted 1px #ffffff;}	
	#table8 {width:100%;border-collapse:collapse; line-height:25px;}
#table8 td {
	border-bottom: dotted 1px #ffffff;}	

.w1-tab{width:350px;}
.w1-tab-2{width:512px;}
.height-ie{_height:10px;#height:10px;}
.pad-form{padding:20px;}
.color-tit{font-weight:bold;}
#formulaire .champ2 { height:15px; width:170px; }



.plan {
	width: 640px;
	height: 480px;
	border: solid 1px #ffffff;
}
#map .infosbulle {
	width: 210px;
	border: none;
	display: block;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.plan-titre {
	font-size: 14px;
	color: #5F0666;
	font-weight: bold;
	margin-bottom: 1em;
}
.plan-adresse {
	font-size: 12px;
	color: #333;
}
.plan-printer {
	display:block;
	text-align: right;
}
.plan-printer img, 
.plan-printer a {
	border: none;
}
.margeImg{
	padding:10px;}
	
.miniVisite{width:50%; float:left; text-align:center;}