@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 --*
 *------------------------------------------------*/





* {
 margin: 0;
 padding: 0;
}

img, a img { border: 0 none; }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #fff url(../images/body-bg.png) left top repeat;
	color: #640;
	text-align: center;
}

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

p { font-size: 1.1em; }

address { margin-top: 3px; }


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


#general{
	margin: 50px 0;
}

/* Haut de page HEADER */

#header{
	padding: 6px 5px 0 5px;
	width:970px;
	height:198px;
	background:transparent url(../images/head-bg.png) center top no-repeat !important;
	
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='images/head-bg.png');
}

div#sousHead {
	height: 3px;
	line-height:0;
	font-size:0;
	background-color: #000;
}

div#logo {
	width:345px;
	height:198px;
	float: left;
}

#index {
	background-color: #fff;
	padding-top: 1px;
}

#index img { 
display: block;
margin: 0 auto;
}
div#header,
div#content,
div#footer {
	margin:0 auto;
	text-align: left;
}

#header img { display: block; }
/* Contenu de page  CONTENT */

div#contentW100 {
	background: #f1dcb8 url(../images/div-content100-bg.png) left top repeat-x;
	text-align: center;
}
#content {
	width:970px;
}

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

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

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

#content ul li#presta-imp p { height: 1%; }

#content ul {
	list-style-type: none;
}
#content li {
	background-color: #fff;
	padding: 10px 20px;
	margin-bottom: 1em;
}
#content li#presta-imp {
	padding-top: 30px;
}
#content li#presta-imp h2{
	margin-right: 350px;
}
#content li#presta-imp h2.filet_max {
	margin-right:0;
}
/* Prestation détaillée */
#content li.presta {
	width: 445px;
	float: left;
}

div.photos {
	float:right;
	padding: 2px;
	margin-left: 2em;
	background: #530303 url(../images/div-photos-bg.png) left top repeat-y;
}

div.photos img{
	border: 1px solid white;
	display: block;
}

div.photos dl dd {
	padding: 1ex;
	color: #fff;
	font-weight: bold;
}

li.photos { clear:left; }
li.photos img { border: 1px solid #530303; }


/*Bas de page  FOOTER*/

div#footerW100 {
	background: #000 url(../images/div-footer-bg.png) left top repeat-x;
	height:37px;
	
	border-top: 1px solid white;
	border-bottom: 1px solid black;
}

div#footer{
	width:970px;
	height:32px;
	padding-top: 5px;
	text-align: center;
	color: #fff;
}

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

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

#ombreB {
	height: 7px;
	font-size:0;
	line-height:0;
	background: transparent url(../images/ombre-bas.png) left top repeat-x !important;

	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='images/ombre-bas.png');
	
	
}

/*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;
}

/* classe des textes en liste*/
.list {
	margin-left:40px;
}

/* classe des legendes photos chantier*/
.legend {
	font-weight:bold;
	font-size:1.5em;
	margin-top: 1ex;
	margin-bottom: 1ex;
}
 /*------------------------------------------------------*
  *------------ CSS TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
  h1 {
	margin: 0;
	padding: 0;
	color:#333;
	font-size: 28px;
  }
  
  h2 {
	color:#e2001a;
	font-family: Arial, Helvetica, sans-serif;
	font-size:2.2em;
	margin-bottom: 1ex;
	border-bottom: 2px solid #eee;
  }
  
  h3 {
	color:#e2001a;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.8em;
	margin-bottom: 1ex;
	border-bottom: 2px solid #eee;
  }
  
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/
ul#menu_horizontal li.last { margin: 0; }