@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: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #B7C274;
	color: #687c7c;
	background-image: url(../images/deco/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-style: normal;
}

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

select {
	color: #000;
	background-color: #fff;
}
#general_bg {
	width: 820px;
	margin: 0 auto;
	margin-top: 45px;
	padding: 0;
	background-image: url(../images/deco/bg_g.jpg);
	background-repeat: repeat-y;
	background-position: center;
}




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


#general{
	margin:0 auto;
	padding:270px 0 0 0;
	width:820px;
	background-image: url(../images/deco/bg_general2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	width:980px;
	height:150px;

}
#flash_anim {
	padding-top: 54px;
}


/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:20px 0 0 0;
	width: 820px;
}

.separator {
	margin:10px;
	padding:0;
	height:2px;
	
}
/*/// debut des colonnes ///*/
#left_content{
	float:left;
	position:relative;
	width:320px;
	left:32px;
}

#left_content a:link {
	color: #687c7c;
}
#left_content a:visited {
	color: #687c7c;
}
#left_content a:hover {
	color: #B7C274;
}
#left_content a:active {
	color: #B7C274;
}

#left_content h1 {
	color: #b1d2d1;
	font-weight: normal;
	font-size: 24px;
	background-image: url(../images/deco/bg_H1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 44px;
	padding: 0 0 0 51px;
	margin-bottom: 10px;
}
#left_content p {
	padding: 0 0 10px 0;
}



/*/// partie de droite ///*/
#right_content{
	float:right;
	position:relative;
	width:303px;
	right:132px;
}
.light img {
	border: 10px solid;
	border-color: #deece5;
	margin: 0 27px 27px 0;
}


/*///    partie du centre   ///*/
#middle_content{
	float:left;
	position:relative;
	background-color:#FFF;
	width:580px;
}
.plan {
	padding-top: 60px;
}


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


/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:50px 0 0 0;
	width:820px;
	text-align: center;
	color: #9cb416;
	background-image: url(../images/deco/footer.jpg);
	height: 87px;
	line-height: 20px;
}

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

#footer a:hover{
	color:#9cb416;
}

/*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;
	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     ----*
  *------------------------------------------------------*/
