/*------------------------------------------------*
 *---  WWW.ICARE-NET.COM - agence web ---  CSS  --*
 *------------------------------------------------*/
		
html {
   margin: 0;
   padding: 0;
}


body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	color: #000;
	background-image: url(../images/deco/rep_fond.gif);
	background-repeat: repeat;
	background-position: left top;
}

p{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #EEDBBF;
	font-size: 11px;
	line-height: 13px;

} 

form, input {
	margin: 0;
	padding: 0;
}

select {
	color: #000;
	background-color: #fff;
}

li {
	list-style-image: none;
}



#page li{

    margin: 0;
	padding: 0 30px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #EEDBBF;
	font-size: 11px;
	line-height: 13px;
	
	}


 /*------------------------------------------------------*
  *--------    CSS BLOCS     						 ----*
  *------------------------------------------------------*/


#general{
	margin:0 auto;
	padding:0;
	width:100%;
}

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	width:996px;
	height:281px;
}

#top_header{
	margin:0 auto;
	padding:34px 40px 0 0;
	width:956px;
	height:21px;
	background-image: url(../images/deco/top_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#top_contact {
	margin:0;
	padding:0 16px 0 0;
	width:980px;
	height:20px;
	background-image:url(../images/deco/fond_contact.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	clear:both;
	color: #F2BF7F;
	font-size: 11px;
	text-align: right;
}
#top_contact a {
	color:#F2BF7F;
	text-decoration:none;
	padding:0 3px 0 3px;
}
#top_contact a:hover{
	color:#F9DEBD;
}
#top_contact img{
	margin:0;
	padding:0 3px 0 3px;
}

#top_contact img.panier{
	margin:2px 0 -3px 0;
	padding:0;
}
.top_contact_margeright {
	margin-right:0;
}

#logo_header{
	margin:0;
	padding:0;
	width:454px;
	height:206px;
	float:left;
	background-image: url(../images/deco/fond_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#rotator_header{
	margin:0;
	padding:0;
	width:542px;
	height:206px;
	float: right;
	background-image: url(../images/deco/rota_header/photo_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;

	}
/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:0;
	width: 996px;
	background-image: url(../images/deco/rep_content.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

.tableaux_general{
	margin:0 auto;
	padding:0;
	width: 996px;
	background-image: url(../images/deco/fond_content.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.th_sousmenu{
	margin:0;
	padding:0 19px 30px 0;
	text-align:right;
	font-size:10px;
	font-weight: normal;
	line-height: 18px;
}
.th_sousmenu a{
	margin:0;
	padding:1px 4px 2px 4px;
	color:#EBBA7C;
	text-decoration: none;
	background-color: #A56A30;

}

.th_sousmenu a:hover{
	color:#F0CDA2;
	text-decoration: none;
	background-color: #8D5B29;

}

.tableaux_general td.contenu{
	margin:0;
	padding:0 0 0 40px;

}

.logo_new {
	background:url(../images/deco/logo-new.gif) no-repeat 337px 10px;
}

/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:18px 0 0 0;
	width:996px;
	height:46px;
	text-align: center;
	color: #D58D53;
	background-image: url(../images/deco/fond_footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 10px;
	line-height: 12px;
}

#footer a{
	color:#FCDF7C;
	text-decoration:none;
}

#footer a:hover{
	color:#FEF5E9;
}

#footer img{
	margin:0 9px 2px 7px;
	padding:0;

}
#footer img.drapeaux{
	margin:0 7px -1px 7px;
	padding:0;

}
.champs_newsletter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	width: 188px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	background-color: #eee;
	color: #663300;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
}
.newsletter_envoyer {
	color:#330000;
	text-align:left;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	padding:1px 5px 1px 26px;
	border-style: solid;
	border-width: 1px;
	border-color: #D2AB85;
	background-color:#E6CFB9;
	background-image: url(../images/deco/fleche_noir.gif);
	background-repeat: no-repeat;
	background-position: 15px 6px;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
	cursor: pointer;
	margin: 0;
}




/*classe clear*/

.clear {
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/*::::::::::::::::::::::::::::::::::::ROTATOR////////////////////////*/
#content_center {
	float:left;
	width: 500px;
}

