
/* Import de la CSS d'initialisation
----------------------------------------------------------*/



/* Construction (Montage)
----------------------------------------------------------*/

body { color:#116D22; font-family: Verdana, "Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; font-size:12px; }

h1 { color:#116D22; font-size: 1.4em; }
h2 { color:#116D22; font-size: 1.3em; }
h3 { color:#116D22; font-size: 1.17em; }
h4 { color:#116D22; font-size: 1em; }
h5 { color:#116D22; font-size: 0.83em; }
h6 { color:#116D22; font-size: 0.67em; }
p { color:#116D22; font-size: 1em; }
ul, ol { color:#116D22; font-size: 1em; }
li {  color:#116D22; font-size: 1em; }
a { color:#116D22; 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 { border-width:thin; padding:3px; color:#116D22; }
textarea { border-width:thin; padding:3px; color:#116D22; }
em { }
strong { }


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

.produits{ clear:both; padding-top:1em;}
.produits h3{ margin-top:0; padding-top:0;}

/* 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 */
.h1index{ position:absolute; left:0; top:515px; width:100%; padding:0; }
.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, .gras { font-weight: bold; }
.italic, .italique { font-style: italic; }
.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; }

/* Formulaire de contact */
#frmEnvoi{ width:470px; }
#frmEnvoi input, textarea{ background-color:transparent; border-width:thin; }
#frmEnvoi .field{ text-align:right; margin-top:10px; }
#frmEnvoi .champ { border:none; border:#A9C305 inset 1px; padding:5px; background-color:#A9C305; color:#116D22; }
#frmEnvoi .champ:focus { }
#frmEnvoi #code {  border:none;  border:#A9C305 inset 1px; padding:5px; background-color:#A9C305; color:#116D22; }
#frmEnvoi #code:focus { }
#frmEnvoi #send2 { border-color:#116D22;  background-color:#116D22; color:#A9C305;}



.liste-produits-fav .produit {
	text-align:center;
}

.liste-produits-fav .produit .no-image {
	text-align:center;
	margin: 0 25px;
}

.liste-produits-nouvo .produit {
	text-align:center;
}

.liste-produits-nouvo .produit .no-image {
	text-align:center;
	margin: 0 25px;
}



div#fondfeuilles
{
	text-align:center;
	margin-left:auto; 
	margin-right:auto;
	
	}
.pic-r{float:right;
}
.pic-l{float:left;
}
.pic{text-align:center;
}

.clear{clear:both;}
.pic-index-r{text-align:left; width:200px;float:right;}

.pic-index-l{text-align:left; width:150px; float:left;}

.fontcolor{font-weight:bold;
}
#allcontent {width:570px;
margin-left:auto;
margin-right:auto;
}

#allcontent-massifs {
}
.pic-massifs-clear{
clear:both;
float:none; 
}
.pic-massif-l{
width:130px; 
float:left;
}
.pic-massif{
height:30px;
}

.pic-massifs-text{
width:223px; 
float:left;
height:auto;
padding-left:10px;
padding-right:10px;
}
.pic-massif-2{
width:130px;
float:left;
margin-top:85px
}

.pic-massif-clear{
clear:both;
float:none; 
height:98px;
}
.pic-massif-l-1{
width:130px; 
float:left; 
padding-left:55px;
}
.pic-massif-r-1{
width:130px; 
float:right; 
padding-right:18px;
}
.pic-massif-r{
width:130px; 
float:right;
}

.all-clear{
width:570px; 
clear:both; 
float:none;
}

.pic-plan-l{
width:165px; 
float:left;
}
.pic-plan-r{
width:165px; 
float:left;
}
.pic-plan-c{
width:165px; 
float:left;
}
.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 {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.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;
}
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;
}

.td{
	text-align:left;
}
.td-p{
text-align:center
}


.liens-1{
width:250px; 
float:left;
}
.liens-2{
width:200px; 
float:left;
}
.liens-3{
width:173px; 
float:right;
}