@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: "Trebuchet MS";
	font-size: 14px;
	background-color: #fd9e48;
	color: #814571;
	background-image: url(../images/deco/v2/body.jpg);
	background-repeat: no-repeat;
	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:800px;
}

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	width:800px;
	height:223px;
	/*background-image: url(../images/deco/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
}
#bg_anim {
	padding: 43px 0 30px 0;
}

#flash_anim {
	width: 550px;
	margin: 0 auto;
	height: 300px;
	/*background: url(../images/deco/v2/img-index.jpg) no-repeat center;*/
}


/*Contenu de page  CONTENT */

#content, #content_home {
	margin:0 auto;
	padding:0px 0 20px 0;
	width: 798px;
	background: #28fd21 url(../images/deco/v2/fd-repet-content.jpg) repeat-x left 50px;
	border: #FFFFFF solid 2px;
	border-top: none;
}
/*#content_home {
	margin:0 auto;
	padding:10px 0 0 0;
	width: 800px;
	background-color:#fffbf8;
	background-image: url(../images/deco/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}*/

#content h1 {
	font-size: 24px;
	background-image: url(../images/deco/H1.gif);
	background-repeat: repeat-y;
	background-position: left top;
	line-height: 30px;
	padding-left: 89px;
	margin-bottom: 36px;
}
#content h2 {
	background-color: #E73AB0;
	color: #FFFFFF;
	font-size: 18px;
	font-style: italic;
	padding: 0 0 0 10px;
	margin: 0 0 15px 0;
	line-height: 20px;
}


.separator {
	margin:10px;
	padding:0;
	height:2px;
	
}
/*/// debut des colonnes ///*/
.left_content{
	float:left;
	width:312px;
	margin-left:18px;
	/*position: relative;
	z-index: 10;*/
}
.left_content p {
	padding: 0 0 10px 0;
}
.left_content strong {
	color: #006633;
}



/*/// partie de droite ///*/
.right_content{
	float:right;
	width:410px;
	margin-right:15px;
	/*position: relative;
	z-index: 20;*/
}
.right_content img {
	border: 10px solid #FFF;
}

.right_content_plan{
	float:right;
	position:relative;
	width:410px;
	right:29px;
	padding-top: 82px;
}


/*///    partie du centre   ///*/
#middle_content{
	float:left;
	position:relative;
	background-color:#FFF;
	width:580px;
}
.points {
	padding: 10px 0 20px 0;
	background-image: url(../images/deco/points.gif);
	background-repeat: repeat-x;
	background-position: left center;
	width: 742px;
	margin: 0 auto;
}


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


/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:10px 0;
	width:798px;
	text-align: center;
	color: #FFF;
	background-color: #ad5d98;
	height: 61px;
	border: #FFFFFF solid 2px;
	border-top: none;
}

#footer a{
	color:#fc91e5;
	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;
}
#player-son {
	margin: 0;
	padding: 0;

}
#player-video {
	margin: 0;
	padding: 0;

}

 /*------------------------------------------------------*
  *------------ CSS TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
h1 {
	margin: 0;
	padding: 0;
	color:#FFFFFF;
	font-size: 24px;
}
  
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;
}

.bloc_liens_interne {
	margin: 0;
	padding: 0;
	width: 350px;
	float: right;

}
.bloc_liens_interne ul{
	margin: 0;
	padding: 0;
	list-style-position: inside;
	list-style-type: square;
}	
.bloc_liens_interne li{
	margin: 0;
	padding: 0;
}	
.bloc_liens_interne a{
	margin: 0;
	padding: 0;
	color: #333333;
}
.bloc_liens_interne a:hover{
	color: #990000;
}
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/
