@charset "utf-8";



/* Import de la CSS d'initialisation

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



@import url(structure.css);



/* Construction (Montage)

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



body { color:#565137; font:normal 11px/16px Verdana, Arial, Helvetica, sans-serif; }



h1 { /*color:#565137;*/ font-size: 12px; font-weight:bold; padding:0 0 20px 0; }



h2 { color:#565137; font-size: 1.3em; }



h3 { color:#565137; font-size: 1.17em; }



h4 { color:#565137; font-size: 1em; }



h5 { color:#565137; font-size: 0.83em; }



h6 { color:#565137; font-size: 0.67em; }



p { color:#565137; font-size: 1em; }



ul, ol { color:#565137; font-size: 1em; }



li { color:#565137; font-size: 1em; }



a { color:#565137; text-decoration:underline; }



a:hover { text-decoration:none; } /* si changement de couleur au survol */



a:visited { } /* si changement de couleur après le clic */



input { }



textarea { }



em { }



strong { }



sup{

vertical-align:super; font-size:8px;

}



/* Éléments Particuliers

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



/* Placement d'images */

.imgLeft { float:left; margin-right:2em; }



.imgRight { float:right; margin-left:2em; }



/* Des classes d'alignement d'objets */

.aligntop { vertical-align:top; }



.alignbottom { vertical-align:bottom; }



.aligncenter { margin-left:auto; margin-right:auto; }



/* Des classes d'alignement du texte */

.left { text-align: left; }



.right { text-align: right; }



.center { text-align: center; }



.justify { text-align: justify; }



/* Des classes de formatage du texte en ligne */

.bold { font-weight: bold; }



.italic { font-style: italic; }



.strike { 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; }



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



#coordonnees { padding:25px 0 0 0; text-align:center; }



#coordonnees a img { border:none; }



/*-------------------------formulaire------------------------*/



	#formulaire { background: transparent; text-align:center; width:400px; padding:0; float:left; } /* carateristique du formulaire */



#formulaire * { margin:0 0 2px 0; padding:0; } /* caracteristique de toutes les balises qui se trouvent dans le formulaire */



.labelform { width: 203px; float: left; text-align: right; margin: 0 5px 0 0; } /* carateristique des label, width minimum 203px; */



.pform { padding: 3px 0px 10px 0px; text-align:left; clear:both; } /* carateristique des p */



.inputform { width:195px; height:13px; float:left; margin: 0 5px 0 2px; } /* carateristique des input */



.textareaform { width:398px; height:100px; overflow: auto; background-color:transparent; } /* carateristique du textarea */



.selectform { height:18px; float:left; margin: 0 5px 0 2px; font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif; color:#565137; background-color:#F6EFDD; border: 1px solid #565137; } /* carateristique des select */



.labelmessage { width:95px; } /* carateristique du label contenant "Votre message" */



#labelenvoyer { width:125px; } /* carateristique du label avant l'input envoyer, sert a centrer le bouton envoyer */



.inputenvoyer { width:150px; font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif; } /* carateristique de l'input "envoyer mon 			message" */



.divtexte { margin: 5px 0 0 0; text-align:center; clear: both } /* carateristique de la div contenant le texte du captchat*/



#formulaire div { margin: 5px auto; } /* centrer dans le formulaire des div */



#formulaire div a { color:#565137; } /* couleur du lien dans capchat */



.divimagecaptchat { display:none; } /* carateristique de la div entourant l'image captchat */



#code { background-color:#F6EFDD; color:#565137; border: 1px solid #565137; }



.transp, .inputtexte { background: #F6EFDD; border: 1px solid #565137; font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif; color:#565137; } /* pour rendre les input et textarea transparent avec une bordure */



/*-------------------------fin formulaire------------------------*/



.plan {

	width: 500px;

	height: 480px;

	border: 2px solid #FFFF00;

}

#map .infosbulle {

	width: 210px;

	border: none;

	margin: 0;

	padding: 0;

}

#map .infosbulle p {

	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;

}



.strong-center{

text-align:-moz-center;

!text-align:center;

}



.highslide {

	cursor: url(images/graphics/zoomin.cur), pointer;

    outline: none;

}

.highslide-active-anchor img {

	visibility: hidden;

}

/*.highslide img {

	border: 2px solid gray;

}

.highslide:hover img {

	border: 2px solid white;

}

*/

.highslide-wrapper {

	background: white;

}

.highslide-image {

    border: 2px solid white;

}

.highslide-image-blur {

}

.highslide-caption {

    display: none;

    

    border: 2px solid white;

    border-top: none;

    font-family: Verdana, Helvetica;

    font-size: 10pt;

    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: 22px;

    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;

}



.highslide-move {

    cursor: move;

}



.highslide-overlay {

	display: none;

}



a.highslide-full-expand {

	background: url(images/graphics/fullexpand.gif) no-repeat;

	display: block;

	margin: 0 10px 10px 0;

	width: 34px;

	height: 34px;

}





/* Necessary for functionality */

.highslide-display-block {

    display: block;

}

.highslide-display-none {

    display: none;

}



.img-pad{

float:left;

padding-right:22px;

padding-bottom:10px;

}

.img-pad1{

float:left;

padding-right:25px;

padding-bottom:10px;

}



.colLeft{

float:left;

width: 330px;

padding-right:15px;

}

.colRight{

float:left;

width: 330px;

}

fieldset{

border:1px solid #133615;

}

.legend-style{

margin-left:32px;

}

.text-left{

padding-left:5px;

padding-right:5px;

}

.images-food{

float:left;

padding: 20px 5px 20px 5px;

}

.images-food1{

float:left;

padding: 20px 5px 23px 5px;

}

.images-food2{

float:left;

padding: 10px 5px 10px 5px;

}

.images-food3{

float:left;

padding: 0 5px 10px 5px;

}





/*css : plan du site*/

#page-plan-du-site{

margin:0 auto; width:966px; 

}

#head-plan-du-site{

background:url(../images/plan-du-site/head-plan-du-site.jpg) no-repeat;

height: 343px;

}

#body-plan-du-site{

	background:url(../images/plan-du-site/body-plan-du-site.jpg) no-repeat;

}

#content-plan-du-site{

	padding:50px 100px 20px 250px;

	text-align:justify;

}

#foot-plan-du-site{

background:url(../images/plan-du-site/foot-plan-du-site.jpg) no-repeat;

height: 66px;

}

/*#plan du site*/



.fix{

width:950px;

margin:0 auto;

}



.fieldset1{

height:100px;

}

.fieldset13{

height:140px;

}



.fieldset16{

height:190px;

}

.fieldset18{

height:180px;

}

.fieldset19{

height:190px;

}



.fieldset2{

height:200px;

}

.fieldset22{

height:260px;

}

.fieldset23{

height:230px;

}

.fieldset3{

height:300px;

}

.fieldset32{

height:320px;

}



.fieldset33{

height:350px;

}

.fieldset38{

height:350px;

}

.fieldset4{

height:400px;

}

.fieldset41{

height:410px;

}

.fieldset42{

height:420px;

}

.fieldset43{

height:430px;

}

.fieldset5{

height:500px;

}

.fieldset6{

height:600px;

}

.fieldset7{

height:700px;

}

.fieldset8{

height:800px;

}

.fieldset9{

height:900px;

}

.fieldset95{

height:950px;

}

.fieldset102{

height:1020px;

}