@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 "../lightbox/lightbox.css";
@import "jquery.lightbox-0.5.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:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	background: url(../images/deco/body.jpg) top #6150dc repeat-x;
}

body.home{
	background: url(../images/deco/body-home.jpg) top #6150dc repeat-x;
}

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:950px;
	background:url(../images/deco/general.png) top repeat-y;
}

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	width:950px;
	height:237px;
	background:url(../images/deco/header.jpg) top no-repeat;
}

#diapoarama-header {
	width:543px;
	height:210px;
	text-align:center;
	color:#000;
	position:relative;
	top:11px;
	left:383px;
	float:left;
}
#diapoarama-header a {
	color:#6633FF;
	text-decoration:none;
}
#diapoarama-header a:hover {
	color:#FF00CC;
	text-decoration:none;
}

#acces_panier {
	position:relative;
	float:left;
	width:275px;
	height:107px;
	top:-22px;
	left: 97px;
	color:#dcd6f0;
	font-size:11px;
	padding: 0;
}
#acces_panier a.lien{
	color:#dcd6f0; 
	text-decoration:underline;
}
#acces_panier a:hover.lien{
	color:#fff; 
	text-decoration:none;
}
.acces_panier_position {
	padding:5px 0 8px 55px;
}

.nb_article{
	font-size:12px;
	color:#fff;
	font-weight: bold;
}
.px_article{
	font-size:16px;
	color:#f00;
	font-weight: bold;
}

.separator {
	margin:10px;
	padding:0;
	height:2px;
	
}
/*Contenu de page  CONTENT */

#content-repeat {
	margin:0 auto;
	padding:0;
	width: 950px;
	background:url(../images/deco/content-bg.jpg) top repeat-y;
}
#content {
	margin:0 auto;
	padding:0;
	width: 950px;
	background:url(../images/deco/content.jpg) top no-repeat;
}


/*/// debut des colonnes ///*/
#left_content{
	float:left;
	position:relative;
	width:320px;
	left: 9px;
	padding: 25px 0 0 0;
}
#left_content_produits{
	float:left;
	position:relative;
	width:220px;
	left: 9px;
	padding: 25px 0 0 0;	
}
#diaporama {
	border:2px solid #FCBE2F;
	padding:0;
	margin:0 auto;
	width:300px;
	height:400px;
}
#publicite {
	border:2px solid #FCBE2F;
	padding:0;
	margin:0 auto 10px auto;
	width:300px;
	height:100px;
}
/*#encart_bons-cadeaux{
	width:293px; 
	height:171px; 
	margin:0 auto;
	padding:2px 4px 6px 4px;
	background:url(../images/deco/encart-bons-cadeaux.png) top no-repeat;
	text-align:center;
}

#encart_bons-cadeaux a{	
	width:293px; 
	height:107px; 
	padding:65px 0 0 0; 
	margin:0 auto; 
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	text-decoration:none;
	display:block;
	color:#ff1672;
	position:relative;
	float:left;
}

.bons-style{
	background:#fff; 
	padding:2px; 
	height:60px; 
	width:289px; 
	display:block;
}*/
	
/*#encart_bons-cadeaux p{
	padding:2px;
	color:#ff1672;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	background: #fff;
	margin: 68px 5px 0 5px;
}*/

/*#encart_actu{
	width:293px; 
	height:171px; 
	margin:10px auto 4px auto;
	padding:2px 4px 6px 4px;
	background:url(../images/deco/encart-actu.png) top no-repeat;
}
#encart_actu h2{
	margin:5px 0 9px 0;
	display:block;
	color:#3d3d3d;
	font-size:24px;
	text-decoration:none;
	padding: 0 0 0 10px;
}
#encart_actu h3{	
	margin:5px 0;
	display:block;
	color:#815122;
	font-size:14px;
	text-decoration:none;
	font-weight:normal;
}
#encart_actu p{
	padding: 0 10px 10px 10px;
	color: #ff1672;
	width:215px;
	font-size:15px;
}
#encart_actu ul{
	list-style:none;
}
#encart_actu ul li{
	padding:0 0 5px 10px;
	line-height:15px;
	color:#AA9A7D;
}*/
a.savoir {
	float:right; 
	display:block; 
	padding:4px; 
	margin:5px;
	color:#fff;
	background:#000;
	text-decoration:none;
	position:relative;
}
a:hover.savoir {
	background:#000;
	color:#CC9429;
/*	filter: alpha(opacity=90);
	opacity: 0.9;
	moz-opacity: 9;*/
}

#adresse {
	width:200px; 
	background:#fff; 
	padding:5px; 
	margin:10px auto; 
	text-align:center; 
	font-weight:bold; 
	color:#000; 
	border:1px solid #BB0855;
}

.white{
	color:#fff;
}
.black{
	color:#000;
}
.red{
	color:#f00;
}

