@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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background-color: #b50900;*/
	background-color:#E095BB;
	color: #666666;
}

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{
	padding:0px;
	width:850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/deco/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:285px;
	background-color: #00b3af;
}

#rotator {
	margin: 0px;
	width: 850px;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#player {
	width: 200px;
	float: right;
	margin-top: 0px;
}
/*Contenu de page  CONTENT */

#content {
	padding:0;
	width: 850px;
	background-color:#FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.separator {
	margin:10px;
	padding:0;
	height:2px;
	
}
/*/// debut des colonnes ///*/
#left_content{
	float:left;
	position:relative;
	width:94px;
	left:0px;
	background-image: url(../images/deco/deco_left.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#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;
	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;
	background-color:#FFFFFF;
	width:680px;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 130px;
	background-image: url(../images/deco/deco_left.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#middle_content h1{
	padding:0;
	color:#00b3af;
	font-size: 20px;
	background-image: url(../images/deco/puce_H1.jpg);
	background-repeat: no-repeat;
	text-indent: 25px;
	
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
.clone_h1{
	padding:0;
	color:#00b3af;
	font-size: 22px;
	background-image: url(../images/deco/puce_H1.jpg);
	background-repeat: no-repeat;
	text-indent: 25px;
	margin-right: 0;
	margin-bottom: 20px;
	font-weight:bold;
	margin-left: 0;
}

#middle_content h4{
	padding:0;
	color:#b50900;
	font-size: 14px;
	text-indent: 25px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#middle_content h2{
	padding:0;
	color:#000;
	font-size: 13px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	font-weight: bold;
}
#middle_content h3{
	padding:0;
	color:#00B3AF;
	font-size: 18px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	font-weight: normal;
}
#middle_content h5{
	padding:0;
	color:#b50900;
	font-size: 16px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	font-weight: normal;
}
#middle_content p {
	line-height: 16px;
	margin-bottom: 5px;
	margin-left: 25px;
	text-align: justify;
	margin-top: 10px;
}
/*#middle_content .puce {
	background-image: url(../images/deco/puce_li.jpg);
	background-repeat: no-repeat;
	list-style-image: none;
	list-style-type: none;
	text-indent: 55px;
	background-position: 25px 0px;
	list-style-position: outside;
	margin: 10px 0px;
	line-height: 17px;
	
}*/
#middle_content .puce {
	list-style-image: url(../images/deco/puce_li.jpg);
	list-style-position: inside;
	text-indent: 20px;
	line-height: 15px;
	margin: 10px 0px;
	font-size:12px;
}


#middle_content .puce li{
	margin: 10px 0px;

	
	
}

#middle_content .img{
	border: 1px solid #00B3AF;
	padding: 4px0 0 0;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
}
/*/// fin des colonnes ///*/	

/* Page contact */
#plan {
	float: right;
	width: 340px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#plan a {
	color: #D73101;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
}
#form{
	float: left;
	width: 270px;
	margin-top: 20px;
}
/*fin page contact */

/*Bas de page  FOOTER*/

#footer{
	width:850px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-weight: normal;
	background-color: #00B3AF;
	line-height: 20px;
	padding: 0px;
}

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

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

#footer p{
	background-color: #FFFFFF;
	color: #00B3AF;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}
/*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 {
	padding: 0;
	color:#b50900;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
h6 {
	margin: 0;
	padding: 0;
	color:#000;
}
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/
.liste_index {
	margin: 30px 0 0 0;

}
.puce2 li{
	text-indent: 10px;
	list-style-position: inside;
	list-style-image: url(../images/deco/puce_li2.jpg);
	margin: 6px 0;
	line-height: 15px;
}
/*.puce2 li{
	background-image: url(../images/deco/puce_li2.jpg);
	background-repeat: no-repeat;
	list-style-image: none;
	list-style-type: none;
	text-indent: 20px;
	background-position: 5px center;
	list-style-position: inside;
	margin: 5px 5px;
	line-height: 17px;
	
}*/
.texte_droite {
	display: block;
	float: right;
	font-style: italic;
}

.rouge {
	padding:0;
	color:#b50900;
	font-size: 14px;
	text-indent: 25px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	font-weight:bold;
}

#module{
padding:0 0 0 35px;

}
