@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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #594F60;
	color: #AEA6B3;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../images/deco/bg.gif);
}
body.home {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #43394A;
	color: #af9c74;
	background-image:none;
}


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

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



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


#general{
	margin:0 auto;
	padding:0;
	width:826px;
	background-image: url(../images/deco/bg_content.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#general_home{
	margin:0 auto;
	padding:0;
	width:980px;
	
}

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	height:150px;
	background-image: url(../images/deco/header.jpg);
}
.tirets {
	background-image: url(../images/deco/tirets.jpg);
	background-repeat: repeat-x;
	margin: 0 15px 10px 15px;
	height: 1px;
}


/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	background-image: url(../images/deco/bottom_content.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 800px;
}
.texte {
	text-align: left;
	padding: 10px 15px 20px 10px;
}
.col_gauche {
	text-align: justify;
	padding-right: 15px;
}
.col_droite img {
	border: 5px solid;
	border-color: #A198A7;
}
.light {
	margin-top: 10px;
	width: 576px;
}
.light img {
	border: 5px solid;
	margin: 0 5px 5px 0;
}
.light a img {
	border-color: #C4B9CB;
}

.light a:hover img {
	border-color: #6D6374;
}

#flash_galerie{
	float:right;
	display:block;
	width:550px;
	height:450px;
}



.separator {
	margin:10px;
	padding:0;
	height:2px;
	
}
/*/// debut des colonnes ///*/
#left_content{
	float:left;
	position:relative;
	width:209px;
	left:0px;
	padding: 0px 0 0 15px;
}

/*///    partie du centre   ///*/
#middle_content{
	float:left;
	position:relative;
	width:576px;
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0 0 40px 0;
}
#middle_content a{
	color:#FFFFFF;
	text-decoration:none;
}
#middle_content a:hover{
	color:#BEB8D1;
	text-decoration: underline;
}
#middle_content p {padding:0 0 10px 0;}
#middle_content strong {
	color: #FFFFFF;
}
#middle_content h4{
	margin:0;
	padding:0;
	color:#900;
}
/*/// fin des colonnes ///*/	

/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:28px 13px 0 13px;
	height:51px;
	text-align: center;
	color: #A59BAA;
	background-image: url(../images/deco/bg_footer.gif);
	background-position: top center;
	font-size: 11px;
	background-repeat: no-repeat;
	background-color: #594F60;
}

#footer_home{
	margin:0 auto;
	padding:0 13px 0 13px;
	height:81px;
	text-align: center;
	color: #AEA6B3;
	
}

#footer a, #footer_home a{
	color:#FFFFFF;
	text-decoration:none;
	font-size: 11px;
}

#footer a:hover, #footer_home a:hover{
	color:#6A6070;
}


/*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 0 10px 0;
	padding: 0;
	color:#FFFFFF;
	font-size: 16px;
	background-repeat: no-repeat;
	background-position: left;
}
  
h2 {
	margin: 0 0 8px 0;
	padding: 0 0 0 14px;
	color:#BDB7C1;
	font-size: 14px;
	background-image: url(../images/deco/bg_H2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 15px;
}
  
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;
}

#titres{
margin:0 0 15px 0;
}
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/
