@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 "galerie.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, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #665C49;
	color: #000;
	background-image: url(../images/deco/bg-header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

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:990px;
	height:195px;
}
#header_left{
	margin:0 auto;
	padding:0 0 0 36px;
	float: left;
}
#header_right{
	margin:5px auto 0;
	padding:0;
	float: right;
	width: 450px;
}

/*Contenu de page  CONTENT */
#contentindex {
	margin:0 auto;
	padding:0;
	width: 100%;
	background-color:#CFC5B0;
}
#contentindexpage {
	margin:0 auto;
	padding:0;
	width: 990px;
	background-image: url(../images/deco/back-index.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#contentgen {
	margin:0 auto;
	padding:0;
	width: 100%;
	background-color:#CFC5B0;
}
#content {
	margin:0 auto;
	padding:0;
	width: 990px;
	background-color:#CFC5B0;
	background-image: url(../images/deco/bg-content.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#contentpagecafe {
	margin:0 auto;
	padding:0;
	width: 990px;
	background-image: url(../images/deco/content-cafe.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#contentpagecontact {
	margin:0 auto;
	padding:0;
	width: 990px;
	background-image: url(../images/deco/bg-contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#contentpageactu {
	margin:0 auto;
	padding:0;
	width: 990px;
	background-image: url(../images/deco/bg-actualites.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#contentpagegalerie {
	margin:0 auto;
	padding:0;
	width: 990px;
	background-image: url(../images/deco/content-galerie.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:360px;
	left:0px;
}

/*/// 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:605px;
	padding-top: 45px;
	padding-bottom: 5px;
}
#middle_content h1 {
	margin: 0 0 15px;
	padding: 0 0 0px 35px;
	color:#665C49;
	font-size: 24px;
	background-image: url(../images/deco/deco-h1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
  
#middle_content h2 {
	margin: 0;
	padding: 0 0 8px;
	color:#665C49;
	font-size: 18px;
} 

#middle_content p {
	margin: 0;
	padding: 0 0 6px;
	color:#665C49;
	text-align: justify;
}
#middle_content div.p {
	margin: 0;
	padding: 0 0 6px;
	color:#665C49;
	text-align: justify;
}
#middle_content p strong{
	margin: 0;
	padding: 0;
	color:#665C49;
}
#middle_content p a{
	margin: 0;
	padding: 0;
	color:#665C49;
	font-weight: bold;
	text-decoration: none;
}
#middle_content p a:hover{
	margin: 0;
	padding: 0;
	color:#665C49;
	text-decoration: underline;
}
.pdf_content {
	display: block;
	text-align: left;
	margin: 0;
	padding: 10px 0 10px 20px;
	color: #705C43;
	background-image: url(../images/deco/pdf.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	font-weight: bold;
	text-decoration: none;
}
.cadre {
	border: 4px solid #78654F;
}
/*/// fin des colonnes ///*/	


/*Bas de page  FOOTER*/
#footerbg{
	margin:0 auto;
	padding:0;
	width:100%;
	text-align: center;
	color: #FFF;
	background-image: url(../images/deco/bg-footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 116px;
}
#footer{
	margin:0 auto;
	padding:50px 0 10px;
	width:980px;
	text-align: center;
	color: #CFC5B0;
	font-size: 11px;
}

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

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

/*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;
	text-align: left;
}
#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     ----*
  *------------------------------------------------------*/
