@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: 13px;
	background-color: #303030;
	color: #ffd98b;
	background-image: url(../images/deco/bg_fon.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#bg {
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../images/deco/bg1.gif);
	background-repeat: no-repeat;
	background-position: center top;
}


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

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



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


#general{
	margin:0 auto;
	padding:0;
	width:932px;
}

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:10px 0 0 306px;
	width:626px;
	height:160px;
	background-image: url(../images/deco/header.gif);
	border-color: #d2bf8c;
	border-bottom: 4px solid;
}

/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:21px 19px 20px 9px;
	width: 904px;
	background-color:#121212;
	background-image: url(../images/deco/bg_content.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.separator {
	margin:10px;
	padding:0;
	height:2px;
	
}
/*/// debut des colonnes ///*/
#left_content{
	float:left;
	position:relative;
	background-color:#333;
	width:171px;
	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:349px;
	right:0px;
}
#right_content img {
	border-color: #ffd98b;
	border: 2px solid;
	margin-bottom: 5px;
}

#right_content h1{
	margin:0;
	padding:0;
	color:#000;
}
#right_content h4{
	margin:0;
	padding:0;
	color:#00FF00;
}
/*///    partie du centre   ///*/
#middle_content{
	float:left;
	position:relative;
	width:309px;
	left: 38px;
}
#middle_content p {
	text-align: justify;
	line-height: 20px;
	padding: 0 0 10px 0;
}
#middle_content strong {
	font-weight: normal;
	color: #fa9ff7;
}


#middle_content h1{
	color: #fa9ff7;
	font-weight: normal;
	font-size: 24px;
	background-image: url(../images/deco/bg_H1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 28px;
	margin: 0 0 20px 0;
}
#middle_content h2 {
	color: #fa9ff7;
	font-weight: normal;
	font-size: 24px;
	background-image: url(../images/deco/bg_H1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 28px;
	margin: 0 0 20px 0;
}

#middle_content h4{
	margin:0;
	padding:0;
	color:#900;
}
#middle_content ul {
	padding: 0 0 0 15px;
	margin: 10px 0 10px 0;
	list-style-type: none;
}
#middle_content li {
	margin: 0 0 10px 0;
	line-height: 20px;
	list-style-type: none;
	background-repeat: no-repeat;
	text-indent: 40px;
	padding: 0 0 0 2px;
	display: block;
	height: auto;
	list-style-image: url(../images/deco/puce-rose.gif);
}


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

/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:10px 0 0 0;
	width:932px;
	text-align: center;
	color: #cebd90;
	border-top: 4px solid;
	border-color: #D2BF8C;
	line-height: 18px;
	background-image:url(../images/deco/footer.gif);
	height:135px;
}

#footer a{
	color:#fff2cf;
	text-decoration:none;
}

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


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