@import "formulaire.css";
@import "referencement.css";
@import "navigation.css";
@import "actualites.css";
@import "produits.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: #e8ecef;
	color: #202020;
}

p, form, input, div, dl, dt, dd, ul, ol, li, blockquote, fieldset, th, td {
	margin: 0;
	padding: 0;
}
img {
	border:none;
}
select {
	color: #000;
	background-color: #fff;
}



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


#general{
	margin:0 auto;
	padding:0;
	width:908px;
	background-image: url(../images/deco/bg_general.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	width:908px;
	height:150px;
	background-image: url(../images/deco/header.jpg);
}
#header a {
	margin:0 0 0 15px;
	padding:0;
	width:280px;
	height:150px;
	display: block;
}
#nav {
	width: 908px;
	height: 252px;
	background-image: url(../images/deco/bandeau.jpg);
	background-repeat: no-repeat;
	background-position: 284px top;
}



/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:0;
	width: 908px;
	background: transparent url(../images/deco/content-bg.jpg) no-repeat right top;
}
#content a {
	text-decoration: underline;
	color: #999;
}
#content a:hover {
	text-decoration: underline;
	color: #202020;
}

#content ul {
	list-style-type:none;
	/*float:left;*/
	}

.separator {
	margin:10px;
	padding:0;
	height:2px;
}

/*contenu haut :h1...*/

#contenu_haut {
	margin-left:25px;
	width: 908px;
	}

#contenu_haut h1{
	background-image: url(../images/deco/H1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 38px;
	color: #032b61;
	font-size: 14px;
	font-weight:bold;
	/*text-transform: uppercase;*/
	padding: 0 0 0 95px;
	margin-bottom: 15px;
}

#contenu_haut h2{
	background-image: url(../images/deco/H2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 33px;
	padding: 0 0 0 32px;
	color: #2BA3A0;
	font-size: 12px;
	margin-bottom: 10px;
}

/*contenu bas (avant footer)*/

#contenu_haut p{
	line-height: 18px;
	padding: 0 0 10px 0;
}

#content_bas {
	margin-left:25px;
	width: 908px;
	}

#content_bas h2{
	background-image: url(../images/deco/H2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 33px;
	padding: 0 0 0 32px;
	color: #2BA3A0;
	font-size: 12px;
	margin-bottom: 10px;
}

#content_bas p{
	line-height: 18px;
	padding: 0 0 10px 0;
}

/*/// debut des colonnes ///*/

#left_content{
	float:left;
	position:relative;
	width: 420px;
	left:40px;
}

#left_content_contact{
	float:left;
	position:relative;
	width: 860px;
	left:25px;
}

#left_content_accueil{
	float:left;
	position:relative;
	width:351px;
	left:24px;
}
#left_content h1, #left_content_accueil h1 {
	background-image: url(../images/deco/H1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 38px;
	color: #032b61;
	font-size: 14px;
	font-weight:bold;
	/*text-transform: uppercase;*/
	padding: 0 0 0 95px;
	margin-bottom: 15px;
}
#left_content h2, #left_content_accueil h2, #left_content_contact h2 {
	background-image: url(../images/deco/H2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 33px;
	padding: 0 0 0 32px;
	color: #2BA3A0;
	font-size: 12px;
	margin-bottom: 10px;
}
#left_content p,#left_content_accueil p, #left_content_contact p {
	line-height: 18px;
	padding: 0 0 10px 0;
}
#left_content strong, #left_content_accueil strong, #left_content_contact strong {
	color: #56C4E6;
}
	#left_content_access h2{
	background-image: url(../images/deco/H2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 33px;
	padding: 0 0 0 32px;
	color: #2BA3A0;
	font-size: 12px;
	margin-bottom: 10px;
		}

	#left_content_access{
	float:left;
	position:relative;
	width: 420px;
	left:40px;
	}
	#left_content_access p{
		line-height: 18px;
		padding: 0 0 10px 0;
		}
	#left_content_access strong{
		color: #56C4E6;
		}


.bleu {
	font-weight:bold;
	color:#56C4E6;
	}

	.bleu_2 {
	font-weight:bold;
	color:#56C4E6;
	margin-left:30px;
	}

.vignettes {
	margin: 0 auto 10px auto;
	width: 400px;
	padding-bottom:25px;
}

	.vignettes_seul {
		width:150px;
		float:left;
		margin-bottom:20px;
		}

		.vignettes_seul a {
			text-align:center;
			}

.vignettes img {
	border: 2px solid;
	border-color: #DBDBDB;
	margin: 0 10px 10px 0;
}
table.tarifs {
	margin-bottom: 20px;
}

table.tarifs td {
	padding: 4px 0 4px 2px;
	border-bottom: 1px solid;
	border-color: #DBDBDB;
}
.entetes td {
	background-color: #50BFE2;
	color: #FFFFFF;
	font-weight: bold;
}
td.horaire {
	background-color: #DBDBDB;
}

/*/// partie de droite ///*/

