@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: #fedd00;
	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%;
}

/*Haut de page  HEADER*/

#header{
	width:906px;
	height:333px;
	background-image: url(../images/deco/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

#info{
	width: 280px;
	float: right;
	margin:7px 0 0 0;
	padding: 0;
}
#lien_invisible_header{
	width:320px;
	display:block;
	height:100px;
	float: right;
	margin:0 200px 0 0;
	padding: 0;
}
#info ul{
	margin:0;
	padding:0;
}
#info li {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background:url(../images/deco/puce_header.gif) center left no-repeat;
	list-style:none;
	text-align: left;
	font-weight: bold;
	line-height: 14px;
	height:16px;
	margin: 0px;
	letter-spacing: 1px;
	padding:0 0 0 25px;
}


/* fin du header*/

/*Contenu de page  CONTENT */

#content {
	width: 898px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/deco/back_content.jpg);
	background-repeat: repeat-y;
	background-position: right bottom;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 8px;
}
.separator {
	margin:10px;
	padding:0;
	height:2px;
	
}

#intro_flash {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

#flash {
	float:left;
	position:relative;
	width:175px;
	left:0px;
	margin-top: 30px;
	}

#flash_2 {
	float:left;
	width:200px;
	left:0px;
	margin-top: 93px;
	padding: 4px;
	border: 1px solid #FEDD00;
	}
	
#flash_3 {
	float:left;
	width:200px;
	left:0px;
	margin-top: 55px;
	}	
	
/*/// debut des colonnes ///*/
#left_content{
	float:left;
	position:relative;
	width:200px;
	left:0px;
	padding-top: 35px;
}

#left_content .img{
	padding: 4px;
	border: 1px solid #FEDD00;
}

#left_content .tel{
	background-image: url(../images/deco/tel.gif);
	height: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	letter-spacing: 2px;
}

#left_content h1{
	margin:0;
	padding:0;
	color:#FFF;
}
#left_content h4{
	margin:0;
	color:#990099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: center;
}
/*/// partie de droite ///*/
#right_content{
	float:right;
	position:relative;
	background-color:#333;
	width:200px;
	right:0px;
}
#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:610px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 40px;
	padding-right: 0px;
}

#middle_content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #990099;
	text-decoration: none;
	font-weight: bold;
}

#middle_content a:hover {
	color: #985717;
	text-decoration: none;
}


#middle_content .img{
	border: 1px solid #FFFFFF;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 35px;
	padding: 5px;
}

#middle_content p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 17px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: justify;
	text-indent: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#middle_content p strong {
	color: #990099;
	margin: 0px;
	padding: 0px;
}

#middle_content .tel{
	text-align: left;
	height: 20px;
	width: 300px;
	color: #FFFFFF;
	font-size: 18px;
	padding-top: 8px;
	padding-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 3px;
	background-image: url(../images/deco/tel.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 20px;
	padding-right: 0px;
	padding-left: 35px;
}

#middle_content li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	background-image: url(../images/deco/puce.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
	padding: 0 0 0 5px;
	height:15px;
	margin:0;
	text-indent: 15px;
}

#middle_content h1{
	margin:0;
	padding:0;
	color:#000;
}
#middle_content h2{
	color:#990099;
	font-size: 14px;
	width: 250px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 50px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-image: url(../images/deco/puce_h2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 33px;
	font-family: Arial, Helvetica, sans-serif;
}
#middle_content h2.espace{
	margin-top:110px;
}


#middle_content h4{
	color:#990099;
	font-size: 16px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	text-indent: 0px;
	line-height: 20px;
}
/*/// fin des colonnes ///*/	

/*Bas de page  FOOTER*/

#footer{
	width:906px;
	text-align: center;
	color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../images/deco/back_footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 0px;
	padding-top: 5px;
}

#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	padding-top: 3px;
}

#footer p strong{
	color: #FEDD00;
	font-size: 14px;
}

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

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

#footer-index{
	width:906px;
	text-align: center;
	color: #985717;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
/*	background-image: url(../images/deco/back_footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 0px;
	padding-top: 5px;
}

#footer-index p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	padding-top: 3px;
}

#footer-index p {
	color: #000;
	font-size: 14px;
}

#footer-index strong {
	color: #990099;
	font-size: 14px;
}

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

#footer-index 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;
}


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