#rota_index{
	width:423px;
	height:234px;
	margin:4px 27px 0 40px;
	padding:0;
	border-color:#E4C9A8;
	border-style:solid;
	border-width:1px;
}

#panneau{
	width:423px;
	height:30px;
	margin:210px 27px 0 41px;
	padding:0;
	border-color:#FCF9F5;
	border-style:solid;
	border-width:1px 0 0 0;
	background-color:#F8D4AA;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
	float:left;
	position:absolute;

}



.carre_un{
	width:183px;
	margin:4px 28px 0 0;
	padding:0;
/*	border-color:#E4C9A8;
	border-style:solid;
	border-width:1px;*/
	float:right;
}
.carre_un img{
	border-color:#E4C9A8;
	border-style:solid;
	border-width:1px;
	margin:0;
	padding:0;
}
.promos {
	position:absolute;
	width:180px;
	height:35px;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
	opacity: 0.7;
	padding:150px 0 0 5px;
	background-image: url(../images/home/promo_bkg.jpg);
	background-repeat:no-repeat;
	background-position:1px 145px;
}
.carre_un a {
	color:#663300;
	text-decoration:none;
	background-image: url(../images/deco/fleche_noir.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding:0 0 0 10px;
}
.carre_un a:hover {
	color:#934900;
}

#panneau_un{
	width:183px;
	height:30px;
	margin:-32px 41px 0 27px;
	padding:0;
	border-color:#FCF9F5;
	border-style:solid;
	border-width:1px 0 0 0;
	background-color:#F8D4AA;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
	float:right;


}

#carre_deux{
	width:183px;
	height:114px;
	margin:4px 34px 0 27px;
	padding:0;
	border-color:#E4C9A8;
	border-style:solid;
	border-width:1px;
	float:right;
	position: relative;

}

#panneau_deux{
	width:183px;
	height:30px;
	margin:-32px 35px 0 27px;
	padding:0;
	border-color:#FCF9F5;
	border-style:solid;
	border-width:1px 0 0 0;
	background-color:#F8D4AA;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
	float:right;
	position: relative;

}
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
   h1 {
	margin: 20px 0 0 400px;
	padding: 0;
	color:#FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 20px;


  }
  
  h1 span.blanc{
  	font-size:22px;
  }
    h1 span.blanc_ptit{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
  }
  
  h1 span.orange{
	color:#F5B052;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
  }  
   h2 {
	margin: 0;
	padding: 5px 5px 5px 20px;
	color:#663300;
	font-weight: normal;
	font-size: 15px;
  }
  
   h3 {
	margin: 0;
	padding: 10px 5px 5px 5px;
	color:#663300;
	font-weight: normal;
	font-size: 14px;
  }
  
   h4 {
	margin: 88px 0 0 0;
	padding: 10px 5px 5px 5px;
	color:#663300;
	font-weight: normal;
	font-size: 14px;
  }
  
   h5 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h6 {
   	margin: 0;
    padding: 0;
			 color:#000;
  }
  
 .bullet{
 margin:0 5px 2px 0;
 padding:0;
 } 
    
  .titre_spa{
  	margin: 15px 7px 20px 400px;
	padding: 5px 0 5px 10px;
	color:#A56A30;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #E4C9A8;
	border-color: #A56A30;
	border-style: solid;
	border-width: 0 0 0 6px;
	display: block;
	letter-spacing: 1px;
	font-weight: normal;
	} 
  .titre_spa_rouge{
  	margin: 15px 7px 20px 400px;
	padding: 5px 0 5px 10px;
	color:#CC0000;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #E4C9A8;
	border-color: #CC0000;
	border-style: solid;
	border-width: 0 0 0 6px;
	display: block;
	letter-spacing: 1px;
	font-weight: normal;
	}
	
  .titre_spa_orange{
  	margin: 15px 7px 20px 400px;
	padding: 5px 0 5px 10px;
	color:#FF6600;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #E4C9A8;
	border-color: #FF6600;
	border-style: solid;
	border-width: 0 0 0 6px;
	display: block;
	letter-spacing: 1px;
	font-weight: normal;
	}
  .titre_spa_jaune{
  	margin: 15px 7px 20px 400px;
	padding: 5px 0 5px 10px;
	color:#996600;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #E4C9A8;
	border-color: #CCFF00;
	border-style: solid;
	border-width: 0 0 0 6px;
	display: block;
	letter-spacing: 1px;
	font-weight: normal;
	}
	
  .titre_spa_verte{
  	margin: 10px 7px 12px 350px;
	padding: 5px 0 5px 10px;
	color:#339900;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #E4C9A8;
	border-color: #339900;
	border-style: solid;
	border-width: 0 0 0 6px;
	display: block;
	letter-spacing: 1px;
	font-weight: normal;
	}
	
  .titre_spa_bleu{
  	margin: 15px 7px 20px 400px;
	padding: 5px 0 5px 10px;
	color:#0099CC;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #E4C9A8;
	border-color: #0099CC;
	border-style: solid;
	border-width: 0 0 0 6px;
	display: block;
	letter-spacing: 1px;
	font-weight: normal;
	}
	
  .titre_spa_indigo{
  	margin: 15px 7px 20px 400px;
	padding: 5px 0 5px 10px;
	color:#003399;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #E4C9A8;
	border-color: #003399;
	border-style: solid;
	border-width: 0 0 0 6px;
	display: block;
	letter-spacing: 1px;
	font-weight: normal;
	}
  .titre_spa_violet{
  	margin: 15px 7px 20px 400px;
	padding: 5px 0 5px 10px;
	color:#9933CC;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #E4C9A8;
	border-color: #9933CC;
	border-style: solid;
	border-width: 0 0 0 6px;
	display: block;
	letter-spacing: 1px;
	font-weight: normal;
	}
	