#right_content{
	float:right;
	position:relative;
	width:420px;
	right:25px;
}

#right_content h2, #right_content_accueil h2 {
	background-image: url(../images/deco/H2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 33px;
	padding: 0 0 0 32px;
	color: #2BA3A0;
	font-size: 12px;
	margin-bottom: 10px;
}

#right_content p,#right_content_accueil p {
	line-height: 18px;
	padding: 0 0 10px 0;
}

	#right_content_access{
	float:right;
	position:relative;
	width:420px;
	right:25px;
	}

	#right_content_access h2{
	background-image: url(../images/deco/H2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 33px;
	padding: 0 0 0 32px;
	color: #2BA3A0;
	font-size: 12px;
	margin-bottom: 10px;
	}

	#right_content_access p{
	line-height: 18px;
	padding: 0 0 10px 0;
	}

#right_content_index{
	float:right;
	position:relative;
	width:467px;
	right:25px;
	background-image: url(../images/deco/titre_actu.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #f0f0f0;
	padding: 76px 11px 10px 11px;
	margin-bottom: 10px;
}
#right_content_index h2 {
	background-image: url(../images/deco/H2_actu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	color: #FFFFFF;
	font-size: 12px;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
}

#right_content_index p {
	font-size: 11px;
}

.left_actu {
	float: left;
	width: 228px;
	left: 0px;
	height:200px;
	margin: 10px 0 0 5px;
}
.right_actu {
	float: right;
	right: 0px;
	position: relative;
	margin: 0;
	padding: 0 0 12px 0;
	width: 228px;
}
.vignette-actu {
	text-align: center;
}
.vignette-actu a img {
	width: 134px;
	margin: 0 0 5px 0;
	border: 5px solid #FFF;
}


/*///    partie du centre   ///*/
#middle_content{
	float:left;
	position:relative;
	background-color:#FFF;
	width:580px;
}
#middle_content p{
	color:#000;

}
#middle_content a{
	color:#00CC00;
	text-decoration:underline;
}
#middle_content a:hover{
	color:#990000;
	text-decoration:underline;
}

#middle_content ul{
	margin: 0;
	padding: 0;

}

#middle_content li{
	margin:0;
	padding: 0;
	list-style-position:inside;
}

.image-droite {
	padding:0;
	margin:0;
	float:right;
	position: relative;
	width: 268px;
}
.image-gauche{
	padding:0;
	margin:0;
	float:left;
	position: relative;
	width: 310px;
}

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


/*Bas de page  FOOTER*/

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

#footer a{
	color:#164d45;
	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:#000;
	font-size: 20px;
}

h2 {
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 18px;
}

h3 {
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
	color:#2BA3A0;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
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     ----*
  *------------------------------------------------------*/

/*debut ENCART ACTU*/
#encart_actu {
	float:left;
	margin:10px auto;
	width:200px;
	padding:10px 0;
	background-color: #A7A7A7;
	}
#encart_actu h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#010609;
	border-bottom:1px solid #576888;
	border-top:1px solid #576888;
	margin:0 0 2px 0;
	padding:0;
	text-align: center;

	}
#encart_actu p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	padding:0 10px;
	text-align:justify;
	}
#date_actu {
	font-size:13px;
	text-align:center;
	}
#encart_actu_photo{
	padding:4px 0;
	margin:0 auto;
	text-align: center;
	}
#encart_actu_photo img{
	padding:0;
	margin:0 auto;
	width:140px;
	height:76px;
	}
#encart_actu_btn{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
	text-align:center;
	margin:0 auto;

	}
#encart_actu_btn a{
	display:block;
	text-decoration:none;
	color:#000;
	margin: 4px 0 0 0;
	padding: 0;
	}
#encart_actu_btn a:hover{
	display:block;
	text-decoration:none;
	color:#dcd5c2;
	}
/*fin ENCART ACTU*/

/*debut NAVIGATION*/
#content .retour_haut{
	margin: 10px 0;
	padding: 2px 0;
	font-size: 11px;
	color: #666666;
	float: right;
	clear: both;
}
#content .retour_haut a{
	color: #666666;
	text-decoration: none;
	margin: 0 5px 0 0;
	padding: 1px 4px;
	background-color: #DBDBDB;
}
#content .retour_haut a:hover{
	color: #FFF;
	background-color:#2BA3A0;
	text-decoration: none;
}
#content .nav_pages{
	/*margin: 0 150px 0 0;*/
	padding: 2px 0 20px 0;
	font-size: 11px;
	color: #555;
	float: right;
}

#content .nav_pages a{
	color: #555;
	text-decoration: none;
	margin: 0 3px;
	padding: 2px 5px;
	background-color: #DBDBDB;
}
#content .nav_pages a:hover{
	color: #000;
	background-color:#999;
	text-decoration: none;
}
#content .nav_pages a.menu_actif{
	color: #FEFEFF;
	background-color:#2BA3A0;
	text-decoration: none;
}
/*fin NAVIGATION*/
