/* CSS Document ====================== */
/* Auteur : Intermedia.Com
/* =================================== */

/* =============== */
/* STYLE PRINCIPAL */
/* =============== */

/*  style principal pour les pages.
    contient les scrollbars
    et la couleur de fond 			*/
body {
scrollbar-face-color: #781B3A; 
scrollbar-shadow-color: #918688;
scrollbar-highlight-color: #781B3A; 
scrollbar-3dlight-color:#F3B546;
scrollbar-darkshadow-color: #781B3A; 
scrollbar-track-color:  #F3B546; 
scrollbar-arrow-color: #918688;
background: url(images/bg.jpg) repeat-x #463033;
margin:0;
padding:0;
text-align:center;
}

html, body {
height: 100%;
}

/*  style specifique pour la page Charte  */
body.charte{
background:#55A1D2;
}
.charte td, .charte a:link, .charte a:visited, .charte a:hover, .charte a:active{
text-decoration:none;
color:#FFF;
}
.charte a:hover{
text-decoration:underline;
}
/*================================================*/
/*  Style spécifique pour la page Modèle  */
/*================================================*/

#conteneur{
width:970px;
margin:0 auto;
padding:0px;
position:relative;
text-align:left;
background-color:#F3EBD6;
}

#contenu{
width:970px;
padding:0px;
/*  Adaptez la hauteur d'affichage de votre site */
min-height:301px !important;	
height:auto !important;
height:301px;
text-align:center;
margin:0px;
background: url(images/bg-contenu.jpg) no-repeat #F3EBD6;
}

#haut {
height:289px;
margin:0;
padding:0;
position:relative;
text-align:center;
top:0px;
width:970px;
}

#texte {
width:970px;
/*  Adaptez la hauteur d'affichage de votre site */
min-height:301px !important;	
height:auto !important;
height:301px;
text-align:left;
background: url("images/fd-contenu.jpg") no-repeat;
}


/* =============== */
/* STYLES GENERAUX */
/* =============== */
p{
	margin:0;
	padding:0;
}
div{
	margin:0;
	padding:0;
}
hr{
	color:#C33;
}



/* ===================== */
/* STYLES TYPOGRAPHIQUES */
/* ===================== */

body, table, td, p, .texte, select, textarea, input {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#8A2043;
	line-height:22px;
}
.texte, .coul_description, .coul_des_formulaire{
	text-align:left;
	color:#8A2043;
}

table{
	border-collapse:collapse;
	border:0;
	padding:0;
	margin:0;
}
a:link, a:visited, a:active{
	color:#000;
	text-decoration:none;

}
a:hover{
	color:#fff;
	text-decoration:underline;
}

.gros_titre{
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	display:block;
	padding-bottom:18px
}
.gros_titre2{
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	display:block;
	color:#fff;
}

.titre{
	font-size:13px;
	font-weight:bold;
	display:block;
}
.sous_titre{
	font-size:12px;
	font-weight:bold;
	display:block;
	color:#fff;
}

/* texte plus petit que le texte classique */
.petit_texte {
	font-size: 10px;
	color:#000;
}

/* LISTES */
ul, li {
	margin-left:15px;
	padding:0;
	list-style-type:square;
}
ul{
	margin:5px 10px 5px 20px;
}
li{
	padding:3px 4px 4px 0px;
	/*list-style-image:url("images/signet.gif");*/
	
}


/* ============= */
/* STYLES IMAGES */
/* ============= */
img{
	border:0;
}
img.bordure{
	border:1px dashed #fff;
}
/* Style utilisé pour les popup images - zoom */
a.zoom:link, a.zoom:visited, a.zoom:active{
	border:0;
	background:none;
}
a.zoom:hover{
	border:0;
	background:none;
}


/* ================= */
/* ENCART POPUP NEWS */
/* ================= */
.encart{
	background:none;
	border:1px dotted #fff;
	color:#fff;
	padding:5px;
	width:95%;
}
/* couleur du texte*/
.encart table, .encart td{
	color:#000;
}


/* ================== */
/* FORMULAIRE CONTACT */
/* ================== */
form{
	margin:0;
}
input, textarea, select, fieldset{
	border:0;
	margin:2px 0;
	background:#891F43;
	color:#FFF;
	font-weight:normal;
	padding:1px 5px;
	width:200px;
}
select.jour {
	width:60px;
}
select.mois {
	width:128px;
}

/* bouton d'envoi de formulaire */
input.bt-envoi{
	background:#891F43;
	padding:2px 5px;
	font-size:10px;
	font-weight:bold;
	color:#FFF;
	border:0;
	width:auto;
	float:right;
}
input.ajout-soin{
	width:85px;
	float:left;
	background:#891F43;
	padding:2px 5px;
	font-size:10px;
	font-weight:bold;
	color:#FFF;
}
/* boite a cocher (pour enlever le fond de couleur) */
.coche{
	background:none;
	border:0;
	width:auto;
}


