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

/* Construction (Montage)
----------------------------------------------------------*/
body { color:#fff; font-size:80%; font-family:"Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; }

h1, h2, h3, h4, h5, h6 { color:#00652f; }
h1 { font:bold 12px Georgia, "Times New Roman", Times, serif; text-align:center; padding-bottom:18px; line-height:20px;}
h2 { font:bold 1.17em Georgia, "Times New Roman", Times, serif; text-align:center; }
h3 { font:bold 1em Georgia, "Times New Roman", Times, serif; text-align:center; }
h4 { font-size:.9em; }
h5 { font-size:.83em; }
h6 { font-size:.67em; }
p, ul, ol, li { font-size:1em; }
a { color:#fff; text-decoration:underline; }
a:hover { text-decoration:none; }/*si changement de couleur au survol*/
textarea { color:#000; border-width:thin; padding:3px; }

/* Adresse : Liens de bas de page
----------------------------------------------------------*/
#adresse p, #adresse a { color:#fff; }/*couleur des liens de bas de page*/
#adresse p { font-size:.9em; /*padding-bottom:.5em;*/}

/* Image de validation W3C
----------------------------------------------------------*/
/*#validator a img { background-color:#fff; }Activer le CSS si le fond du site est blanc*/

/* Éléments Particuliers
----------------------------------------------------------*/
/* Placement d'images */
.imgLeft { float:left; padding-bottom:0; margin:0 2em 0 0; /*border:1px solid #fff;*/ }
.imgRight { float:right; padding-bottom:0; margin:0 0 0 2em; /*border:1px solid #fff;*/ }

/* 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; }
.souligne { text-decoration:underline; }
.br { display:block; }
.no-style li { list-style-type:none; }

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

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

/* Colors
----------------------------------------------------------*/
.grey { color:#808080; }
.orange { color:#ed8314; }
.blue { color:#00aeff; }
.apple-green { color:#6fc30c; }
.green { color:#00843d; }
/* Page d'accueil
----------------------------------------------------------*/
/*h1#chapeau { padding:1em 0 2em; }*/ 
#logo1 { text-align:center; }
#logo2 { text-align:center; }
#logo3 { text-align:center; }
#logo4 { text-align:center; }

#col1 { float:left; width:200px; height:410px; padding:0 13px 0 0; border-right:1px solid #ccc; margin-bottom:1em; }
#col2 { float:left; width:200px; height:410px; padding:0 13px; border-right:1px solid #ccc; }
#col3 { float:left; width:200px; height:410px; padding:0 13px; border-right:1px solid #ccc; }
#col4 { float:left; width:200px; height:410px; padding:0 0 0 13px; }

#horaires { margin:1em 1.2em 1em 0; text-align:center;}

#btn_devis, #btn_catalogue, #btn_plan { float:left;  }
#btn_devis { margin:0 2em 0 21em; }
#btn_catalogue { margin-right:2em; }
#btn_plan { }
/* Site en cours de réalisation
----------------------------------------------------------*/
#site { text-align:center; padding-top:2em; }
.width-1 {width:103px;}
.width-2 {width:150px;}
.width-2-3 {width:140px;}
.width-3 {width:150px;}
.width-5 {width:140px;}
.width-6 {width:60px;}
.width-7 {width:70px;}
.width-8 {width:130px;}
.width-9 {width:90px;}
.width-10 {width:130px;}

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

/*============ HIGHLIGHT =============*/
.highslide {
	cursor: url(../images/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: none;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: none;
}
.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: 20px;
    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;
}
/*---------plan du site----------*/
#header-plan { background:url(../images/plandusite/head-plan.jpg) no-repeat top; width:950; height:166px;}
#fond-diapo-plan { background:url(../images/plandusite/fond-diapo-plan.jpg) no-repeat top; width:540px; height:151px;}

/*------------------------------------------*/
.img-border { border: 3px solid #ed8314; }
sup { font-size:10px; vertical-align:super;}
.large-txt { font-size:16px; color:#ff0000; }
.bg-popup { background-color:#1d1d1d; padding:10px; text-align:left;}

.bullet { margin-right:7px; padding-top:3px;}
.bullet3 { margin-right:7px; vertical-align:middle; padding-bottom:30px; padding-top:3px;}
.bullet2 { margin-right:7px; vertical-align:middle; padding-bottom:20px; padding-top:3px;}

.bullet-4-1 { float:left; width:160px; margin-left:30px;}
.bullet-4-4 { float:right; width:340px; margin-right:100px;}

.bullet-3-1 { float:left; width:120px; margin-left:30px;}
.bullet-3-2 { float:left; width:200px; margin-left:30px;}

.pergolas-2 { float:left; width:300px; }

.space-fset-txt { padding-top:1px; padding-top /*\**/: 10px\9; #padding-top /*\**/: 10px\9;}
.fieldset-h { border:1px solid #4b4b4b; padding:10px 10px 0; }
.fieldset-allees-h { border:1px solid #4b4b4b; padding:10px 10px 0; width:370px; }

.legend-h { padding:2px 15px 2px 10px; text-align:left; font:bold 1em Georgia, "Times New Roman", Times, serif; color:#fff; border-left:3px solid #4b4b4b; }
.legend-nobold { padding:2px 15px 2px 10px; text-align:left; font:normal 1em Georgia, "Times New Roman", Times, serif; color:#fff; border-left:3px solid #4b4b4b; }

.mg-l-30 { margin-left:30px;}
.pad-top-10 { padding-top:10px;}
#allees-r-txt { float:right; width:400px; padding-top:10px; margin-right:30px; }

.engazonn-1 { float:left; width:400px;}
.engazonn-2 { float:left; width:430px; margin-left:30px;}

#vegetaux-1 {float:left; width:200px; margin-left:20px;}
#vegetaux-2 {float:left; width:280px; margin-left:80px;}
#vegetaux-3 {float:left; width:130px; margin-left:160px;}

#entretien-1 {float:left; width:200px;}
#entretien-2 {float:left; width:280px; margin-left:100px;}
#entretien-3 {float:left; width:200px; margin-left:50px;}

#contact-left {float:left; width:290px;}
#contact-right {float:right; width:350px;}

#radio-contact-l {float:left; width:125px;}
#radio-contact-r {float:right; margin-right:20px;}

#align-txt-radio {margin-right:27px;}
.mask
{
width:30px;
height:30px;
position:absolute;
z-index:10;
background:#1d1d1d;
top:170px;
left:0;
}

.murs-3-1 { float:left; width:100px; margin-left:30px;}
.murs-3-2 { float:left; width:180px; margin-left:30px;}
.murs-3-3 { float:left; width:120px; margin-left:50px;}
.murs-2-2 { float:left; width:120px; margin-left:180px;}

.terrs-bois-1 {border:1px solid #4b4b4b; padding:10px 10px 0; float:left; width:400px;}
.terrs-bois-2 {border:1px solid #4b4b4b; padding:10px 10px 0; float:right; width:400px;}
.terrs-bois-1-h {border:1px solid #4b4b4b; padding:10px 10px 0; float:left; width:520px;}
.terrs-bois-2-h {border:1px solid #4b4b4b; padding:10px 10px 0; float:right; width:270px;}
.terrs-bois-1-ha {border:1px solid #4b4b4b; padding:10px 10px 0; float:left; width:650px; height:196px;}
.terrs-bois-2-ha {border:1px solid #4b4b4b; padding:10px 10px 0; float:right; width:170px;}

/*-------------------Hanh SI---------------*/
.fieldset-en-savoir { border:1px solid #4b4b4b; padding:10px 10px 0;width:300px; }
.legend-en-savoir { padding:2px 15px 2px 10px; font:bold 1em Georgia, "Times New Roman", Times, serif; color:#fff; border-left:3px solid #4b4b4b;}
.fieldset-en-savoir-r {  border:1px solid #4b4b4b; padding:10px 10px 0; width:350px; height :290px;height /*\**/ :290px\9; #height /*\**/ : 300px\9;  }
.fieldset-en-savoir-3 {  width: 750px;}
.width-3-popup {width:745px;}
#logo-r-pes {float:right; margin-right:20px;}

#radio-contact-1 {float:left; width:300px; margin-left:100px;}
#radio-contact-2 {float:left; width:150px; text-align:left;}
.space-radio {padding-top:1px;}
#popup-small {border:1px solid #4b4b4b; padding:10px 10px 0px 10px;}
.mar-left-hau{ margin-left:75px;}