@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 {
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
	color: #666666;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

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{
	padding:0;
	width:810px;
	height:226px;
	background-image: url(../images/deco/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 20px;
	border-right-width: 20px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E9E9E9;
	border-right-color: #E9E9E9;
	border-left-color: #E9E9E9;
}

/*Contenu de page  CONTENT */

#content {
	width: 765px;
	background-color:#FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E9E9E9;
	border-bottom-color: #E9E9E9;
	border-left-color: #E9E9E9;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#content a {
	color: #db0000;
	text-decoration: none;
}
#content a:hover {
	color: #666666;
}
#content ul {
    margin-top:8px;
	margin-bottom:8px;
 }

#content ol {
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;

 }
 
#content .puce {
	background-image: url(../images/deco/puce_li.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 10px;
	line-height: 15px;
}

.liste_bois{
	list-style-image:none;
	list-style-type: none;
	padding-bottom:10px;
}
ul.liste_bois{
	padding-left:250px;}

.rouge{
color:#db0000;
font-weight:bold;}

#content p {
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: justify;
	line-height: 16px;
	padding-right: 30px;
}

#LB {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	margin-top: 25px;
}
#LB a img {
	border: 10px solid #E9E9E9;
}

.separator {
	margin:10px;
	padding:0;
	height:2px;
	
}

.photos_droite{
	float:right;
	border: 10px solid #E9E9E9;
	display:block;
	margin-left:10px;
	margin-bottom:10px;
	}
	
.photos{
	float:left;
	border: 10px solid #E9E9E9;
	margin-right:10px;
	display:block;}
/*/// debut des colonnes ///*/
#left_content{
	float:left;
	position:relative;
	background-color:#333;
	width:200px;
	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;
	position:relative;
	background-color:#FFF;
	width:580px;
}

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


/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:10px 0 10px 20px;
	width:830px;
	text-align: left;
	color: #FFF;
	line-height: 22px;
}

#footer strong {
	color: #E10000;
}
#footer a{
	color:#FFFFFF;
	text-decoration:none;
}

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

/*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 {
	padding: 0;
	float: right;
	width: 290px;
	margin-top: 45px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 30px;
	border: 10px solid #E9E9E9;
	display: block;
}
#player-son {
	margin: 0;
	padding: 0;

}
#player-video {
	margin: 0;
	padding: 0;

}

 /*------------------------------------------------------*
  *------------ CSS TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
h1 {
	color:#db0000;
	font-size: 16px;
	background-image: url(../images/deco/puce_H1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
  
h2 {
	margin: 0;
	padding: 0;
color:#db0000;
	font-size: 14px;
}
  
h3 {
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 16px;
}
h4 {
	color:#db0000;
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #db0000;
	padding-top: 0;
	padding-bottom: 4px;
	padding-left: 0;
	margin-top: 8px;
	margin-right: 100px;
	margin-bottom: 8px;
	margin-left: 0;
}
h5 {
	margin: 0;
	padding: 0;
	color:#666666;
	font-size: 14px;
	font-style: italic;
}
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;
}
.tab_credit
{
	text-align: left;
	border: 1px solid black;
	padding: 5px 5px 5px 5px;
}
.top_page
{
	text-align: right;
	padding: 10px 10px 10px 10px;

}
.top_page
{
font-weight:bold;
}
