@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: Arial;
	font-size: 11px;
	background-color: #c9e2e7;
	background-image:url(../images/deco/bg_body.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	color: #073580;
}
.bg_body {
	background-image:url(../images/deco/bg_body_index.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}


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:866px;
	height:190px;
}

/*Contenu de page  CONTENT */

#content_index {
	margin:0 auto;
	padding:190px 0 0 0;
	width: 650px;
}

.paragraphe_index {
	font-family: Arial;
	font-size: 12px;
	color: inherit;
	width: 240px;
	margin:5px 0 0 0;
/*	padding:15px 5px 15px 5px;*/
	float:right;
	display:block;
}
#content {
	margin:0 auto;
	padding:0;
	width: 866px;
	background-color:#fff;
}
.separator {
	margin:10px;
	padding:0;
	height:2px;
	
}

.lien_nav {
text-align:right;
display:block;
margin:10px 10px 10px 10px;
font-size:11px;
font-weight:bold;
text-decoration:underline;
color:#63a5b9;
}

.lien_nav:hover{
color:#073580;
}
.lien {
font-size:11px;
font-weight:bold;
text-decoration:underline;
color:#666666;
}

.lien:hover{
color:#073580;
}

/*/// debut des colonnes ///*/
#left_content{
	padding:0;
	float:left;
	position:relative;
	width:220px;
	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;
	padding:15px 30px 10px 30px;
	position:relative;
	width:585px;
}
.paragraphe1{
	border: 1px solid #accfda;
	margin:5px 0 5px 0;
	padding:15px 20px 15px 20px;
	width:520px;
}
.paragraphe2{
	border: 1px solid #accfda;
	margin:5px 0 5px 0;
	padding:15px 20px 15px 20px;
	width:250px;
}
#middle_content strong{
	font-size:12px;
	font-weight:bold;
}

.photo{
	margin:10px 10px 10px 10px;
	float:right;
	display:block;
	border-left:12px solid #accfda;
}

#middle_content table{ 
	margin:20px 0 0 0;
	text-align:center; 
}




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


/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:10px 50px 10px 0;
	width:816px;
	background-color:#accfda;
	background-image:url(../images/deco/logo_footer.gif);
	background-position:top right;
	background-repeat:no-repeat;
	text-align: right;
	color: #FFF;
	font-size:11px;
}

#footer a{
	color:#F60E02;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover{
	color:#6EAEC1;
}

/*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: 5px 0 0 0;
	padding: 10px 0 15px 25px;
	color:#fff;
	font-size: 20px;
	background-image:url(../images/deco/bg_h1.gif);
	background-position:left;
	background-repeat:no-repeat;
}
  
h2 {
	margin: 0;
	padding: 10px 0 20px 40px;
	color:#f60e02;
	font-size: 18px;
	background-image:url(../images/deco/bg_h2.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
  
h3 {
	margin: 0;
	padding: 5px 0 10px 0;
	color:#073580;
	font-size: 13px;
}
h4 {
	padding:5px 0 0 20px;
	display:block;
	background-image:url(../images/deco/deco1.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	list-style:none;
	width:250px;
	font-size:12px;
	color:#f60e02;
}
h5 {
	padding:5px 0 5px 20px;
	display:block;
	background-color:#accfda;
	list-style:none;
	width:270px;
	font-size:12px;
	color:#ffffff;
}
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     ----*
  *------------------------------------------------------*/