.texte_sta{
	margin: 2px 55px 5px 30px;
	padding: 0 30px 0 0;

	}
.texte_index{
  	margin: 15px 40px 5px 40px;
	padding: 0;

	}
.texte_index_2{
  	margin: 15px 28px 5px 0;
	padding: 0;

	}	
	
.texte_sta_g{
	margin: 2px 40px 5px 10px;
	padding: 0;
	font-size:12px;
	line-height: 24px;
	color: #FFFFFF;

	}	
	
.texte_sta span{
	color:#660000;

	}	
	
.texte_sta span.blanc{
	color:#FFFFFF;
	font-size: 12px;
	line-height: 16px;

	}
	
.texte_sta span.rouge{
	color:#00FF66;
	background-color: #CC0000;
	padding: 0 2px;

	}
.texte_sta span.orange{
	color:#FFFFFF;
		background-color: #FF6600;
	padding: 0 2px;

	}
.texte_sta span.jaune{
	color:#666666;
	background-color: #CCFF00;
	padding: 0 2px;

	}
.texte_sta span.verte{
	color:#FFFFFF;
	background-color: #33CC00;
	padding: 0 2px;

	}
.texte_sta span.bleu{
	color:#FFFFFF;
	background-color: #0099CC;
	padding: 0 2px;

	}
.texte_sta span.indigo{
	color:#FFFFFF;
	background-color: #003399;
	padding: 0 2px;

	}
.texte_sta span.violet{
	color:#FFFFFF;
	background-color: #9933CC;
	padding: 0 2px;

	}
.texte_sta_cgv {
  	margin: 2px 55px 20px 70px;
	padding: 0;

	}
.texte_sta_cgv_titre {
	margin: 10px 55px 5px 70px;
	padding: 0;
	font-weight:bold;
	}
.texte_sta_cgv_sous_titre {
	margin: 10px 55px 5px 70px;
	padding: 0;
	font-weight:bold;
	}
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/
.photo_carre{
	margin:5px 35px 35px 25px;
	padding:0;
	border-color: #E4C9A8;
	border-style: solid;
	border-width: 1px;
	float:left;
}

 /*------------------------------------------------------*
  *--------------------------     CSS MENU DEBUT     ----*
  *------------------------------------------------------*/

/* MENU VERTICAL */

#menu_vertical{
	margin:5px 0 0 65px;
	padding:0;
	width:217px;
	list-style:none;
	text-align:left;
	color:#663300;
	font-size: 14px;
	font-weight:normal;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity: 0.75;

}

#menu_vertical li{
	margin:0 0 2px 0;
	background-color: #EEDBBF;