/* STYLES POUR LA PARTIE CADDIE */
/* ============================ */

/* formulaires caddie */
.caddie{
	padding:0;
	margin:0;
}
/* largeur des inputs */
.caddie input, .caddie select, .caddie textarea, .caddie fieldset{
	width:auto;
}
.caddie legend{
	font-weight:bold;
}
/* entete du tableau */
.caddie th{
	font-weight: bold;
	background:#ddd;
	border:1px dotted #000;
	padding:2px;
	color:#000;
	text-align:left;
}
/* style sur la ligne du total ttc */
.total td{
	background:#ddd;
	border:1px dotted #000;
	padding:2px;
	color:#000;
}

/* pour rajouter du padding par exemple dans les cellule */
.caddie td{
}

/* ligne produits */
/* utile pour changer de couleur une ligne sur deux s'il y a plusieurs produits dans le panier */
.ligne1,.ligne2{
	padding:5px;
	text-align:left;
	vertical-align:top;
}
.ligne1, .ligne1 p, .ligne1 td{
	background:#fff;
	color:#333;
}
.ligne2, .ligne2 p, .ligne2 td{
	background:#ebebeb;
	color:#333;
}
/* message important a mettre en valeur */
.coul_avertissement {
	font-weight: bold;
	color:#fff;
	border:0;
	background-color: #006600;
}
input.coul_avertissement {
	font-weight: bold;
	background:#c00;
	color:#fff;
	border:0;
}




#global_inte{
	width: 880px;
	margin: 0 0 0 50px;
}
.clearer{
	clear:both;
}
.contact{
	border: 1px solid #8A2043;
	width:150px;
	padding:10px;
}

/******************* FICHE_PRODUIT SOIN*********************/

.global_fiche_pdt{
	border: 1px solid #61152F;
	width:680px;
	padding:20px;
	margin: 0 0 10px 80px;
}
.titre{
	border-bottom: 1px solid #61152F;
	text-align:center;
	font: bold 18px Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
}
/************ colonne_gauche **************/

.col_left{
	float:left;
	width:400px;
	margin:10px;
}
.descriptifs{
	width:400px;
	margin: 10px 0 0 10px;
}
/************ colonne_droite*************/

.col_right{
	float:right;
	width:350px;
}
.col_right .photo_bloc{
	width:180px;	
	margin: 5px 0;
	-width:170px;
}


/******************* BASE*********************/
#sous-rub{
margin: 10px 10px;
background-color:#422c2f;
}
#sous-rub p a{
float:left;
margin: 0 15px;
color:#fff;
}

#sous-sous-rub{
float:left;
margin: 10px 10px;
background-color:#892041;
width: 200px;
}
#sous-sous-rub p a{
margin: 0 15px;
color:#fff;
}

#base{
float:left;
width:640px;
}


/******************* VIGNETTE BASE*********************/

.global_vignette{
	border-bottom: 1px solid #61152F;
	padding:10px;
	margin: 0 0 10px 0;
}
/************ colonne_gauche **************/

.global_vignette .col_left{
	float:left;
	width:160px;
	margin:10px;
}
.global_vignette .col_left .photo_bloc{
	width:150px;	
	margin: 5px 0;
}

/************ colonne_droite*************/
.global_vignette .descriptif{
	margin: 0 0 0 10px;
	width:450px;
	/width:440px;
	-width:430px;
	line-height:16px;
}
.global_vignette .col_right{
	margin-top:10px;
	float:left;
}
.global_vignette .titre{
	font: bold 18px Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding:0;
	text-align:left;
	float:left;
}
.prix_barre{
	text-decoration: line-through;
	float:right;
	margin-left:20px;
}
.prix{
	font: bold 18px Arial, Helvetica, sans-serif;
	float:right;
	color:#892041;
	margin-left:20px;
}		
.btn_global_vignette{
	margin:10px 10px;
}






/******************* FICHE_PRODUIT BASE*********************/

.global_fiche_pdt_base{
	border: 1px solid #892041;
	width:780px;
	padding:20px;
	margin: 10px 0 0 0;
}

/************ colonne_gauche **************/

.col_left_base{
	float:left;
	width:270px;
	-width:250px;
	margin:10px;
}

.col_left_base .photo_bloc{
	width:220px;	
	margin:  0 0 10px 0;
}

.col_left_base .prix_barre{
	text-decoration: line-through;
	float:right;
	margin:10px 40px 0 0 ;
	
}
.col_left_base .prix{
	font: bold 20px Arial, Helvetica, sans-serif;
	float:right;
	color:#c80025;
	margin:10px 40px 0 0 ;
}		

/************ colonne_droite*************/

.col_right_base{
	float:left;
	margin-top:20px;
}
.col_right_base .titre{
	border-bottom: 1px solid #892041;
	padding-bottom:20px;
	width:445px;
	font: bold 18px Arial, Helvetica, sans-serif;
}
.col_right_base .descriptifs{
	width:445px;
	margin: 20px 0 0 20px;
}