@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 03-04-2009 --*
 *------------------------------------------------*/


html {
 margin: 0;
 padding: 0;
}


body {
	margin: 0;
	padding: 30px 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	background: #c50303 url(../images/background/background.jpg) top repeat-x;
	color: #fff;
}

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 0 16px;;
	padding:0;
	color:#fff;
	font-size: 20px;
	letter-spacing:1px;
	font-weight:normal;
	height:41px;
	line-height:40px;
	background:url(../images/deco/icone_h1.jpg) top left no-repeat;
	text-indent:50px;
}
  
h2 {
	margin: 0;
	padding: 0;
	color:#fff;
	font-size: 18px;
}
  
h3 {
	margin: 0;
	padding: 0;
	color:#fff;
	font-size: 16px;
}
h4 {
	margin: 0;
	padding: 0;
	color:#fff;
	font-size: 14px;
}
h5 {
	margin: 0;
	padding: 0;
	color:#fff;
	font-size: 12px;
}
h6 {
	margin: 0;
	padding: 0;
	color:#fff;
	font-size: 10px;
}


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


#general{
	margin:0 auto;
	padding:0;
	width:100%;
}

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	width:980px;
	height:162px;
	background:#c50303 url(../images/background/background_header.gif) top no-repeat;
}

#header #player{
	position:relative;
	top:-31px;
}

/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:16px 30px 16px 20px;
	width: 930px;
	background:#fe3333 url(../images/background/background_content.jpg) top no-repeat;
	overflow:auto;
	text-align:justify;
}

#left_content{
	float:left;
	width:80px;
}

#right_content{
	float:right;
	width:850px;
}

#right_content p{
	padding-bottom:10px;
}

#right_content ul{
	padding-left:30px;
	padding-bottom:10px;
}

#right_content li{
	list-style:url(../images/deco/puce.gif);
}

#right_content img{
	float:right;
	margin:0 0 8px 16px;
	border:7px solid #c50303;
}

#right_content a{
	color:#fff;
	text-decoration:underline;
}
#right_content a:hover{
	background:#fff;
	text-decoration:none;
	color:#c50303;
}

#map{
	width:425px;
	float:right;
}

/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:18px 0 0;
	width:980px;
	background:url(../images/background/background_footer.gif) top repeat-x;
	text-align: center;
	color: #FFF;
}

#footer p{
	padding-bottom:20px;
}

#footer li{
	display:inline;
	margin:0 10px;
}

#footer li a{
	color:#fff;
	text-decoration:none;
	margin:0 2px;
	font-size:11px;
}

#footer li a:hover, #footer li a.menu_actif {
	text-decoration:underline;
}
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/