/*	border-color: #FFFFFF;
	border-style: solid;
	border-width: 0 0 0 3px;*/
	padding: 0;
	line-height:32px;
	height:32px;
	display:block;
	
}

#menu_vertical li a{
	padding:0 0 0 18px;
	color:#663300;
	text-decoration:none;
	background-color: #EEDBBF;
	display:block;
	line-height:32px;
	height:32px;

}

#menu_vertical li a:hover{
	text-decoration:none;
	background-color: #F9F1E6;
	color: #000000;	
}

.menu_spa {
	border-color: #CC0000;
	border-style: solid;
	border-width: 0 0 0 3px;
}
.menu_soins {
	border-color: #FF6600;
	border-style: solid;
	border-width: 0 0 0 3px;
}
.menu_sante {
	border-color: #CCFF00;
	border-style: solid;
	border-width: 0 0 0 3px;
}
.menu_plus {
	border-color: #339900;
	border-style: solid;
	border-width: 0 0 0 3px;
}
.menu_boutique {
	border-color: #0099CC;
	border-style: solid;
	border-width: 0 0 0 3px;
}
.menu_cadeaux {
	border-color: #003399;
	border-style: solid;
	border-width: 0 0 0 3px;
}
.menu_reservation {
	border-color: #9933CC;
	border-style: solid;
	border-width: 0 0 0 3px;
}

/* MENU HORIZONTAL ne pas oublier de mettre un clear:both; après votre menu*/

ul#menu_horizontal{
	margin: 0 ;
	padding: 0 ;
	list-style: none;
}

ul#menu_horizontal li{
	margin-right:1px;
	width: 150px;
	border:1px solid #600;
	color:#fff;
	float:left;
}

ul#menu_horizontal li a{
	padding:4px 0;
	background:#990000;
	display:block;
	color:#fff;
	line-height:1em;
	text-align:center;
	text-decoration:none;
}

ul#menu_horizontal li a:hover, ul#menu_horizontal li a:focus, ul#menu_horizontal li a:active {
	background: #900 ;
	text-decoration:none;
}


 
 /*------------------------------------------------------*
  *--------------------------     CSS MENU FIN	     ----*
  *------------------------------------------------------*/
#lien_pages{
	margin:15px 18px 13px 0;
	padding:0 30px 0 0;
	color: #C8AC86;
	font-weight: normal;
	font-size: 10px;
	height: 20px;
	text-align: right;
	line-height: 20px;
	float: right;
	width: 620px;
}
#lien_pages a{
	color: #C8AC86;
	text-decoration: none;
	padding: 4px 7px;
	line-height: 20px;
	height: 20px;
}
#lien_pages a:hover{
	color: #7B5F37;
	background-color: #D2AC88;

}
.p_trier{
	color:#7D7857;
	margin: 0;
	padding:0;
}

/* __________ LISTE PRODUITS __________ */

.table_liste_prod{
	margin:4px 20px 0 75px;
	padding:0;
	width:595px;
}



a img.photo_liste{
	margin:0;
	padding:0;
	border-color:#D2AB85;
	border-style:solid;
	border-width:1px;
		filter:alpha(opacity=100);
    -moz-opacity: 1;
	opacity: 1;

}
a:hover img.photo_liste{
	border-color:#E6CFB9;
	border-style:solid;
	border-width:1px;
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
	opacity: 0.8;
}



.td_titre_liste{
	padding:3px 0 3px 17px;
	margin:0;
	background-color:#E6CFB9;
	background-image: url(../images/deco/fleche_noir.gif);
	background-repeat: no-repeat;
	background-position: 6px 7px;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
	
}
.td_titre_liste p{
	padding:0;
	margin:0;
	color:#330000;
	text-align:left;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
}

.td_titre_liste p a{
	color:#330000;
	text-decoration: none;
}





.td_titre_liste span#titre_prod{
	margin:0 0 0 50px;
	padding:0;
	color: #996633;
}

.td_titre_liste span#prix{
	margin:0 0 0 50px;
	position: absolute;
	padding:0;
	color: #000000;
}

.td_img{
	padding:0;
	margin:0;
	vertical-align:top;
	text-align:left;
	width:69px;
}

