@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: #FFF;
	color: #000;
}

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

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



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


#general{
	margin:0 auto;
	padding:0;
	width:100%;
		background:url(../images/deco/general.jpg) repeat-x top left;
}

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	width:996px;
	height:230px;
	background:url(../images/deco/header.jpg) no-repeat top left;
}

#header_flash{
	width:359px;
	height:68px;
	display:block;
	position:relative;
	top:50px;
	background:none;
	left:270px;
}


#boutique_flash{
	width:260px;
	height:100px;
	display:block;
	position:relative;
	top:-60px;
	background:none;
	left:630px;
}

/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:0;
	width:996px;
	padding:0;
	background:url(../images/deco/content.jpg) repeat-y top left;
}
.separator {
	margin:10px;
	padding:0;
	height:2px;
	
}
/*/// debut des colonnes ///*/
#left_content{
	float:left;
	position:relative;
	background-color:#333;
	width:200px;
	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:253px;
	height:380px;
	right:0px;
	margin: 52px 40px 20px 0;
	border:1px solid #000;
}

/*Pour IE6*/
*html #right_content{
	margin: 10px 10px 10px 0;
}

#right_content h1{
	margin:0;
	padding:0;
	color:#000;
}
#right_content h4{
	margin:0;
	padding:0;
	color:#00FF00;
}

#right_content_produits{
	float:right;
	position:relative;
	width:253px;
	height:380px;
	right:0px;
	margin: 68px 20px 20px 0;
	border:1px solid #000;
}

/*Pour IE6*/
*html #right_content_produits{
	margin: 25px 10px 10px 0;
}

/*///    partie du centre   ///*/
#middle_content{
	float: left;
	position: relative;
	width: 660px;
	margin: 0 0 10px 27px;
	padding:0 10px 0 0;
	text-align:justify;
}
/*Pour IE6*/
*html #middle_content{
	width: 635px;
}
#middle_content h1{
	margin:0;
	padding:5px 0 20px 50px;
	color:#000;
	font-size:22px;
	background:url(../images/deco/h1.jpg) no-repeat top left;
}

#middle_content h2{
	margin:0;
	padding:5px 0 10px 52px;
	color:#A74791;
	font-size:17px;
	font-weight:bold;
}
#middle_content h4{
	margin:0;
	padding:10px 0 5px 48px;
	color:#A74791;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

#middle_content p{
	padding:10px;
	font-size:12px;
}

#middle_content a{
	color:#E63988;
	text-decoration:none;
	font-weight:bold;
}
#middle_content a:hover{
	color:#DF0D6E;
	text-decoration:underline;
}


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

/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:10px 0;
	width:100%;
	height:103px;
	text-align: center;
	color: #000;
		background:url(../images/deco/footer.jpg) repeat-x top left;
}

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

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


/*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;
}


.conseils {
	border:1px dashed #000;
	background:#E6BED8;
	padding:0px;
	margin:5px 11px 5px 11px;
	width:290px;
	text-align: center;
	float: left;
	height: 220px;

}

.conseils p{
	text-align:left;
	font-size:10px;
	color:#000;
	font-weight:bold;
}

.conseils strong{
	color:#FFFFFF;
}


.conseils h3 {
	display:block;
	padding:10px 5px 2px 5px;
	margin:0px;
	font-size:16px;
	text-align:left;
	color:#fff;
	height:30px;
	background:#A74791;
	
}

.conseils a{
	color:#fff;
	text-decoration:none
}

.conseils a:hover{
	color:#000;
	text-decoration:underline;
}
