@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:#999 url(../images/background/background.jpg) top repeat-x;
	color: #aaa;
}

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 TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
h1 {
	margin:0;
	color:#fff;
	font-size:16px;
	background:url(../images/deco/puce-h1.gif) top left no-repeat;
	line-height:22px;
	letter-spacing:1px;
	padding:8px 0 30px 42px;
	text-align:left;
	font-weight:normal;
}
  
h2 {
	margin: 0;
	padding: 0;
	color:#ddd;
	font-size: 16px;
	font-weight:bold;
	margin-bottom:10px;
}
  
h3 {
	margin: 0;
	padding: 0;
	color:#ddd;
	font-weight:normal;
	font-size: 16px;
	margin-bottom:10px;
}
h4 {
	margin: 0;
	padding: 0;
	color:#ddd;
	font-weight:bold;
	font-size: 14px;
	margin-bottom:10px;
}
h5 {
	margin: 0;
	padding: 0;
	color:#ddd;
	font-weight:normal;
	font-size: 14px;
	margin-bottom:10px;
}
h6 {
	margin: 0;
	padding: 0;
	color:#ddd;
	font-size: 11px;
	margin-bottom:10px;
}

 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/
  
  

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


#general{
	margin:0 auto;
	padding:0;
	width:979px;
	background:url(../images/background/ombres-site.jpg) top center no-repeat;
	overflow:hidden;
}

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	width:925px;
	height:299px;
	background:url(../images/header/banniere.jpg) top left no-repeat;
	position:relative;
}

/*Contenu de page  CONTENT */

#content {
	width:925px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
	background:#000;
}


/* Bandeau */

#bandeau{
	width:654px;
	height:38px;
	background:url(../images/header/background-bandeau.jpg) repeat-x;
	overflow:hidden;
	text-align:center;
	padding-top:17px;
}
#bandeau h2{
	margin:0;
	padding:0;
	color:#fff;
	font-size:18px;
	font-weight:normal;
}
#bandeau h2 img{
	position:relative;
	top:2px;
}

/* Menu gauche */

#menu{
	width:271px;
	background:url(../images/menu/background-menu.gif) repeat-y;
}

/* Actualités */
#actu{
	width:271px;
	background:url(../images/actu/background-bottom-actu.jpg) bottom left no-repeat;
	padding-bottom:133px;
	color:#eee;
	font-size:11px;
}#actu a{
	color:#999;
	text-decoration: none;
}
#actu a:hover{
	color:#fff;
	text-decoration: underline;
}

/*/// debut des colonnes ///*/
#left_content{
	float:left;
	position:relative;
	width:271px;
	left:0px;
	top:-55px;
	z-index:9999;
}

/*///    partie du centre   ///*/
#middle_content{
	float:left;
	position:relative;
	width:654px;
	padding-bottom:20px;
}

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



/*/// Début zone de contenu ///*/	

#contenu-texte{
	width:574px;
	padding:0 40px;
	margin:30px auto 0;
	text-align:justify;
	overflow:hidden;
}

#contenu-texte img{
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}

#contenu-texte p{
	margin-bottom:10px;
	line-height:16px;
}

#contenu-texte a{
	color:#fff;
	text-decoration:none;
}

#contenu-texte a:hover{
	color:#FF3333;
	text-decoration:underline;
}

#contenu-texte ul{
	clear:both;
	padding-left:30px;
	margin-bottom:10px;
}

#contenu-texte ul.liste_indentee {
	float:left;
	clear:none;
	padding-left:30px;
	margin-bottom:10px;
	width:300px;
}

#contenu-texte li{
	line-height:16px;
	list-style-image:url(../images/deco/puce.gif);
	color:#777;
	list-style-position:outside;
}

#contenu-texte strong{color:#ccc;}

#contenu-texte hr{
	clear:both;
	border-bottom:1px dotted #333;
	color:#333;
	width:100%;
	margin:0 !important!;
	padding:0 !important!;
}

a.commandements{
	display:block;
	width:455px;
	height:119px;
	margin:0 auto;
}
a.commandements img{border:none;}

/*/// Fin zone de contenu ///*/	


/* Carte */

#map{
	width:425px;
	margin:30px auto 0;
}

/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:10px 0 0;
	width:100%;
	height:100px;
	background:url(../images/background/background-footer.jpg) repeat-x;
	text-align: center;
	color: #FFF;
}

#footer ul{
	width:820px;
	margin:0 auto;
}

#footer li{
	display:inline;
	list-style:none;
	line-height:18px;
	font-size:11px;
}

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

#footer li a:hover, #footer li a.menu_actif{
	color:#ccc;
	text-decoration:underline;
}

#footer p{
	margin-top:10px;
}



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

}
a.liens-r {color:#FFFFFF ; text-decoration: none}
a.liens-r:hover {color:#FFFFFF ; text-decoration: none} 