.td_des{
	padding:0;
	margin:0;
	vertical-align:top;
	border-style:solid;
	border-width:0 1px 1px 0;
	border-color:#D2AB85;
}

.td_des p{
	padding:1px 5px 1px 9px;
	margin:0;
	color:#E6CFB9;
	text-align:left;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	font-weight:bold;
}

.td_des span{
	margin:0;
	padding:0;
	color: #333333;
	font-weight:normal;
}

.td_des a{
	padding:1px 5px 1px 9px;
	margin:0;
	color:#E7AA58;
	text-align:left;
	font-weight: normal;
	font-size: 11px;
	
}
.td_des a:hover{
	color:#F2D3AA;
	text-decoration:none;
}


.table_liste_offre{
	margin:20px 20px 20px 75px;
	padding:0;
	width:595px;
}



.page_suivante .nav_pages{
	padding:0;
	background-color:#E6CFB9;
}

.td_offre{
	padding:0;
	margin:0;
	vertical-align:top;
	border-style:solid;
	border-width:0 1px 1px 0;
	border-color:#D2AB85;
}

.td_offre p{
	padding:10px 5px 2px 9px;
	margin:0;
	color:#E6CFB9;
	text-align:left;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	font-weight:bold;
}

.td_offre span{
	margin:0;
	padding:0;
	color: #333333;
	font-weight:normal;
}






 /*------------------------------------------------------*
  *--------------------------     CSS PLANS DEBUT    ----*
  *------------------------------------------------------*/
  
/*page plans debut*/
#plan {
	width: 310px;
}

#plan img {
 margin-top: 10px;
	margin-bottom: 10px;
}

/*page plans fin*/



/*pop up plans DEBUT */
#popup_plan {
 margin-top:20px;
	width: 550px;
	position: absolute;
	left: 50%;
	margin-left: -275px;
}

#popup_plan a {
	color:#333;
	text-decoration:none;
}

#popup_plan a:hover {
	color:#666;
}

#popup_plan img {
	border: 1px solid #333;
}

/*pop up plans FIN */

 /*------------------------------------------------------*
  *--------------------------     CSS PLANS FIN         ----*
  *------------------------------------------------------*/



 /*---------------------------------------------------------*
  *----        CSS PAGE CONTACT  DEBUT                  ----*
  *---------------------------------------------------------*/
/* NE_PAS_TOUCHER_CETTE_LIGNE_POUR_MAIL_PAGE_CONTACT_DEBUT */

/* DIV général contenant l'ensemble du FORMULAIRE */
div.formulaire_general {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: inherit;
	color: inherit;
	width: 500px;
	margin: 5px auto 0 auto;
}
/* DIV contenant l'ensemble des ERREURS de saisie */
div.formulaire_erreursSaisie {
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	background-color: #eee;
	color: #f00;
	padding: 5px;
	margin-bottom: 3px;
}
/* DIV pour chaque LIGNE D'ERREUR de saisie */
div.formulaire_erreursSaisie_ligne {
}

/* Tableau de champs général */
table.formulaire_table {
	border-style: solid;
	border-width: 1px;
	border-color: #D2AB85;
	width: 500px;
}
/* GROUPE de champs : ligne EN-TÊTE de table */
.formulaire_table th {
	color:#330000;
	text-align:left;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	padding:3px 5px 3px 26px;
	margin:0;
	background-color:#E6CFB9;
	background-image: url(../images/deco/fleche_noir.gif);
	background-repeat: no-repeat;
	background-position: 15px 7px;
	filter:alpha(opacity=60);

	-moz-opacity:0.6;
	opacity: 0.6;
}
/* GROUPE de champs : en FIELSET */
.formulaire_table fieldset {
	border-style: solid;
	border-width: 1px;
	border-color: #EEDBBF;
}
/* LEGENDE du fielset ci-dessus */
.formulaire_table legend {
	font-weight: bold;
	padding: 5px;
}
/* LIGNES de SÉPARATION entre deux lignes de champs */
.formulaire_cell_espacement {
	height: 5px;
}

