@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 02-04-2008 --*
 *------------------------------------------------*/


html {
 margin: 0;
 padding: 0;
}


body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-image: url(../images/deco/bg-site.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-color: #73a43b;
}

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{
	padding:0;
	width:980px;
	height:260px;
	background-color: #F0F1D2;
	background-image: url(../images/deco/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 auto 0;
}

/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:0;
	width: 980px;
	background-color:#FBFCF6;
	background-image: url(../images/deco/bg-content.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#content a{
	text-decoration:underline;
	color:#333333;
}
#contentpage {
	margin:0 auto;
	padding:0;
	width: 980px;
	background-image: url(../images/deco/deco-content.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.separator {
	margin:10px;
	padding:0;
	height:2px;
	
}
/*/// debut des colonnes ///*/
#left_content{
	float:left;
	position:relative;
	width:255px;
	left:0px;
	padding-left: 20px;
	padding-top: 40px;
	padding-right: 15px;
}
#left_content  h2 {
	color:#043E24;
	font-size: 20px;
	background-image: url(../images/deco/deco-tetiere.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 4px 0 12px 10px;
	margin: 5px 0 0 1px;
}
.content_news_promos01{
	margin:0 auto 2px;
	padding: 5px 5px 5px 2px;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #043E25;
}
.content_news_promos01 p{
	color:#043E24;
	font-size: 12px;
}
.content_news_promos01 p strong{
	color:#043F24;
}
.content_news_promos01 a{
	color:#043E25;
	text-decoration:none;
	font-style: italic;
}
.content_news_promos01 a:hover{
	color:#C4CB53;
	text-decoration:none;
}
.image_gauche01 {
	margin:0 5px 0 0;
	padding:0;
	float:left;
	text-decoration: none;
	border: 1px solid #043E24;
}
/*/// partie de droite ///*/
#right_content{
	float:right;
	position:relative;
	background-color:#333;
	width:200px;
	right:0px;
}

/*///    partie du centre   ///*/
#middle_content{
	float:left;
	position:relative;
	width:655px;
	background-image: url(../images/deco/deco-middle.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 36px 0 0 10px;
}
#middle_content h1 {
	color:#043E24;
	font-size: 22px;
	background-image: url(../images/deco/deco-h1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 5px 0 18px 10px;
	margin-top: 8px;
	margin-right: 0;
	margin-left: 0;
}
#middle_content h2,#middle_content h2 a, #middle_content h2 a:hover  {
	margin: 0;
	color:#053F26;
	font-size: 16px;
	padding: 0 0 5px 0;
	text-decoration:none;
} 
#middle_content h3 {
	margin: 0;
	padding: 10px 0 5px 12px;
	color:#043E25;
	font-size: 13px;
	background-image: url(../images/deco/deco-picto.jpg);
	background-repeat: no-repeat;
	background-position: left 12px;
}
#middle_content p {
	margin: 0;
	padding: 0 0 5px;
	color:#333333;
	text-align: justify;
}
#middle_content p strong{
	margin: 0;
	padding: 0;
	color:#184D37;
}
#image {
	width: 295px;
	float: right;
	margin-bottom: 5px;
	margin-left: 15px;
	background-image: url(../images/deco/bg-cadre-photo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 305px;
	padding-top: 7px;
	padding-left: 7px;
}
/*/// fin des colonnes ///*/	


/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:65px 40px 5px;
	width:900px;
	background-color:#F0F1D2;
	text-align: center;
	color: #043E24;
	background-image: url(../images/deco/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 11px;
}

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

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

/*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;
}
#playerimg {
	padding: 0px 0 0;
	margin: 0;
	float: left;
}
#player {
	padding: 15px 0 0;
	height: 197px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	float: right;
}
#player-son {
	margin: 0;
	padding: 0;

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

}

 /*------------------------------------------------------*
  *------------ CSS TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
h1 {
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 20px;
}
  
h2 {
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 18px;
}
  
h3 {
	margin: 0;
	padding: 0;
	color:#000;
	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:#000;
	font-size: 10px;
}

.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     ----*
  *------------------------------------------------------*/
h2

