@import "referencement.css";

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


* {
 margin: 0;
 padding: 0;
}

html, body {
	height: 100%;
}
body {
	font: normal 1em "Lucida Sans", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	background-color: #fffcdd;
	color: #444;
}

img, a img { 
border: 0 none; 
}

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

address {
	font-style:normal;
	color: #b9b057;
}

strong.orange {
	color: #f90;
}

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


div#general {
	width: 950px;
	background: transparent url(../images/body-bg.png) 265px 0 repeat-y;
	margin:0 auto;
	
	min-height: 100%;
	
 	/* Force min-height 100% pour IE < 7 */
	height: auto;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 100%;
}

div#index {
	width: 700px;
	margin: 0 auto;
}

/* CONTENU GAUCHE */

div.OmbreHaut {
	margin-top: 25px;
	height: 9px;
	font-size: 0;
	background: transparent url(../images/ombre-top.png) center top no-repeat;
}

div.OmbreBas {
	margin-bottom: 25px;
	height: 9px;
	font-size: 0;
	background: transparent url(../images/ombre-bottom.png) center top no-repeat;

}
div.leftBlock {
	background: transparent url(../images/bloc-left-bg.png) center top repeat-y;
}

/* Haut de page  HEADER */

div#header {
	height:95px;
	background-color: #fff;
}

div#header img {
	margin-top: 18px;
	margin-left: 20px;
}

div#header p {
 color:#000;
}

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

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

/* Footer de gauche */
div#leftFoot {
	color:#e41473;
	padding: 10px 0;
	text-align:center;
}

/* Bas de page FOOTER */

div#Foot {
	margin-top: 0;
	padding:2px 0 0 0;
	text-align: center;
	color: #822945;
	font-size: 0.7em;
	background:url(../images/bg-footer-index.png) left top no-repeat;
	height:56px;
}

#Foot a{
	color:#e41473;
	text-decoration:none;
}

#Foot a:hover{
	color:#f8b;
}


/*classe clear*/

.clear {
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
}



 /*------------------------------------------------------*
  *------------ CSS TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
   h1 {
	   color:#000;

  }
  
   h2 {
   	letter-spacing: -1px;
	color:#eb5e95;
	font: normal 1.6m 'Amerika Sans', "Lucida Sans", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;; 
  }
  h2.pres { color: #eb5e95; }
  h2.univEnfant { color: #65c8e2; }
  h2.univAdulte { color: #4c979a; }
  h2.petitMobilier { color: #ffa142; }
  h2.contact { color: #cec670; }
  
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/