/* LIBELLE des champ dans le formulaires */
/*---------------------------------------*/
	/* Dans TOUS les cas */
	td.formulaire_nom_champ, td.formulaire_nom_champ_erreur {
		width: 150px;
		padding: 0px 5px 0px 10px;
		text-align: right;
	}
	/* Normal */
	td.formulaire_nom_champ {
	color: #EEDBBF;
	text-align: right;
	}
	/* En cas d'ERREUR sur le champ */
	td.formulaire_nom_champ_erreur {
		color: #f00;
		font-weight: bold;
	}

/* CELLULES qui contiennent les CHAMPS */
/*-------------------------------------*/
	/* Dans TOUS les cas */
	td.formulaire_td_champ, td.formulaire_td_champ_erreur {
		padding-right: 10px;
	}
	/* Normal */
	td.formulaire_td_champ {
	}
	/* En cas d'ERREUR sur le champ */
	td.formulaire_td_champ_erreur {
	}

/* Champs dans les formulaires : INPUT, TEXTAREA */
/*-----------------------------------------------*/
	/* Dans TOUS les cas */
	.formulaire_champ, .formulaire_champ_erreur {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align: left;
		width: 300px;
		padding-top: 2px;
		padding-right: 3px;
		padding-bottom: 2px;
		padding-left: 3px;
		/* Attention, jouer sur l'opacité ICI (sur les INPUT) peut provoquer des problèmes d'affichage de SELECT sous IE */
		/*filter: alpha(opacity=80);
		opacity: 0.8;*/
	}
	/* Normal */
	.formulaire_champ {
		background-color: #eee;
		color: #663300;
		border-style: solid;
		border-width: 1px;
		border-color: #ccc;
	}
	/* En cas d'ERREUR sur le champ */
	.formulaire_champ_erreur {
		background-color: #fcc;
		border-style: solid;
		border-width: 1px;
		border-color: #f99;
	}

/* SUFFIXES : texte qui s'ajoute après les champs (€, kg, /jour...) */
span.formulaire_champ_suffixe, span.formulaire_champ_suffixe_erreur {
	font-style: italic;
}

/* Cellules réunies (colspan) : dans TOUS les cas */
td.formulaire_td_colspan, td.formulaire_td_colspan_erreur {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* Cellule TD du Titre d'un objet TABLEAU */
td.formulaire_tableau_titre {
	font-style: italic;
}
/* Cellule TH d'un objet TABLEAU au croisement des en-têtes de lignes/colonnes */
th.formulaire_tableau_coin {
	background-color : transparent;
}
/* EN-TETE TH de COLONNES d'un objet TABLEAU */
th.formulaire_tableau_colonne_entete {
	background-color: #ccc;
}
/* EN-TETE TH de LIGNES d'un objet TABLEAU */
th.formulaire_tableau_ligne_entete {
	background-color: #ccc;
}

/* TD du Bouton "ENVOYER" du formulaire */
td.formulaire_td_envoyer {
	padding-right: 5px;
	text-align: right;
}
/* BOUTON "ENVOYER" du formulaire */
input.formulaire_envoyer {
	color:#330000;
	text-align:left;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	padding:3px 5px 3px 26px;
	border-style: solid;
	border-width: 1px;
	border-color: #D2AB85;

	background-color:#E6CFB9;
	background-image: url(../images/deco/fleche_noir.gif);
	background-repeat: no-repeat;
	background-position: 15px 7px;
	filter:alpha(opacity=60);

	-moz-opacity:0.6;
	opacity: 0.6;
	cursor: pointer;
	margin: 5px;
}
/* PIECE JOINTE */
.formulaire_td_colspan {
	color:#EEDBBF;
}
.champ_ajout_pj {
	margin-top:10px;
	height:25px;
}
.formulaire_contact_ajout_pj {
	height:25px;
}

/* TEXTE EN BAS du formulaire concernant les astérisques */
.formulaire_note {
	text-align: center;
	font-style: italic;
}

/* DIV du message une fois le MESSAGE ENVOYÉ */
div.formulaire_msgRetour {

	text-align: center;	
	padding: 10px;
	margin: 50px auto;
	border: solid 1px #999;
	
	color:#330000;

	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;

	background-color:#E6CFB9;

	filter:alpha(opacity=60);

	-moz-opacity:0.6;
	opacity: 0.6;
}
/* Lien "RETOUR" un fois le message envoyé */
a.formulaire_msgRetour_lien {
	color: #000;
	font-weight: bold;
}

/**************/
/* CALENDRIER */
/**************/

.div_calend {
	position: absolute;
	margin-left: 0px;
	margin-top: -80px;
	display: none;
	z-index: 100;
}
.div_calend .tab_general {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
	text-align: center;
	width: 280px;
	border: solid 1px #333;
}
.div_calend .cell_mois {
	background-color: #ccc;
	font-weight: bold;
	text-align: center;
	color: #000;
	width: 60%;
	padding: 3px;
}
.div_calend .cell_fleche {
	background-color: #ccc;
	text-align: center;
	padding: 3px;
}
.div_calend .cell_fleche a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
.div_calend .cell_nomjour {
	font-size: 10px;
	color: #000;
	background-color: #ddd;
	text-align: center;
	vertical-align: middle;
	border-top: solid 1px #ddd;
	border-right: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	border-left: solid 1px #ddd;
	padding: 3px;
}
.div_calend .cell_jour {
	font-size: 10px;
	color: #000;
	background-color: #eee;
	text-align: center;
	vertical-align: middle;
	border-top: solid 1px #fff;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	border-left: solid 1px #fff;
}
.div_calend .cell_jour:hover {
	border-top: solid 1px #ccc;
	border-right: solid 1px #eee;
	border-bottom: solid 1px #eee;
	border-left: solid 1px #ccc;
}
.div_calend .cell_jour_vide {
	background-color: #f8f8f8;
}
.div_calend .cell_jour_a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-decoration: none;
	text-align:center;
	display: block;
	width:inherit;
	padding: 3px;
}
.div_calend .cell_jour_a:hover {
	background-color: #fff;
	color: #666;
	font-weight:bold;
}
.div_calend .lien_fermer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-color: #333;
	text-decoration: none;
	padding: 2px;	 /** voir note de l'attribut taille **/
	display: block;  /** on met un display: block car le margin-top ne sera pas pris en compte pour un display in-line (par défaut) **/
	width: 70px;	 /** display: block implique une taille de 100%. Il faut donc mettre une taille qui DOIT être cohérente avec le padding **/
	text-align: center;
}

