@import "formulaire.css";
@import "referencement.css";
@import "navigation.css";
@import "../lightbox/lightbox.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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #b6b9a8;
	color: #33312a;
	background-image: url(../images/deco/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

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


#general{
	margin:0 auto;
	padding:0;
	width:100%;
}
#top {
	width: 800px;
	height: 64px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/deco/top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:6px;
	width:788px;
	height:331px;
	background-color: #FFFFFF;
}

/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:18px 0;
	width: 800px;
}
#content h1 {
	background-image: url(../images/deco/H1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 88px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 20px;
	padding: 0 0 0 94px;
	line-height: 64px;
	margin-bottom: 10px;
}
#content h2 {
	color: #3e90a7;
	font-size: 12px;
	background-image: url(../images/deco/H2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 24px;
	padding: 0 0 0 24px;
	line-height: 20px;
	margin: 8px 0 10px 20px;
}



/*/// debut des colonnes ///*/
#left_content{
	float:left;
	position:relative;
	width:328px;
	left:0px;
}
#left_content p {
	line-height: 18px;
	padding: 0 0 10px 24px;
}
#left_content strong {
	color: #5d8222;
}



/*/// partie de droite ///*/
#right_content, #right_content_grim, #right_content_form  {
	float:right;
	position:relative;
	width:433px;
	right:0px;
	padding-top: 19px;
	margin: 0 auto;
}
#right_content img {
	border: 6px solid #FFF;
	margin-bottom: 10px;
}
.left {
	width: 210px;
	float: left;
	position: relative;
	padding-bottom: 13px;
}
.right {
	width: 210px;
	float: right;
	position: relative;
	padding-bottom: 13px;
}
#right_content_grim img {
	border: 6px solid #FFF;
}
.grimage {
	background-image: url(../images/deco/grimage.gif);
	background-repeat: no-repeat;
	background-position: right 88px;
}

/*/// lightbox /// */
#images-plan a {
text-décoration:none
}

#images-plan img {
border:none;
margin: 0 0 0 25px;
}


/*/// fin des colonnes ///*/	


/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:20px 0;
	width:100%;
	background-color:#5F5B4F;
	text-align: center;
	color: #FFF;
	background-image: url(../images/deco/footer.gif);
	background-repeat: repeat-x;
	background-position: top;
	line-height: 18px;
}

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

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

/*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;
}
#player {
	margin: 0;
	border: 3px solid #FFFFFF;
	width: 421px;
	height:226px;
	background-image:url(../images/diaporama/massage.jpg);
}


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

