@import "formulaire.css";
@import "referencement.css";
@import "navigation.css";

/*------------------------------------------------------*
*-- appel des css formulaire contact -  referencement et navigation  ----*
*------------------------------------------------------*/



/*------------------------------------------------*
 *---  WWW.ICARE-NET.COM - agence web ---  CSS 03 mars 08 - MAJ : arno --*
 *------------------------------------------------*/





html {
 margin: 0;
 padding: 0;
}


body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #433529;
	color: #433529;
	background-image:url(../images/deco/bg_body.jpg);
	background-repeat:repeat-x;
}

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{
	margin:6px auto;
	padding:0;
	width:888px;
	height:161px;
	background-image:url(../images/deco/bg_ban.jpg);
	background-repeat:no-repeat;
	
}

#header p{
 color:#000;
}

#header a{
	color:#990000;
	text-decoration:none;
}

#header a:hover{
	color:#eb5933;
}

/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:0;
	width: 888px;
	background-color:#CCC;
	background-image:url(../images/deco/bg_main.jpg);
	background-repeat:repeat-y;
}

#content p{
	line-height:18px;
	margin:0 0 20px 0;
}

#content strong{
 font-weight:bold;
 color:#990000;
}
#content img{
border:1px solid #eddac8;
padding:1px;
background-color:#fff;
}
#content a{
	color:#990000;
	text-decoration:none;
}
#content ul{ list-style-type:none;}
#content ul li{ background-image:url(../images/deco/bullet.gif);
background-repeat:no-repeat;
padding:0 0 0 20px;
margin:5px 0 0 0;
}
#content a:hover{
	color:#eb5933;
}
#basMain{
background-image:url(../images/deco/bg_basMain.jpg);
width:888px;
height:115px;
background-repeat:no-repeat;
background-position:bottom;
}

#colonneGauche{
width:300px;
float:left;
margin:20px 20px 0 20px;
}
#contListe{margin:20px 20px 0 20px; float:left; width:600px;}
#contDiapo{
	float:left;
	width:150px;
	margin:38px 10px 0 20px;
	background-color:#433529;
	padding:5px;
}
#contPlan{ float:left; width:425px; margin:20px 20px 0 20px;}
#contenuForm{ float:left; width:320px; margin:20px 20px 0 20px;}
#colonneDroite{
	width:500px;
	float:left;
	margin:38px 0 0 10px;
	padding:5px;
	background-color:#433529;
}
#colonneGaucheImg{
	width:400px;
	float:left;
	margin:20px 0 0 20px;
}
#colonneDroiteImg{

	margin:20px 0 0 10px;
	width:420px;
	float:left;
}
/* liste produits */
.itemCarrelage{ margin:0 0 10px 0;}
.itemCarrelage p{ float:left; width:500px;}
#content .itemCarrelage .contImg{float:left; margin:0 5px 5px 0;  }

/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:10px 0 0 0;
	width:888px;
	height:30px;
	
	text-align: center;
	color: #FFF;
}

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

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


/*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: 15px 0 0 10px;
	   color:#fff;
	   background-image:url(../images/deco/bg_h1.jpg);
	   background-repeat:no-repeat;
	   width:878px;
	   height:26px;
	   font-size:14px;
	   font-weight:bold;
	   text-transform:uppercase;
	   
	   

  }
  
   h2 {
   	margin: 0;
    padding: 0;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	margin:0 0 10px 0;
	border-bottom:1px solid #433529;
	  
  }
  
   h3 {
   	margin: 0;
    padding: 0;
	font-size:11px;
	   
  }
  
   h4 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h5 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h6 {
   	margin: 0;
    padding: 0;
			 color:#000;
  }
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/
.txtBoldOrange{ color:#e65028; font-weight:bold;}
.txtBoldBrun{font-weight:bold;}
.pPadding{ padding:5px 20px 10px 20px; font-weight:bold; font-style:italic;}