/* NE_PAS_TOUCHER_CETTE_LIGNE_POUR_MAIL_PAGE_CONTACT_FIN */
 /*-------------------------------------------------------*
  *----        CSS PAGE CONTACT  FIN                  ----*
  *-------------------------------------------------------*/
/*::::::::::::::::::FICHE////////////////////*/

.table_fiche{
	width:600px;
	padding:0;
	margin:5px auto 15px auto;
	border-top-color:#D2AB85;
	border-right-color:#D2AB85;
	border-bottom-color:#D2AB85;
	border-left-color:#D2AB85;
	border-style:solid;
	border-width:1px 1px 5px 1px;


}
.table_fiche img{
	padding:0;
	margin:0;
	border-color:#D2AB85;
	border-style:solid;
	border-width:0 1px 1px 0;


}
.table_fiche span{
	margin:0 0 0 5px;
	padding:0;
	color: #330000;
	font-weight: normal;
}
.table_fiche a{
	margin: 0;
	padding: 4px 25px 4px 40px;
	text-decoration:none;
	color:#F8BB61;
	font-family: verdana;
	line-height:18px;
	height:18px;
	font-size: 11px;
	background-color:#AD8256;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	

}

.table_fiche a:hover{
background-color:#926C47;
	text-decoration: none;
	color: #FBD7A2;
}
th.titre {
	color:#330000;
	text-align:left;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	padding:3px 5px 3px 26px;
	margin:0;
	background-color:#E6CFB9;
	background-image: url(../images/deco/fleche_noir.gif);
	background-repeat: no-repeat;
	background-position: 15px 7px;
	filter:alpha(opacity=60);

	-moz-opacity:0.6;
	opacity: 0.6;

	
}

td.j {
	padding-bottom: 4px;
	padding-top: 4px;
	padding-right: 3px;
	padding-left: 10px;
	font-family: verdana;
	font-size: 11px;
	color: #E6CFB9;
	border-color: #D2AB85;
	border-width: 0 0 1px 0;
	border-style: solid;
	line-height: 15px;
	height: 15px;
	font-weight: bold;
}

