@import "formulaire.css";
@import "referencement.css";
@import "navigation.css";
@import "paiement.css";
@import "panier.css";
@import "actualites.css";
@import "newsletter.css";
@import "acces_client.css";
@import "produits.css";
@import "restaurant.css";
@import "../lightbox/lightbox.css";
/*------------------------------------------------------*
*-- appel des css --------------------------------------*
*------------------------------------------------------*/

/*------------------------------------------------*
 *---  WWW.ICARE-NET.COM - agence web 03-04-2009 --*
 *------------------------------------------------*/


html {
 margin: 0;
 padding: 0;
}


body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	background-color: #605649;
	background-image:url(../images/deco/bg_body.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	color: #493d35;
}

p, form, input, div, dl, dt, dd, ul, ol, li, blockquote, fieldset, th, td {
	margin: 0;
	padding: 0;
}

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



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


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

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	width:980px;
	height:150px;
	background-color: #999;
}

/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:0;
	width: 907px;
	background-color:#fffffb;
	background-image:url(../images/deco/bg_content.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
.separator {
	margin:10px;
	padding:0;
	height:2px;
	
}
.diaporama {
	margin:0 0 5px 0;
	
}
/*/// debut des colonnes ///*/
#left_content{
	float:left;
	position:relative;
	padding:0 0 10px 0;
	width:341px;
	height:450px
	left:0px;
}

/*/// partie de droite ///*/
#right_content{
	float:right;
	position:relative;
	padding:139px 10px 0 17px;
	width:172px;
	right:0px;
}

/*///    partie du centre   ///*/
#middle_content{
	float:left;
	position:relative;
	padding:137px 0 0 25px;
	width:332px;
	text-align:justify;
}

#middle_content_contact {
	float:left;
	position:relative;
	padding:137px 0 0 25px;
	width:480px;
	text-align:justify;
}

#middle_content p , #middle_content_contact p{
	padding:5px 0 0 15px;
}
#middle_content a, #middle_content_contact a{
	color: #A9B108;
	text-decoration: none;
	font-weight: bold;

}
#middle_content a:hover , #middle_content_contact a:hover{
	color: #B54F26;

}

.titre_soins {
	color: #605649;
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}
.prix_soins {
	color: #aab308;
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 0;
	float: right;
}

/*/// fin des colonnes ///*/	


/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:10px 0 0 310px;
	width:597px;
	background-color:#605649;
	background-image:url(../images/deco/bg_footer.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	text-align: left;
	color: #605649;
	font-size:11px;
}

#footer a{
	color:#605649;
	font-weight:bold;
	text-decoration:none;
}

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

/*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;
}
#player {
	margin: 0;
	padding: 0;
}
#player-son {
	margin: 0;
	padding: 0;

}
#player-video {
	margin: 0;
	padding: 0;

}

 /*------------------------------------------------------*
  *------------ CSS TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
h1 {
	margin: 0;
	padding: 0 0px 10px 13px;
	color:#C3CD04;
	font-size: 20px;
	text-transform:uppercase;
	letter-spacing: 2px;
}
  
h2 {
	margin: 0;
	padding: 15px 0 10px 15px;
	color:#5F392C;
	font-size: 15px;
	background-image:url(../images/deco/puce.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
  
h3 {
	margin: 0;
	padding: 15px 0 5px 15px;
	color:#a9b108;
	font-size: 16px;
}
h4 {
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 14px;
}
h5 {
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 12px;
}
h6 {
	margin: 0;
	padding: 0;
	color:#B44B26;
	font-size: 10px;
	text-align: right;
}

.bloc_liens_interne {
	margin: 0;
	padding: 0;
	width: 350px;
	float: right;

}
.bloc_liens_interne ul{
	margin: 0;
	padding: 0;
	list-style-position: inside;
	list-style-type: square;
}	
.bloc_liens_interne li{
	margin: 0;
	padding: 0;
}	
.bloc_liens_interne a{
	margin: 0;
	padding: 0;
	color: #333333;
}
.bloc_liens_interne a:hover{
	color: #990000;
}
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/
