@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: #39291e;
	color: #b8937a;
	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;
}

img{ border:none;}
a{color:#b8937a;}
 /*------------------------------------------------------*
  *--------    CSS BLOCS     						 ----*
  *------------------------------------------------------*/


#general{
	margin:0 auto;
	padding:0;
	width:100%;
	
}

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	width:906px;
	height:141px;
	background-image:url(../images/deco/bg_ban.jpg);
	background-repeat:no-repeat;
}

#header p{
 font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#cc0066;
	float:left;
	padding:90px 0 0 20px;
}



/*Contenu de page  CONTENT */
#contContent{
background-image:url(../images/deco/bg_gene.jpg);
background-repeat:no-repeat;
background-position:bottom right;
margin:0 auto;
	padding:0;
	width:906px;
}
#contentDroite{
	float:left;
	width:400px;
	height:300px;
	text-align:right;
	margin:35px 0 0 0;

}
*html #contentDroite{width:340px; }
#content {
	float:left;
	width: 506px;
	padding:0 0 0 0;
	margin:0 0 20px 0;
	background-image:url(../images/deco/croix.jpg);
	background-repeat:no-repeat;
	background-position:0 80px;
	min-height:500px;
  height:auto !important;
  height:500px;
}

#content p{
 	width:500px;
	margin:0 0 10px 0;
	
	padding:0 0 3px 0;
}

#content strong{
	font-weight:bold;
	color:#CC0066;
}

#content a{
	
	text-decoration:none;
}

#content a:hover{
	
}
#content img{ border:1px solid #b8937a; padding:2px;}

/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:20px 0 0 0;
	width:906px;
	height:60px;
	background-image:url(../images/deco/bg_footer.jpg);
	background-position:0 0;
	background-repeat:repeat-x;
	
	text-align: center;
	
}

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

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


/*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: 20px 0 10px 0;
    padding: 0 0 0 5px;
	background-image:url(../images/deco/bg_h1.jpg);
	width:555px;
	height:22px;
	background-repeat:no-repeat;
	color:#cc0066;
	font-size:14px;
	font-weight:bold;


  }
  
   h2 {
   	margin: 10px 0 0 0 ;
    padding: 0;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
  }
  
   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     ----*
  *------------------------------------------------------*/
#content ul{ width:350px;
font-weight:bold; margin:10px 0 0 15px; list-style-type:none;}
#content ul li{ background-image:url(../images/deco/puce.gif); background-repeat:no-repeat; padding:0 0 0 15px; background-position:0 0; margin:0 0 5px 0; color:#cc0066; }
.boldRose{ color:#cc0066; font-weight:bold; padding:10px 0 0 15px;}
.bigRose{color:#cc0066; font-weight:bold; font-style:italic; font-size:14px; padding:10px 0 0 15px;}
#contenuCarte{float:left;}
#contenuForm{ float:left; width:200px; padding:40px 0 0 0;}
