/***************/
/**  GENERAL  **/
/***************/

/********COULEURS*******/
/*
vert = #97be15
vert clair = #F0FCC7
orange = #df5516
orange clair = #fdd6b3
gris = #525151 (texte)
gris clair = #b0b0af (tableau)

*/


* { 
	margin:0px;
	padding:0px;
	}
body {
	font-size:12px;
	font-family:Verdana;
	color:#525151;
	background-color:#ffffff;
	text-align: center; 		/* Pour corriger le bug d'IE pour le centrage de la page */
	}
img { 
	border:none;
	}
h1 { 
	padding-top:35px; 
	padding-left:65px;
	font-size:26px;
	color:#97be15;
	font-family:Verdana;
	font-weight: bold;
	}
h2 {
	font-size:22px;
	color:#df5516;
	padding-top:25px; 
	padding-left:65px;
	font-family:Verdana;
	font-weight: bold;
	}
h3 {
	font-size:15px;
	color:#df5516;
	font-family:Verdana;
	font-weight: bold;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:40px;
	}
h4 {
	font-size:15px;
	color:#ffffff;
	font-family:Verdana;
	font-weight: bold;
	background-color:#97be15;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:10px;
	}
h5 {
	font-size:15px;
	color:#ffffff;
	font-family:Verdana;
	font-weight: bold;
	background-color:#df5516;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:10px;
	}
p {
	font-size:12px;
	font-family:Verdana;
	color:#525151;
	text-align: justify;
	padding:10px 0px 0px 20px;	
	margin-right:11px;	
	line-height: 16px;
	}

.texte-gras {
	font-weight: bold;
	}
.texte-petit {
	font-size:10px;
	}

.fond {
	width:920px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	text-align: left;		/* Pour rétablir par rapport au bug d'IE sur le centrage de la page */
	}
.pourVoir {
	font-size:13px;
	font-family:Verdana;
	color:color:#ffffff;
	padding:10px 20px 0px 20px;	
	font-weight:bold;
	text-decoration:underline;
	}
.position {
	width:920px;
	font-size:10px;
	padding-top:10px;
	padding-left:30px;
	}
.position a , .position a:hover {		/* lien spécifique à la position */
	text-decoration:underline;
	color:#df5516;
	font-size:10px;
	}
.tableau {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	}
.boutique{
	margin-left:80px;
	margin-top:20px;
	color:#df5516;
	}	
.boutique a, .boutique  a:hover{
	color:#df5516;
	text-decoration:underline;
	}	
	
	
	

/*************/	
/**  LIENS  **/
/*************/
a {
	font-size:12px;
	font-family:Verdana;
	color:#df5516;
	text-decoration:underline;
	font-weight: normal;
	}
a:hover {
	font-size:12px;
	font-family:Verdana;
	color:#97be15;
	text-decoration:underline;
	font-weight: normal;
	}
a:link {
	text-decoration:underline;
	}
a:visited {
	text-decoration:underline;
	}
a:active {
	text-decoration:underline;
	}
	
	
	
	
	
/************/	
/**  HOME  **/
/************/
.slideviewer {
	clear:both;
	width:920px;
	height:190px;
	background-color:#ffffff;
	}	
.block {
	width:920px;
	height:auto;
	margin-top:40px;
	}
.center_block {
	width:370px;
	height:auto;
	margin-left:60px;
	margin-bottom:20px;
	border-bottom:solid 2px #97be15;
	background-color:#f0fcc7;
	float:left;
	}
.center_block  p{			/* pour le texte specifique à ce block */
	font-size:12px;
	color:#525151;
	padding:10px 5px 20px 25px;	
	}
.block_texte{
	width:250px;
	height:auto;
	padding-left:8px;
	padding-top:30px;
	padding-bottom:10px;
	float:left;
	}
	
/****************/	
/**  PRODUITS  **/
/****************/
.block_produits {
	width:370px;
	height:auto;
	margin-left:60px;
	background-color:#97be15;
	float:left;
	}
.block_produits_details{
	clear:both;
	border-bottom: 6px solid #ffffff;
	}	
.vignette_produits{
	width:80px;
	height:auto;
	padding-left:30px;
	padding-top:30px;
	padding-bottom:20px;
	float:left;
	}
.desc_court_produits{
	width:190px;
	height:auto;
	padding-left:30px;
	padding-top:30px;
	float:left;
	color:#ffffff;
	}
.desc_court_produits a, .desc_court_produits a:hover{
	color:#ffffff;
	text-decoration:none;
	}
.photo_produits{
	width:390px;
	margin-left:40px;
	padding-top:40px;
	padding-bottom:20px;
	float:left;
	}
.autre_produit{
	width:390px;
	padding-top:40px;
	margin-top:30px;
	margin-bottom:10px;
	}
.block_boutique {
	width:370px;
	height:90px;
	margin-left:60px;
	margin-bottom:20px;
	border-bottom:solid 2px #df5516;
	background-color:#fdd6b3;
	float:left;
	}	
.block_boutique  p{			/* pour le texte specifique à ce block */
	font-size:12px;
	color:#525151;
	padding:10px 5px 20px 25px;	
	}	

	
/****************/	
/**  CONSEILS  **/
/****************/
#liste_conseils li {
	width:690px;
	margin-left:80px;
	padding-top:10px;
	line-height: 18px;
	}
#tab_conseils {
	width:720px;
	border-collapse:collapse;
	}
#tab_conseils th{
	padding:6px;
	border:solid 1px #b0b0af;
	text-align:center;
	vertical-align:bottom;
	background-color:#97be15;
	color:#ffffff;
	font-size:14px;
	}
#tab_conseils th a, #tab_conseils th a:hover{
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	}
#tab_conseils td{
	padding:10px 5px 10px 5px;
	border:solid 1px #b0b0af;
	text-align:center;
	font-size:14px;
	}
.td-conseils{
	background-color:#e1edb8;
	}

	
/****************/	
/**  PARTENAIRES  **/
/****************/
#liste_partenaires li {
	margin-left:80px;
	padding-top:10px;
	line-height: 12px;
	}
	
	
/***************/	
/**  CONTACT  **/
/***************/
#contact { 
	width:650px;
	padding:15px 0px 15px 50px; 
	margin:10px 20px 0px 30px;
	color:#ffffff;
	font-weight:bold;
	background-color:#97be15;
	}
#contact  td{ 
	padding-top:8px;	
	}

