@import "formulaire.css";
@import "referencement.css";
@import "navigation.css";
@import "produits.css";
@import "jquery.lightbox-0.5.css";
/*------------------------------------------------------*
*-- appel des css --------------------------------------*
*------------------------------------------------------*/

/*------------------------------------------------*
 *---  WWW.ICARE-NET.COM - agence web 03-04-2009 --*
 *------------------------------------------------*/


html {
 margin: 0;
 padding: 0;
}


body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background:#b4926c url(../images/header/background.gif) top repeat-x;
	color:#fff;
}

p, form, input, div, dl, dt, dd, ul, ol, li, blockquote, fieldset, th, td {
	margin: 0;
	padding: 0;
}

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




 /*------------------------------------------------------*
  *------------ CSS TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
h1 {
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 20px;
}
  
h2 {
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 18px;
}
  
h3 {
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 16px;
}
h4 {
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 14px;
}
h5 {
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 12px;
}
h6 {
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 10px;
}


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


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

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	width:840px;
	height:169px;
	background:#e3dec8;
	overflow:hidden;
	position:relative;
}

#header #logo{
	margin:10px 0;
	width:116px;
	height:149px;
	float:left;
}
#header #logo img{border:none;}

#header h3{
	font-size:24px;
	color:#b4926c;
	font-weight:normal;
	padding:2px 5px;
	display:inline;
	position:absolute;
	top:60px;
	right:0;
	background:#fff;
	letter-spacing:1px;
}

#header h2, #header h4{
	font-size:18px;
	font-weight:normal;
	font-style:italic;
	padding:2px 5px;
	/*background:#5e6961;*/
	display:inline;
	color:#5e6961;
	position:absolute;
	right:0px;
}

#header h2{
	top:92px !important; /* Firefox */
	top:91px !important!; /* IE */
}
#header h4{
	top:119px !important; /* Firefox */
	top:117px !important!; /* IE */
}

/*Contenu de page  CONTENT */

#content{
	margin:0 auto 15px;
	padding:0;
	width:840px;
	overflow:auto;
	text-align:justify;
	padding:35px 0 0;
	letter-spacing:1px;
}

#content h1{
	font-size:18px;
	font-weight:normal;
	letter-spacing:1px;
	padding:3px 8px;
	line-height:26px;
	background:#a1aba3;
	color:#fff;
	text-transform:uppercase;
	margin:0 0 15px;
	display:inline;
	position:relative;
	top:-15px;
}

#content p{
	padding-bottom:10px;
}

#content img{
	float:right;
	margin:0 0 10px 20px;
}

#content ul{
	padding:0 0 10px 30px;
}
#content li{
	list-style-image:url(../images/deco/puce.gif);
	color:#444;
}

#content a{
	color:#333;
	text-decoration:none;
	padding:1px 0;
}
#content a:hover{
	background:#333;
	color:#fff;
}

#content a img{
	border:none;
}

#content-galerie{
	margin:0 auto 15px;
	padding:0;
	width:840px;
	overflow:auto;
	text-align:justify;
	padding:35px 0 0;
	letter-spacing:1px;
}

#content-galerie h1{
	font-size:18px;
	font-weight:normal;
	letter-spacing:1px;
	padding:3px 8px;
	line-height:26px;
	background:#a1aba3;
	color:#fff;
	text-transform:uppercase;
	margin:0 0 15px;
	display:inline;
	position:relative;
	top:-15px;
}

#content-galerie p{
	padding-bottom:10px;
}
#content-galerie img{
	border:0;
}
ul.ma_liste{
	padding:0 0 10px 30px;
}
ul.ma_liste li{
	list-style-image:url(../images/deco/puce.gif);
	color:#444;
}
/* Home */

#content #realisations_home{
	width:650px;
	margin:0 auto;
}
#content #realisations_home a{
	display:block;
	float:left;
	padding:0;
}
#content #realisations_home a:hover{background:none;}
#content #realisations_home a.clear{clear:both;}
#content #realisations_home a img{
	margin:3px;
	border:5px solid #fff;
	float:none;
}

#map{
	float:right;
	width:425px;
	overflow:hidden;
	margin:20px 0 0;
	letter-spacing:normal;
}

#left_content{
	float:left;
	margin:0;
	width:300px;
}
#right_content{
	float:right;
	margin:0;
	width:420px;
}

/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:10px 0;
	width:100%;
	clear:both;
	background:#8a7053;
	text-align: center;
	color:#a1aba3;
	text-transform:uppercase;
	font-size:11px;
}

#footer li{
	list-style:none;
	display:inline;
}

#footer a{
	color:#e3dec8;
	text-decoration:none;
	margin:0 5px;
	padding:1px;
}

#footer a:hover, #footer a.menu_actif{
	background:#e3dec8;
	color:#5E6961;
}

#footer p{
	padding:8px;
	font-size:12px;
}

 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/