.separation{
	padding:5px 0;
}
/*/// partie de droite ///*/
#right_content{
	float:right;
	position:relative;
	background-color:#333;
	width:200px;
	right:0px;
}

/*///    partie du centre   ///*/
#middle_content{
	float:right;
	width:698px;
	left: 20px;
	padding: 15px 0 0 0;
	margin: 0 22px 0 0;
}
#middle_content1{
	float:right;
	width:698px;
	left: 20px;
	padding: 15px 0 0 0;
	margin: 0 90px 0 0;
}
*html #middle_content{
	margin: 0 10px 0 0;
}

#home-contact {
	height:17px;
	position:relative;
	top:170px;
	width:570px;
	float:left;
	left:90px;
	color:#000;
	font-weight:normal;
	font-size:12px;
}
#home-contact a {
	text-decoration:none;
	color:#FF6600;
}
#home-contact a:hover, #home-contact a.menu_actif {
	text-decoration:none;
	color:#FCA531;
}

#recherche{
	height:20px;
	position:relative;
	top:215px;
	width:255px;
	float:left;
	left:680px;
	color:#fff;
	font-weight:bold;
}
#recherche a{
	color:#fff;
	text-decoration:none;
}
#recherche a:hover{}

.champ_recherche{
	width:150px;
	background:#FF9C01;
	border:1px solid #000;
}

.signature{
	color:#000;
	font-weight:bold;
}
#middle_content h1{
	color:#fdab1e;
	font-size:39px;
	font-weight: normal;
	margin: 0 0 20px 0;
}
#middle_content1 h1{
	color:#fdab1e;
	font-size:39px;
	font-weight: normal;
	margin: 0 0 20px 0;
}
*html #middle_content h1{
	font-size:29px;
}
#middle_content h2{
	color:#fff;
	font-size:20px;
	font-weight: bold;
	margin: 0 0 15px 10px;
	border-bottom:1px solid #1d0f0b;
	text-align:right;
}
#middle_content h3{
	color:#1d0f0b;
	font-size:16px;
	font-weight: bold;
	margin: 0 0 0 20px;
	text-align:left;
}
#middle_content p{
	color:#fff;
	font-size:11px;
	padding:0 0 10px 20px;
	line-height:16px;
	text-align:justify;
	font-weight: bold;
}
#middle_content p a{
	color:#FF6600;
	text-decoration:none;
}
#middle_content p a:hover{
	color:#000;
	text-decoration:none;
}
#middle_content p img, #middle_content p img a{
	border:1px solid #FCBE2F;
	margin:0 10px 0 10px;
}
ul.liste{
	color:#660e33;
	list-style:none;
}
ul.liste li{
	padding:0 0 5px 0;
	list-style:none;
	font-size: 11px;
}


ol.liste_num_titre {
	padding: 0;
	margin: 0;
}
ol.liste_num_titre li {
	color:#fff;
	font-size:20px;
	font-weight: bold;
	margin: 0 0 15px 10px;
	border-bottom:1px solid #1d0f0b;
	text-align: left;
	list-style-position: inside;
}

.tarifs{
	font-size:12px; 
	color:#FF1672; 
	font-weight:bold;
}
.gras{
	font-weight:bold; 
	color:#660e33;
	height:20px;
	font-style:italic;
}
.centre{
	text-align:center;
	color:#EB55B8;
}

.italik {
	font-style:normal;
	color:#FF9900;
	font-size:11px;
	font-weight:bold;
	padding:0 0 18px 0;
	line-height:15px;
}
.italik2 {
	font-style:italic;
	color:#815122;
	font-size:17px;
	font-weight:bold;
	padding:0 0 18px 10px;
}


.img_gauche{
	float:left; 
	margin:0 10px 10px 0; 
	padding:0;
}
.img_droite{
	float:right; 
	margin:0 0 10px 10px; 
	padding:0;
}
/*/// fin des colonnes ///*/	


/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:10px 0 0 0;
	width: 950px;
	height:95px;
	color: #fff;
	background:url(../images/deco/footer.jpg) top no-repeat;
}

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

#footer a:hover, #footer a.menu_actif{
	color:#CC9429;
}

#footer_liens{
	width:880px;
	float:left;
	position: relative;
	left: 10px;
	line-height: 20px;
	top: 15px;
	font-size: 11px;
}

.petit {
	font-size:12px;
	color:#fff;
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	text-align:left;
	font-weight:bold;
	width: 680px;
	float:left;
	position: relative;
	left: 10px;
	line-height: 20px;
	top: 15px;
}
.petit1 {
	font-size:12px;
	color:#FDAB1E;
	padding: 0 0 10px 0;
}
.mini {
	font-size:9px;
	color:#FF9C01;
	text-align: center;
}

.grand {
	font-size:13px;
	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: 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;
}

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

