@import "formulaire.css";
@import "referencement.css";
@import "navigation.css";
@import "paiement.css";
@import "panier.css";
@import "actualites.css";
@import "newsletter.css";
@import "acces_client.css";
@import "produits.css";
@import "restaurant.css";
@import "jquery.lightbox-0.5.css";
@import "jScrollPane.css";
/*------------------------------------------------------*
*-- appel des css --------------------------------------*
*------------------------------------------------------*/

/*------------------------------------------------*
 *---  WWW.ICARE-NET.COM - agence web 02-04-2008 --*
 *------------------------------------------------*/


html {
 margin: 0;
 padding: 0;
}


body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	background-color: #000;
	color: #fff;
}
body.accueil {
	background:url(../images/deco/background/background_03.jpg) top no-repeat #000;
}
body.bancs {
	background:url(../images/deco/background/background_02.jpg) top no-repeat #000;
}
body.soins {
	background:url(../images/deco/background/background_06.jpg) top no-repeat #000;
}
body.amincissement {
	background:url(../images/deco/background/background_07.jpg) top no-repeat #000;
}
body.onglerie {
	background:url(../images/deco/background/background_05.jpg) top no-repeat #000;
}
body.plan {
	background:url(../images/deco/background/background_04.jpg) top no-repeat #000;
}
body.actualites {
	background:url(../images/deco/background/background_08.jpg) top no-repeat #000;
}
body.annuaire {
	background:url(../images/deco/background/background_0.jpg) top no-repeat #000;
}


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:966px;
}

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:3px;
	width:966px;
	height:128px;
	background:none;
	text-align:center;
}

/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:0;
	width: 966px;
	height:384px;
	background: none;
}
.separator {
	margin:10px;
	padding:0;
	height:2px;
	
}
/*/// debut des colonnes ///*/

#holder_cnt
	{
	position:relative;
	margin:0;
	padding:0 0 0 12px;
	height: 100%;
	}
#scroll_cnt
	{
	position:relative;
	margin:0;
	padding:0 0 80px 0;
	width: 445px;
	height: 210px;
	overflow: auto;
	}
	
#left_content_titre{
	height:50px;
	width:460px;
	padding:3px;
	text-align: center;
}
#left_content_titre h1{
	margin: 0;
	color:#129DB0;
	height: 30px;
	line-height:30px;
	font:normal 24px/30px Arial, Helvetica, sans-serif;
}
#left_content{
	float:left;
	position:relative;
	width:444px;
	left:0px;
	background: none;
	padding: 10px 6px 5px 10px;
	height: 290px;
}


.pucette{
	width:33px;
	height:17px;
}
#left_content p{
	color:#000;
	padding:0 0 5px 0;
}
a.lien_01 {color:#fff; background:#129DB0; text-decoration:none; padding:2px;}
a:hover.lien_01 {background:#000; color:#fff;}

a.lien_02 {color:#fff; background:#129DB0; text-decoration:none; padding:2px; font-size:10px;}
a:hover.lien_02 {background:#fff; color:#000;}

a.lien_03 {color:#fff; background:#129DB0; text-decoration:none; padding:2px; font-size:10px; border:1px solid #fff;}
a:hover.lien_03 {background:#fff; color:#000;}

#left_content h3{
	font-size:12px;
	letter-spacing:1px;
	padding: 0 0 10px 0;
}
#left_content h2{
	font-size:15px;
	letter-spacing:1px;
	color:#3f3f3f;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	/*	background:url(../images/deco/h2.gif) top left no-repeat;*/
	padding:0;
}
#left_content ul{
	margin:10px 0pt 17px 20px;
	list-style:none;
	color:#000;
}
#left_content ul li{
	letter-spacing:2px;
	margin:3px 0 0 10px;
}
#left_content ul p{
	letter-spacing:1px;
	font-size:12px;
	font-weight:bold;
	padding:0 0 10px;
}



/*/// partie de droite ///*/
#right_content{
	float:right;
	position:relative;
	width:480px;
	height:345px;
	right:0px;
	background: none;
	padding: 0 5px;
}
#actu_zone{
	height:50px;
	width:466px;
	padding:2px;
	overflow:hidden;
	background:url(../images/deco/actu.png) no-repeat left 3px;
}
*html #actu_zone{
	width:460px;
}
#actu_zone h2{
	padding:2px;
	margin:0;
	color: #ff9900;
	font-size:14px;
	display: block;
	width: 350px;
}
#actu_zone p{
	color:#000; 
	padding:2px;
}
a#lire_actu {
	float:right;
	position:relative;
	z-index:2px;
	top:3px;
	right:5px;
	display: block;
	font-size:10px;
	text-decoration:none;
	background:#129DB0;
	color:#fff;
	padding:2px;
	border:1px solid #fff;
}
*html a#lire_actu {
	top:2px;
	right:2px;	
}
a:hover#lire_actu {
	background:#fff;
	color:#000;
}

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

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


/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:0;
	width:966px;
	height:59px;
	background:none;
	color: #FFF;
}
/**html #footer{
	padding:3px 0 0 0;
}*/
#footer_gauche{
	float:left;
	width:630px;
	color:#000;
	padding:0;
	text-transform:uppercase;
	line-height:19px;
}

/**html #footer_gauche{
	padding:0;	
}*/

#footer_gauche a{
	font-size:11px;
	color:#fff;
	text-decoration:none;
	padding:2px;
	
}
#footer_gauche a:hover, #footer_gauche a.menu_actif{
	background:#129DB0;
}

#footer_droit{
	float:right; 
	width:330px; 
	text-align:right;
	color:#fff;
}
#footer_droit h2{
	padding:0;
	margin:0;
}
#footer_droit p{
	color:#129DB0;
	padding:0;
	margin:0;
}
.rue {font-size:12px; color:#129DB0;}
.numero {font-size:13px; color:#fff; font-weight:bold;}
.tel {font-size:16px; color:#fff;}



/*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: 10px 0;
	color:#129DB0;
	font-size: 24px;
	font-weight: normal;
}
  
h2 {
	margin: 0;
	padding: 10px 0;
	color:#fff;
	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;
}

#diaporama-home{
	background:url(../images/deco/diaporama-bg.png) top left no-repeat;
	padding:6px 9px;
	width:446px;
	height:292px;
	color: #000;
	margin: 0;
}

#plan-contact{
/*	background:url(../images/deco/diaporama-bg.png) top left no-repeat;*/
	background:url(../images/deco/diaporama-bg.png) top left no-repeat !important;
	_background:none;
	padding:6px 9px;
	width:446px;
	height:292px;
	color: #000;
	margin: 0;
}

#galerie_photo {}

.grande_photo{
	background:url(../images/deco/galerie-bg.png) top left no-repeat;
	padding:6px 9px;
	width:446px;
	height:212px;
	color: #000;
	margin: 0;
}
.grande_photo a img{border:0;}

.petite_photo{
	text-align:center;
	width: 466px;
	width: 464px;
	padding:0 0 0 4px; !important
}
.petite_photo a img{ margin:0 1px 0 0; border:1px solid #fff;}



 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/
