@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; }

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 { }
table{ /*background: #FFFFCC;*/}
td{ vertical-align:middle; padding:8px;/* border: 1px solid #FFCC00;*/ border:0px;}
th{ vertical-align:middle; text-align:center; padding:8px; /*border: 1px solid #FFCC00;*/border:0px;}
.widthleft
{
width:40%;
}
.widthright
{
width:60%;
}

/* Éléments Particuliers
----------------------------------------------------------*/

/* Placement d'images */
.imgLeft { float:left; margin-right:1em; }

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

/* 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; }

.fleur {  margin-left:50px; }

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

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

#coordonnees a img { border:none; }

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

	#formulaire { background: transparent; text-align:center; width:400px; padding:0px 0 0 20px; 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:#B5D1DF; 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:#B5D1DF; color:#565137; border: 1px solid #565137; }

.transp, .inputtexte { background: #B5D1DF; 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------------------------*/
.margin-top-accueil
{
margin-top:-15px;
}
fieldset
{
padding:20px;
border:1px solid #000000;
/*background:#19aa46;*/
}
legend
{
padding-bottom:10px;
}
.plan {
	width: 750px;
	height: 500px;
	margin:0 auto;
	border:2px solid #FF9900;
}
#map .infosbulle {
	width: 210px;
	border: none;
	margin: 0;
	padding: 0;
	text-align:center;
	height:70px;
}
#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;
}
/*plan du site*/
#page-plan-du-site{
margin:0 auto; width:955px; 
}
#head-plan-du-site{
background:url(../images/photos/plan-du-site/head-plan-du-site.jpg) no-repeat;
width:955px;
height:283px;
}
#body-plan-du-site{
background:url(../images/photos/plan-du-site/body-plan-du-site.jpg) no-repeat;
}
#content-plan-du-site{
	padding:150px 100px 20px 100px;
	text-align: justify;
}
#foot-plan-du-site{
}
/*#plan du site*/
.fix-page
{
width:955px;
height:120px;
margin:0 auto;
}
.padding-button
{
padding-right:5px;
}
.margin-accueil
{
margin-top:-5px;
margin-left:255px;
text-align:justify;
}

.table {width:100%;}
.table td {vertical-align:top;}

.table1 {width:100%;}
.table1 td {text-align:center; vertical-align:top;}
.table1 .td1 {text-align:left; vertical-align:top;}

.table2 {width:95%;}
.table2 td {text-align:center; vertical-align:top;}
.table2 .td1 {text-align:left; vertical-align:top;}

.displayNone {display:none;}
.displayBlock {display:block;}

.width32 {width:32%;}
.width68 {width:68%;}

.width186 {width:186px;}
.width160 {width:160px;}
.width73 {width:73px;}
.width51 {width:51px;}

.div {height:500px; overflow-y: scroll; _overflow-x:none;}

.bdimg{border:1px solid #ff9a30;}

.mar{margin-right:10px;}


.td1-l{width:100px;}

.border-l{border:#f2902c solid 1px;}

.marright{margin-right:5px;}

.fleur-l {  margin-left:10px; }

.mar1{margin-right:15px;}

.mal{margin-left:40px; _margin-left:20px;}

.mail { vertical-align:middle;}

/**
 * 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 {
	}


.rouge { color:#FF0000; }
.vert { color:#1B800A; }

.vertaltop { vertical-align:top }

.tarifs { width:730px; }
.fruitiers { width:730px; }