td.g {
	padding-bottom: 4px;
	padding-top: 4px;
	padding-right: 3px;
	padding-left: 10px;
	font-family: verdana;
	font-size: 11px;
	color: #E6CFB9;
	/*background-color: #td.;*/
	line-height: 16px;
	height: 16px;
	font-weight: bold;
}


td.g_grande{
	font-family: verdana;
	font-size: 11px;
	padding: 0;
	
}

a.return{
	text-decoration: underline;
	color:#F4D9B3;
	font-family: verdana;
	line-height:16px;
	height:16px;
	font-size: 11px;
	margin: 30px 0 0 550px;
	padding: 4px 0 4px 0;

}

a.return:hover{
	text-decoration: none;
	color: #FFFFFF;
}

a.lien_google{
	text-decoration: underline;
	color:#F4D9B3;
	font-family: verdana;
	line-height:16px;
	height:16px;
	font-size: 11px;
	margin: 30px 0 0 0;
	padding: 4px 0 4px 0;

}

a.lien_google:hover{
	text-decoration: none;
	color: #FFFFFF;
}

 

 /*------------------------------------------------------*
  *--------    CSS REFERENCEMENT  DEBUT              ----*
  *------------------------------------------------------*/

#referencement {
	margin-right: auto;
	margin-left: auto;
	font-size: 9px;
	text-align: center;
	padding-top: 50px;
	color: #E9923A;
}

#referencement a {
	color: #EDA55C;
	text-decoration: none;
}

#referencement a:hover {
	color: #F8D9BA;
}

#referencement a img {
	border: none;
}

 /*------------------------------------------------------*
  *--------    CSS REFERENCEMENT  FIN                ----*
  *------------------------------------------------------*/
  
  
.prest_descriptif a {
	text-decoration: none;
	color: #ffffff;
}


.prest_descriptif a:hover{
	color:#F9DEBD;
}

.page_suivante{
	margin:4px 20px 8px 520px;
	padding:0;
}

#nav_pages{
	margin:0px 40px 0px 0;
	padding:0;
	color: #D2AB85;
	font-weight: normal;
	font-size: 11px;
	float: right;
}



#nav_pages .inactif{
	margin-right:1px;
	font-weight: bold;
	color: #1D89BA;
	text-decoration: none;
	padding: 4px 7px;
	line-height: 20px;
	height: 20px;
	border: 1px #1D89BA solid;
}

.aucun_produit {
	font-size: 13px;
	margin: 5px auto 0px auto; 
	width: 360px;
}

#nav_pages a{
	margin-right:1px;
	color: #ffffff;
	background-color: #B67A3E;
	text-decoration: none;
	padding: 4px 7px;
	line-height: 20px;
	height: 20px;
	border: 1px #D2AB85 solid;

}
#nav_pages a:hover{
	color: #B67A3E;
	background-color: #D1AD89;

}

#nav_pages a.text_page
{
	color: #B67A3E;
	background-color: #D1AD89;
	font-weight: bold;
}

#nav_pages a.link_page
{
	font-weight: bold;
}


#cheque {
	color: #F2BF7F;
	font-size: 11px;
	padding-left: 80px;
}

#cheque a{
	color: #F2BF7F;
	text-decoration: none;
}

#cheque a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#cheque select{
	color: #000000;
	font-size: 10px;
}





.carte_degustation{
width:390px;
float:left;
font-size:11px;
color:#eedbbf;
margin-top:10px;}

.carte_degustation p{
	font-size:14px;
	color:#663300;

}

.carte_degustation ul{
list-style-type:none;
padding:0;
margin:10px 0 ;}


.carte_coiffure{
width:390px;
float:left;
font-size:11px;
color:#eedbbf;
margin-top:10px;}

.carte_coiffure p{
	font-size:14px;
	color:#663300;

}

.carte_coiffure ul{
list-style-type:none;
padding:0;
margin:10px 0 ;}

#music{
	float:right;
	margin-right:20px;
}.liste_partenaire {
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	list-style-type: decimal;
}
.liste_partenaire a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.liste_partenaire a:hover {
	color: #A56A30;
}
p.centrer{
	margin:0 0 0 65px;
	text-align:center;
}