@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: #4B3311;
	color: #4B3311;
}

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

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



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


#general{
	padding:0;
	width:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*Haut de page  HEADER*/

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

/*Contenu de page  CONTENT */
#home_flash {
	width: 745px;
	margin-left: 234px;
}
#flash {
	float:right;
	width:303px;
	right: 0px;
	}

#content {
	padding:0;
	width: 980px;
	background-color:#F1E5D7;
	background-image: url(../images/deco/back_left_content.jpg);
	background-repeat: repeat-y;
	background-position: 23px bottom;
	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;
	width:200px;
	padding-left: 23px;
	padding-right: 12px;
}
#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;
	width:280px;
	right: 0px;
}

#right_content h2 {
	margin: 0;
	padding: 5px 0 10px 0;
	color:#895C1F;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#right_content ul {
	padding:0 0 0 20px;
	margin:0;
}

#right_content a{
	text-decoration: none;
	color: #660000;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}


#right_content a:hover {
	color: #907C63;
}

#right_content p, #right_content li{
	padding-right: 10px;
	padding-bottom: 7px;
}
#right_content h1{
	margin:0;
	padding:0;
	color:#000;
}

#tableau_tarif{
	width: 350px;
	line-height: 20px;
}


#tableau_tarif td{
	padding-left: 15px;
	width:200px;


}
#tableau_tarif th{
	width:70px;


}

/* table lightbox */
#LB{
	width: 260px;
	float: right;
	margin-top: 35px;
}

#LB td {
	text-align: center;
	padding: 5px;
}

#LB a img {
	filter:alpha(opacity=60);

    -moz-opacity: 0.6;
	opacity: 0.6;
	border: 1px solid #4B3311;
	background-color: #A79B8B;
	padding: 4px;
}

#LB a:hover img {
	filter:alpha(opacity=100);
    -moz-opacity: 1;
	opacity: 1; 
	}
/** -------*/
/*///    partie du centre   ///*/
#middle_content{
	width:400px;
	background-image: url(../images/deco/bottom_middle_content.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 30px;
	float: left;
	margin: 0px;
	padding-right: 7px;
}

#middle_content img{
	float: right;
}

#middle_content a {
	text-decoration: none;
	color: #660000;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}
#middle_content a:hover {
	color: #907C63;
}

#middle_content p {
	line-height: 16px;
	text-align: justify;
	margin-top: 8px;
	margin-bottom: 8px;
}


#middle_content h1{
	color:#482F10;
	font-size: 18px;
	font-style: italic;
	background-image: url(../images/deco/puce_H1.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 45px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
}
#middle_content h4{
	color:#4B3311;
	background-image: url(../images/deco/puce_H4.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 35px;
	margin-top: 22px;
	margin-right: 0;
	margin-bottom: 22px;
	margin-left: 0;
	font-size: 14px;
	font-style: italic;
}

#middle_content ul {
	margin-bottom: 10px;
	margin-left: 5px;
}
#middle_content li {
	list-style-position: outside;
	list-style-type: square;
	padding-top: 5px;
}
/*/// fin des colonnes ///*/	

/*Bas de page  FOOTER*/

#footer{
	width:720px;
	background-color:#4B3311;
	text-align: left;
	color: #F9F2EC;
	background-image: url(../images/deco/footer.jpg);
	background-repeat: no-repeat;
	background-position: 2px top;
	margin: 0 auto 0 auto;
	padding: 40px 0 20px 260px;

}

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

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

#footer p {
	color: #F1E5D7;
	margin-top: 10px;
}
#footer strong {
	color: #A79B8B;
}
/*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:#895C1F;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
  
h3 {
	margin: 0;
	padding: 0;
	color:#000;
}
h4 {
	color:#4B3311;
	background-image: url(../images/deco/puce_H4.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 35px;
	margin-top: 22px;
	margin-right: 0;
	margin-bottom: 22px;
	margin-left: 0;
	font-size: 14px;
	font-style: italic;
}
h5 {
	margin: 0;
	padding: 0;
	color:#000;
}
h6 {
	margin: 0;
	padding: 0;
	color:#000;
}
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/
