@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;
	color: #868686;
	background-image: url(../images/deco/bg.gif);
	background-repeat: repeat-y;
	background-position: center 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:900px;
}

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	width:900px;
	height:276px;
	background-image: url(../images/deco/header.jpg);
}

/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:40px 0 20px;
	width: 900px;
	background-color:#FFFFFF;
	background-image: url(../images/deco/bg_content.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#content h1 {
	color: #a21926;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 30px;
	background-image: url(../images/deco/H1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 37px;
	padding: 0 0 0 50px;
	margin: 0 0 20px 37px;
}


/*/// debut des colonnes ///*/
#left_content{
	float:left;
	position:relative;
	width:366px;
	left:50px;
}
#left_content p {
	line-height: 18px;
	padding: 0 0 10px 0;
}
#left_content strong, #light strong{
	color: #bc1e2b;
}



/*/// partie de droite ///*/
#right_content{
	float:right;
	position:relative;
	width:440px;
	right:30px;
}

#right_content02
{
	float:left;
	position:relative;
	left:30px;
	width: 95%;
}

#light{
padding-top:5px;}

#light p{
padding:3px 0;}

#light img {
	margin: 0 7px 7px 0;
	border:none;
}


/*///    partie du centre   ///*/


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


/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:20px 0 10px 0;
	width:900px;
	text-align: center;
	color: #FFF;
	background-image: url(../images/deco/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 77px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	line-height: 22px;
}

#footer a{
	color:#661017;
	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;
	padding: 0;
}

 /*------------------------------------------------------*
  *------------ 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 TITRES FIN     ----*
  *------------------------------------------------------*/

