@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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #8c8c8c;
	color: #666666;
}

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:941px;
	background-image: url(../images/deco/bg_general.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#flash_anim {
	width: 907px;
	margin: 0 auto;
}


/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	width:941px;
	height:187px;
	background-image: url(../images/deco/header.jpg);
}

/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:15px 0 30px 0;
	width: 941px;
	background-image: url(../images/deco/bg_content.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.separator {
	margin:10px;
	padding:0;
	height:2px;
	
}
/*/// debut des colonnes ///*/
#left_content{
	float:left;
	position:relative;
	width:380px;
	left:17px;
}
#left_content h1 {
	background-image: url(../images/deco/H1.gif);
	background-repeat: no-repeat;
	background-position: left;
	line-height: 27px;
	color: #505050;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 0 0 19px;
	margin: 0 0 30px 0;
}
#left_content p {
	padding: 0 0 10px 19px;
}
#left_content strong {
	color: #5f89dd;
}




/*/// partie de droite ///*/
#right_content{
	float:right;
	position:relative;
	width:464px;
	right:38px;
}

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

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


/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:0 0 10px 0;
	width:941px;
	text-align: center;
	color: #FFF;
	line-height: 18px;
}

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

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

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