@import "formulaire.css";
@import "referencement.css";
@import "navigation.css";
@import "produits.css";
@import "paiement.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: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #260f07;
	color: #23211d;
	background-image: url(../images/deco/background-bois.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

p, form, input {
	margin: 0;
	padding: 0;
}

select {
	color: #000;
	background-color: #fff;
}



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


#general{
	margin:0 auto;
	padding:96px 0 0 0;
	width:800px;
	background-image: url(../images/deco/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0 0 0 5px;
	width:795px;
	height:238px;
	background-color: #CAC2AB;
}

/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:16px 10px 20px 10px;
	width: 780px;
	background-color:#CAC2AB;
	background-image: url(../images/deco/bg_content.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.separator {
	margin:10px;
	padding:0;
	height:2px;
	
}
/*/// debut des colonnes ///*/
#left_content{
	float:left;
	position:relative;
	width:164px;
	left:0px;
}
#left_content h1{
	margin:0;
	padding:0;
	color:#FFF;
}
#left_content h4{
	margin:0;
	padding:0;
	color:#FFFF00;
}
/*/// partie de droite ///*/
#right_content{
	float:right;
	position:relative;
	width:610px;
	right:0px;
}
#right_content h1{
	margin:0 0 15px 0;
	padding:5px 0 0 90px;
	color:#FFFFFF;
	font-size: 18px;
	font-weight: normal;
	background-image: url(../images/deco/H1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
}
#right_content h2 {
	color: #656155;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0 0 0 54px;
	background-image: url(../images/deco/H2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 20px;
}
#right_content h3{
	margin:0 0 15px 0;
	padding:5px 0 0 90px;
	color:#FFFFFF;
	font-size: 18px;
	font-weight: normal;
	background-image: url(../images/deco/H1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
}

#right_content h4{
	margin:0;
	padding:0;
	color:#00FF00;
}
#right_content p {
	text-align: justify;
	padding: 0 0 10px 0;
}
#right_content strong {
	color: #3F5C83;
}


.left {
	width: 274px;
	float: left;
	padding: 0 0 0 10px;
	margin-bottom: 15px;
}
.right {
	width: 300px;
	float: right;
	color: #3F5C83;
}
table.menu {
	margin: 8px 0 20px 0;
}
.menu td {
	border-bottom: 1px solid;
	border-color: #A39C89;
	padding: 10px 10px 0 10px;
}
.prix {
	text-align: right;
	color: #3F5C83;
}
.encart {
	display: block;
	margin-top: 10px;
	background-color: #3F5C83;
	color: #CAC2AB;
	padding: 10px;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
}
.encart strong {
	color: #FFFFFF!important;
}
.encart a {
	color: #C0D3E0;
	text-decoration: none;
	font-weight: bold;
}
.encart a:hover {
	text-decoration: underline;
}

#right_content.HtP a {
	color: #C0D3E0;
	text-decoration: none;
	font-weight: bold;
	padding:5px;
	border:#a39c89 1px solid;
}
#right_content.HtP a:hover {
	text-decoration: underline;
	color:#ffffff;
}

.asterix {
	font-size:14px;
	font-weight:bold;
	color:#000066;
}




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

/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:20px 0 0 0;
	width:800px;
	text-align: center;
	color: #FFF;
	background-image: url(../images/deco/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 82px;
	line-height: 20px;
}

#footer a{
	color:#231912;
	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;
}


 /*------------------------------------------------------*
  *------------ CSS TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
h1 {
	margin: 0;
	padding: 0;
	color:#000;
}
  
h2 {
	margin: 0;
	padding: 0;
	color:#000;
}
  
h3 {
	margin: 0;
	padding: 0;
	color:#000;
}
h4 {
	margin: 0;
	padding: 0;
	color:#000;
}
h5 {
	margin: 0;
	padding: 0;
	color:#000;
}
h6 {
	margin: 0;
	padding: 0;
	color:#000;
}
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/
