/***********************************/
/*  CONTENEURS                     */
/***********************************/
.ctn_logo-lrp {}
.ctn_titre-page {}
.ctn_n1 {}
.ctn_n2 {}

/* Pages */
.ctn_entete {
	padding: 0 0 20px 0;
}
.ctn_corps {
	padding: 0 0 0 0;
}
.ctn_paragraphe {}
.ctn_packshot {}
.ctn_thumbnail {}
.ctn {}



/***********************************/
/*  LIENS                          */
/***********************************/
.i_fleche-lien {}
	.i_fleche-lien a, .i_fleche-lien a:visited {
		display: block;
		font-family: trebuchet ms; font-size: 10px; color: #0099e7; line-height: 11px;
		padding: 2px 0 2px 12px;
		background: url("../../include/images/i_fleche-lien.gif") no-repeat 0 2px;
		}
.i_zoom-lien {}
	.i_zoom-lien a, .i_zoom-lien a:visited {
		display: block;
		font-family: trebuchet ms; font-size: 10px; color: #0099e7; line-height: 11px;
		padding: 4px 0 2px 18px;
		background: url("../../include/images/i_zoom-lien.gif") no-repeat 0 2px;
		}
.i_mail-lien {}
	.i_mail-lien a, .i_mail-lien a:visited {
		display: block;
		font-family: trebuchet ms; font-size: 10px; color: #0099e7; line-height: 11px;
		padding: 5px 0 2px 20px;
		background: url("../../include/images/i_mail-lien.gif") no-repeat 0 2px;
		}
.i_print-lien {}
	.i_print-lien a, .i_print-lien a:visited {
		display: block;
		font-family: trebuchet ms; font-size: 10px; color: #0099e7; line-height: 11px;
		padding: 5px 0 2px 20px;
		background: url("../../include/images/i_print-lien.gif") no-repeat 0 2px;
		}
.i_fav-lien {}
	.i_fav-lien a, .i_fav-lien a:visited {
		display: block;
		font-family: trebuchet ms; font-size: 10px; color: #0099e7; line-height: 11px;
		padding: 5px 0 2px 20px;
		background: url("../../include/images/i_fav-lien.gif") no-repeat 0 2px;
		}
.i_home-lien {}
	.i_home-lien a, .i_home-lien a:visited {
		display: block;
		font-family: trebuchet ms; font-size: 10px; color: #0099e7; line-height: 11px;
		padding: 5px 0 2px 20px;
		background: url("../../include/images/i_home-lien.gif") no-repeat 0 2px;
		}
.i_video-lien {}
	.i_video-lien a, .i_video-lien a:visited {
		display: block;
		font-family: trebuchet ms; font-size: 10px; color: #0099e7; line-height: 11px;
		padding: 5px 0 2px 20px;
		background: url("../../include/images/i_video-lien.gif") no-repeat 0 2px;
		}
.i_flechehaut-lien {}
	.i_flechehaut-lien a, .i_flechehaut-lien a:visited {
		display: block;
		font-family: trebuchet ms; font-size: 10px; color: #0099e7; line-height: 11px;
		padding: 2px 0 2px 13px;
		background: url("../../include/images/i_flechehaut-lien.gif") no-repeat 0 2px;
		}
.i_flecheback-lien {}
	.i_flecheback-lien a, .i_flecheback-lien a:visited {
		display: block;
		font-family: trebuchet ms; font-size: 10px; color: #0099e7; line-height: 11px;
		padding: 2px 0 2px 13px;
		background: url("../../include/images/i_flecheback-lien.gif") no-repeat 0 2px;
		}
.i_corbeille-lien {}
	.i_corbeille-lien a, .i_corbeille-lien a:visited {
		display: block;
		font-family: trebuchet ms; font-size: 10px; color: #0099e7; line-height: 11px;
		padding: 5px 0 2px 20px;
		background: url("../../include/images/i_corbeille-lien.gif") no-repeat 0 2px;
		}
.i_voir-lien {}
	.i_voir-lien a, .i_voir-lien a:visited {
		display: block;
		font-family: trebuchet ms; font-size: 10px; color: #0099e7; line-height: 11px;
		padding: 5px 0 2px 20px;
		background: url("../../include/images/i_voir-lien.gif") no-repeat 0 2px;
		}



/******************/
/** ARTICLE TYPE **/
/******************/

/** Entête de l'article **/
.ctn_entete h1 {
	font-family: trebuchet ms; font-size: 26px; font-weight: normal; color: #000; text-transform: uppercase; line-height: 28px;
	}
.ctn_entete h2 {
	font-family: trebuchet ms; font-size: 14px; font-weight: normal; color: #009ee0; line-height: 16px;
	}
.ctn_entete h3 {
	font-family: trebuchet ms; font-size: 20px; font-weight: normal; color: #009ee0; text-transform: uppercase; line-height: 24px;
	}
.ctn_entete h4 {
	font-family: trebuchet ms; font-size: 10px; font-weight: normal; color: #919191; line-height: 12px;
	}
.ctn_entete p {
	font-family: trebuchet ms; font-size: 11px; font-weight: normal; color: #000;
	padding: 8px 0 0 0;
	}
.str_contenu-detail .ctn_entete .v_entete {
	float: left;
	width: 238px;
	}
.str_contenu-detail .ctn_entete .ctn_1 {
	float: left;
	width: 470px;
	}
.ctn_entete ul {
	margin: 6px 0 0 0;
	}
.ctn_entete ul li {
	padding: 0 0 4px 0;
	}
.ctn_entete ul li a {
	background: url("../../include/images/i_fleche-liste.gif") no-repeat 0 5px;
	color: #000; font-size: 11px; text-decoration: underline;
	padding: 0 0 0 7px;
	}


/***********************************/
/** PAVÉS                         **/
/***********************************/

/*****************************/
/** MISE EN FORME DES PAVES **/

/** Défaut **/
.pav {
	border: 1px solid #f9f9f9;
	}
.pav .pav_1 {
	border: 1px solid #eeeeee;
	}
.pav .pav_2 {
	padding: 4px;
	background: url("../../include/images/f_pav_content.gif") repeat-x #f7f7f7;
	}

/** Spécifiques **/

	/* Pavé filet bleu large // • 3 question à un expert (pav_questions-expert) */
	.pav_filet-bleu-large, .pav_questions-expert {
		border: 1px solid #f9f9f9;
		}
		.pav_filet-bleu-large .pav_1, .pav_questions-expert .pav_1 {
			border: 1px solid #eeeeee;
			}
		.pav_filet-bleu-large .pav_2, .pav_questions-expert .pav_2 {
			border: 4px solid #0099e7;
			padding: 0;
			background: url("../../include/images/f_pav_content.gif") repeat-x #f7f7f7;
			}

	/* Pavé filet bleu fin // • Ils racontent (pav_temoignages), • Commentaires d'utilisateurs (pav_commentaires) */
	.pav_filet-bleu-fin, .pav_temoignages, .pav_commentaires {
		border: 1px solid #f9f9f9;
		}
		.pav_filet-bleu-fin .pav_1, .pav_temoignages .pav_1, .pav_commentaires .pav_1 {
			border: 1px solid #eeeeee;
			}
		.pav_filet-bleu-fin .pav_2, .pav_temoignages .pav_2, .pav_commentaires .pav_2 {
			border: 1px solid #0099e7;
			padding: 3px;
			background: url("../../include/images/f_pav_content.gif") repeat-x #f7f7f7;
			}

	/* Pavé fond bleu // • Encyclo Dermato (pav_encyclo) */
	.pav_fond-bleu, .pav_encyclo {
		border: 1px solid #f9f9f9;
		}
		.pav_fond-bleu .pav_1, .pav_encyclo .pav_1 {
			border: 1px solid #eeeeee;
			}
		.pav_fond-bleu .pav_2, .pav_encyclo .pav_2 {
			padding: 4px;
			background: url("../../include/images/f_pav_fond-bleu.gif") repeat-x #099de9;
			}

	/* Pavé filet noir fin // • Nous vous conseillons (pav_conseils) */
	.pav_filet-noir-fin, .pav_conseils {
		border: 1px solid #efefef;
		}
		.pav_filet-noir-fin .pav_1, .pav_conseils .pav_1 {
			border: 1px solid #d3d3d3;
			}
		.pav_filet-noir-fin .pav_2, .pav_conseils .pav_2 {
			border: 1px solid #6e6e6e;
			padding: 3px;
			background: url("../../include/images/f_pav_content.gif") repeat-x #f7f7f7;
			}
	
	/* Pavé Lipi et Lara */
	.pav_lipikara {
		border: 1px solid #f9f9f9;
		}
		.pav_lipikara .pav_1 {
			border: 1px solid #eeeeee;
			}
			.pav_lipikara .pav_2 {
				height: 230px;
				background: url("../../include/images/f_pav_lipikara.gif") no-repeat #f7f7f7 0 bottom;
				}
				.pav_lipikara .pav_content {
					padding: 10px;
					}

	/* Pavé VRAI OU FAUX */
	.pav_vraifaux .pav_content .car_conteneur, .pav_vraifaux .pav_content .car_btn-previous, .pav_vraifaux .pav_content .car_btn-next {
		height: 90px;
		}
	.pav_vraifaux p strong, .pav_vraifaux .pav_content .ctn_1 p strong {
		font-weight: bold; font-size: 12px; color: #0099e7;
		}


	/* Pavé scrollable */
	.pav_scrollable {
		border: 1px solid #f9f9f9;
		}
		.pav_scrollable .pav_1 {
			border: 1px solid #eeeeee;
			}
			.pav_scrollable .pav_2 {
				padding: 4px;
				background: url("../../include/images/f_pav_content.gif") repeat-x #f7f7f7;
				}

	/* Pavé 3 colonnes */
	.pav_tricol {
		border: 1px solid #f9f9f9;
		}
		.pav_tricol .pav_tricol_1 {
			border: 1px solid #eeeeee;
			}
			.pav_tricol .pav_tricol_2 {
				background: url("../../include/images/f_pav_content.gif") repeat-x #f7f7f7;
				}
				.pav_tricol_content {}
				.pav_tricol_content h5 {
					font-family: trebuchet ms; font-size: 12px; color: #898989; font-weight: normal; text-transform: uppercase;
					padding: 7px 0 0 10px;
					}

	.pav_tricol .pav {
		border: 0;
		float: left;
		width: 226px;
		}
		.pav_tricol .pav_1 {
			border: 0;
			padding: 10px 0 0 0;
			}
			.pav_tricol .pav_2 {
				padding: 0 0 10px 0;
				border: 0;
				background: none;
				}
				.pav_tricol .pav_content {
					border-right: 1px solid #c9c9c9;
					padding: 0 14px;
					}
				.pav_tricol .pav_content.no-border {
					border-right: 0;
					}
		/* Spécifique Pavé FOCUS PRODUIT */
		.pav_tricol .pav_focus-produits .pav_1 {
			border: 0;
			}
		/* Spécifique Pavé QUESTION EXPERTS */
		.pav_tricol .pav_questions-expert .pav_1 {
			background: url('../../include/images/a_filet-pavtricol-3.gif') no-repeat center 0;
			}
			.pav_tricol .pav_questions-expert .pav_2 {
				background: url('../../include/images/a_filet-pavtricol-3.gif') no-repeat center bottom;
				}
		/* Spécifique Pavé TÉMOIGNAGES */
		.pav_tricol .pav_temoignages .pav_1 {
			background: url('../../include/images/a_filet-pavtricol-1.gif') no-repeat center 0;
			}
			.pav_tricol .pav_temoignages .pav_2 {
				background: url('../../include/images/a_filet-pavtricol-1.gif') no-repeat center bottom;
				}
		/* Spécifique Pavé LIPI&KARA */
		.pav_tricol .pav_lipikara .pav_1 {
			background: url("../../include/images/f_pav_lipikara.gif") no-repeat 0 bottom;
			}
		.pav_tricol .pav_lipikara .pav_2 {
			background: none;
			}
		.pav_tricol .pav_lipikara .pav_content {
			height: 210px;
			}


/***********************/
/** CONTENU DES PAVES **/

/** Défaut **/
.pav_content {
	padding: 5px 6px;
	}
	.pav_content h2 {
		font-family: trebuchet ms; font-size: 30px; color: #0099e7;
		}
	.pav_content h4 {
		font-family: trebuchet ms; font-size: 14px; color: #000000; line-height: 14px;
		padding: 0 0 4px 0;
		text-transform: uppercase;
		}
	.pav_content h4 span {
		font-family: trebuchet ms; font-size: 12px; color: #000000; text-transform: none;
		}
	.pav_content h5, .pav_content h5 a, .pav_content h5 a:visited, .pav_content h5 a:hover {
		font-family: trebuchet ms; font-size: 12px; font-weight: bold; color: #898989; line-height: 13px; text-decoration: none;
		padding: 0 0 3px 0;
		text-transform: uppercase;
		}
		/* Icones du H5 */
		.pav_content h5.i_mail a, .pav_content h5.i_mail a:visited, .pav_content h5.i_mail a:hover {
			display: block;
			background: url("../../include/images/i_mail.gif") no-repeat;
			padding: 2px 0 7px 24px;
			}
		.pav_content h5.i_connexion a, .pav_content h5.i_connexion a:visited, .pav_content h5.i_connexion a:hover {
			display: block;
			background: url("../../include/images/i_connexion.gif") no-repeat;
			padding: 2px 0 7px 24px;
			}
		.pav_content h5.i_deconnexion a, .pav_content h5.i_deconnexion a:visited, .pav_content h5.i_deconnexion a:hover {
			display: block;
			background: url("../../include/images/i_deconnexion.gif") no-repeat;
			padding: 2px 0 7px 24px;
			}
		.pav_content h5.i_livre a, .pav_content h5.i_livre a:visited, .pav_content h5.i_livre a:hover {
			display: block;
			background: url("../../include/images/i_livre.gif") no-repeat;
			padding: 3px 0 7px 25px;
			}
		.pav_content h5.i_produit a, .pav_content h5.i_produit a:visited, .pav_content h5.i_produit a:hover {
			display: block;
			background: url("../../include/images/i_produit.gif") no-repeat;
			padding: 3px 0 7px 25px;
			}
		.pav_content h5.i_geoloc a, .pav_content h5.i_geoloc a:visited, .pav_content h5.i_geoloc a:hover {
			display: block;
			background: url("../../include/images/i_geoloc.gif") no-repeat;
			padding: 3px 0 7px 25px;
			}
		.pav_content h5.i_facebook a, .pav_content h5.i_facebook a:visited, .pav_content h5.i_facebook a:hover {
			display: block;
			background: url("../../include/images/i_facebook.gif") no-repeat;
			padding: 4px 0 5px 23px;
			}
		.pav_content h5.i_temoignage a, .pav_content h5.i_temoignage a:visited, .pav_content h5.i_temoignage a:hover {
			display: block;
			background: url("../../include/images/i_temoignage.gif") no-repeat;
			padding: 4px 0 5px 25px;
			}
	.pav_content h6 {
		font-family: trebuchet ms; font-size: 12px; color: #0099e7; line-height: 14px;
		padding: 0 0 2px 0;
		}
	.pav_content .t_chiffre {
		font-family: arial; color: #0199e7; font-size: 20px; font-weight: bold;
		}
	.pav_content p {
		padding: 0 0 5px 0;
		}
		.pav_content p em {
			color: #0099e7;
			font-size: 11px; font-style: normal;
			}

/** Spécifique **/

	/* Pavé fond bleu // • Pavé Encyclo Dermato (pav_encyclo) */
	.pav_fond-bleu .pav_content h5, .pav_fond-bleu .pav_content h5 a, .pav_fond-bleu .pav_content h5 a:visited, .pav_fond-bleu .pav_content h5 a:hover, .pav_encyclo .pav_content h5, .pav_encyclo .pav_content h5 a, .pav_encyclo .pav_content h5 a:visited, .pav_encyclo .pav_content h5 a:hover {
		color: #ffffff; text-decoration: none;
		}
	.pav_fond-bleu .pav_content p, .pav_encyclo .pav_content p {
		font-family: trebuchet ms; color: #ffffff; font-size: 12px; line-height: 14px;
		}

	/* Pavé COMMENTAIRES */
	.pav_commentaires .pav_content h5 {
		color: #000;
		}
	.pav_commentaires .pav_content p {
		font-size: 10px;
		}
	.pav_commentaires .pav_content .ctn_1 {
		}
		.pav_commentaires .pav_content .ctn_1 .t_prenom {
			float: left;
			font-size: 10px;
			padding: 0 6px 0 0;
			}
		.pav_commentaires .pav_content .ctn_1 p {
			clear: both;
			padding: 0 0 8px 0;
			}
		
	/* Pavé LE CHIFFRE */
	.pav_chiffre p strong, .pav_chiffre .ctn_1 p strong {
		font-size: 20px; color: #0099e7; font-weight: bold;
		}
	.pav_chiffre p em, .pav_chiffre .ctn_1 p em {
		font-size: 10px; color: #000; font-style: italic;
		}


	/* Pavé TEMOIGNAGES */
	.pav_temoignages .pav_content p {
		padding: 5px 0 4px 0;
		}

	/* Pavé CONSEILS */
	.pav_conseils .pav_content h4 {
		padding-bottom: 0;
		}
	.pav_conseils .pav_content h6 {
		font-family: arial; font-size: 11px; color: #0099e7;
		padding: 0;
		}
	.pav_conseils .pav_content p {
		font-family: arial; font-size: 11px; color: #000;
		padding: 0 0 0 0;
		}
	.pav_conseils .pav_content .ctn_1 {
		padding: 8px 0 0 0;
		}

	/* Pavé FOCUS PRODUIT */
	.pav_focus-produits {
		border: 1px solid #f9f9f9;
		}
	.pav_focus-produits .pav_1 {
		border: 1px solid #eeeeee;
		}
	.pav_focus-produits .pav_2 {
		padding: 4px;
		background: url("../../include/images/f_pav_content.gif") repeat-x #f7f7f7;
		}
	.pav_focus-produits .v_packshot {
		float: right;
		padding: 5px 0 0 0;
		}
	.pav_focus-produits h6 {
		padding: 0 0 8px 0;
		}

	/* Pavé AVEC VISUEL */
	.pav_visuel .v_pave {
		float: left;
		width: 80px;
		padding: 3px 0 0 0;
		}
		.pav_visuel .v_pave img {
			border: 1px solid #989898;
			}
	.pav_visuel .pav_content .ctn_1 {
		float: left;
		width: 110px;
		}
	.pav_visuel .pav_content h6 em {
		color: #000; font-style: normal;
		}
		/* Pavé SKICHECK */
		.pav_visuel.skincheck .v_pave {
			background: url("../../include/images/v_pav-skincheck-int.gif") no-repeat 0 3px;
			width: 80px; height: 75px;
			}

	/* Pavé CONCOURS */
	.pav_concours {
		background: url("../../include/images/f_pav_concours.gif") no-repeat #f9f9f9;
		}
	.pav_concours .pav_content h6 {
		clear: both;
		font-family: trebuchet ms; font-size: 12px; color: #626262;
		padding: 0 0 5px 0;
		}
	.pav_concours .pav_content h5 {
		font-family: trebuchet ms; font-size: 14px; color: #000; font-weight: bold;
		}
	.pav_concours .b_texte {
		margin: 0 0 5px 0;
		}
	.pav_concours .v_pave {
		float: left;
		width: 80px;
		padding: 3px 0 0 0;
		}
	.pav_concours .pav_content .ctn_1 {
		float: left;
		width: 110px;
		}

	/* Pavé ALERTES */
	.pav_alertes ul {
		padding: 5px 0 0 0;
		}
		.pav_alertes ul li {
			padding: 0 0 7px 0;
			}
			.pav_alertes ul li p {
				font-size: 10px;
				padding: 0;
				}
			.pav_alertes ul li h6 {
				color: #898989; font-size: 10px; text-transform: uppercase;
				padding: 0;
				}
			.pav_alertes ul li a, .pav_alertes ul li a:visited {
				font-size: 10px; color: #000; text-decoration: underline;
				}

	/* Pavé FACEBOOK */
	 .pav.pav_facebook .pav_1 .pav_2 .pav_content {
		height: 285px;
		}
	 .pav.pav_facebook .pav_1 .pav_2 .pav_content .ctn_2 {
		height: 1px; border: 1px solid #a8a8a8; border-top: 0;
		}
	 .pav.pav_facebook iframe {
		border: medium none;
		overflow: hidden;
		width: 204px; height: 258px;
		border-bottom: 1px solid #aaaaaa;
		}


/**********************/
/** PAVES DE GAUCHE  **/

/** Défaut **/
.str_gauche .pav .pav_content h4 {
	font-family: trebuchet ms; font-size: 11px; font-weight: bold; color: #0099e7; text-transform: none; line-height: 12px;
	padding: 4px 0 6px 0;
	}

/** Listes type "radio" **/
.str_gauche .pav .pav_content h6 {
	font-size: 11px; text-transform: uppercase;
	padding: 10px 0 4px 0;
	}



/**********************/
/** PAVES DE DROITE  **/

/** Défaut **/
.str_droite .pav {
	border: none;
	border-top: 1px dotted #bab8b7;
	}
	/* Suppression du filet du premier pav FIREFOX */
	.str_droite .pav:first-child {
		border-top: none;
	}
	/* Suppression du filet du premier pav IE6/IE7 */
	*html .str_droite .pav {
		border-top: expression(
		(this===this.parentNode.childNodes[0])
		?"none":"1px dotted #bab8b7"
		);
	}
	*+html .str_droite .pav {
		border-top: expression(
		(this===this.parentNode.childNodes[0])
		?"0":"1px dotted #bab8b7"
		);
	}

.str_droite .pav .pav_1 {
	border: none;
	}
.str_droite .pav .pav_2 {
	padding: 5px 2px 5px 6px;
	background: none;
	}

/** Spécifiques **/

	/* Pavé fond bleu // • Encyclo Dermato (pav_encyclo) */
	.str_droite .pav_fond-bleu, .str_droite .pav_encyclo {
		border: none;
		}
		.str_droite .pav_fond-bleu .pav_1, .str_droite .pav_encyclo .pav_1 {
			border: none;
			}
		.str_droite .pav_fond-bleu .pav_2, .str_droite .pav_encyclo .pav_2 {
			padding: 5px 6px;
			}

/** Contenu pavés de droite **/

	/* Carroussel Produits */
	.car {
		width: 204px;
		}
		.car .car_btn-previous {
			float: left;
			width: 17px;
			cursor: pointer;
			}
			.car .car_btn-previous a {
				display: block;
				width: 17px;
				min-height: 170px;
				background: url("../../include/images/b_car-previous.gif") no-repeat 0 center;
				}
			/* Hauteur mini IE6 */
			* html .car .car_btn-previous a {
				height:auto !important;
				height: 170px;
				}
		.car .car_btn-previous a.disabled {
			background: url("../../include/images/b_car-previous-disabled.gif") no-repeat 0 center;
			cursor: default;
			}
		.car .car_conteneur {
			float: left;
			width: 170px;
			min-height: 170px;
			position: relative;
			overflow: hidden;
			}
		/* Hauteur mini IE6 */
		* html .car .car_conteneur {
			height:auto !important;
			height: 170px;
			}
			.car .car_conteneur .car_content {
				width: 20000em;
				position: absolute;
				padding: 0; margin: 0;
				}
			.car .car_content .ctn_1 {
				float: left;
				display: block;
				width: 170px;
				}
				.car .car_conteneur .car_content .ctn_1 .v_packshot {
					float: right;
					width: 70px;
					}
					.car .car_conteneur .car_content .ctn_1 .v_packshot .packshot_content {
						text-align: center;
						}
					.car .car_conteneur .car_content .ctn_1 .v_packshot .packshot_content img {
						height: 160px;
						}
				.car .car_conteneur .car_content .ctn_1 .ctn_infos {
					position: absolute;
					width: 100px;
					font-size: 14px;
					min-height: 156px;
					}
				/* Hauteur mini IE6 */
				* html .car .car_conteneur .car_content .ctn_1 .ctn_infos {
					height:auto !important;
					height: 156px;
					}
				.car .car_conteneur .car_content .ctn_1 h4 {
					font-size: 14px; font-weight: normal;
					padding: 5px 0 3px 0;
					}
				.car .car_conteneur .car_content .ctn_1 h6 {
					padding: 0 0 5px 0;
					}
		.car .car_btn-next {
			float: left;
			cursor: pointer;
			width: 17px;
			}
			.car .car_btn-next a {
				display: block;
				width: 17px;
				min-height: 170px;
				background: url("../../include/images/b_car-next.gif") no-repeat right center;
				}
			/* Hauteur mini IE6 */
			* html .car .car_btn-next a {
				height:auto !important;
				height: 170px;
				}
		.car .car_btn-next a.disabled {
			background: url("../../include/images/b_car-next-disabled.gif") no-repeat right center;
			cursor: default;
			}
		.car .car_compteur {
			clear: both;
			font-size: 10px; color: #898989; text-align: center;
			}
			.car .car_compteur span.pageindex {
				color: #898989;
				}
			.car .car_compteur span.pageamount {
				color: #000;
				}
		.car .t_item {
			display: none;
			}

	/** Pavé LIPI & KARA **/
	.str_droite .pav_lipikara {
		border: 0;
		border-top: 1px dotted #bab8b7;
		background: url("../../include/images/f_pav_lipikara-droite.gif") no-repeat;
		}
		.str_droite .pav_lipikara .pav_1 {
			border: 0;
			}
		.str_droite .pav_lipikara .pav_2 {
			background: none;
			height: 195px;
			}

	/** Pavé scrollable **/
	.pav_scrollable {
		margin: 0 0 10px 0;
		}
	.pav_scrollable .pav_2 {
		padding: 0;
		}
		.pav_scrollable .pav_content {
			padding: 10px;
			}
			.pav_scrollable .pav_content .ctn_entete {
				padding: 0 0 0 19px;
				}
				.pav_scrollable .pav_content h5 {
					padding: 5px 0 0 25px;
					}
				.pav_scrollable .pav_content .ctn_entete h2 {
					float: left;
					font-family: trebuchet ms; font-size: 18px; text-transform: uppercase;
					padding: 8px 0 0 5px;
					}
				.pav_scrollable .pav_content .ctn_entete h3 {
					clear: both;
					font-family: arial; font-size: 12px; color: #636363; text-transform: none; line-height: 14px;
					padding: 3px 0 15px 31px;
					}
				.pav_scrollable .pav_content .ctn_entete span {
					display: block;
					float: left;
					font-family: trebuchet ms; font-size: 10px; color: #898989; text-transform: uppercase; line-height: 12px;
					padding: 13px 0 0 5px;
					}

/** Carroussel large **/
.car_large {
	width: 684px;
	}
	.car_large .car_btn-previous {
		float: left;
		cursor: pointer;
		width: 17px;
		}
		.car_large .car_btn-previous a {
			display: block;
			width: 17px;
			min-height: 170px;
			background: url("../../include/images/b_car-previous.gif") no-repeat 0 center;
			}
		/* Hauteur mini IE6 */
		* html .car_large .car_btn-previous a {
			height:auto !important;
			height: 170px;
			}
	.car_large .car_btn-previous a.disabled {
		background: url("../../include/images/b_car-previous-disabled.gif") no-repeat 0 center;
		cursor: default;
		}
	.car_large .car_conteneur {
		float: left;
		width: 650px;
		min-height: 170px;
		position: relative;
		overflow: hidden;
		}
	/* Hauteur mini IE6 */
	* html .car_large .car_conteneur {
		height:auto !important;
		height: 170px;
		}
		.car_large .car_conteneur .car_content {
			width: 20000em;
			position: absolute;
			padding: 0; margin: 0;
			}
		.car_large .car_content .ctn_1 {
			float: left;
			background: url("../../include/images/a_pointilles-config-v.gif") repeat-y right center;
			display: block;
			width: 217px;
			}
			.car_large .car_conteneur .car_content .ctn_1 .v_packshot {
				float: right;
				width: 70px;
				}
				.car_large .car_conteneur .car_content .ctn_1 .v_packshot .packshot_content {
					text-align: center;
					}
				.car_large .car_conteneur .car_content .ctn_1 .v_packshot .packshot_content img {
					height: 160px;
					}
			.car_large .car_conteneur .car_content .ctn_1 .ctn_infos {
				position: absolute;
				width: 127px;
				font-size: 14px;
				min-height: 156px;
				}
			/* hauteur mini IE6 */
			* html .car_large .car_conteneur .car_content .ctn_1 .ctn_infos {
				height:auto !important;
				height: 156px;
				}
			.car_large .car_conteneur .car_content .ctn_1 .ctn_video {
				padding: 5px 0 10px 0;
				cursor: pointer;
				}
				.car_large .car_conteneur .car_content .ctn_1 .ctn_video img {
					/*height: 150px;*/
					}
			.car_large .car_conteneur .car_content .ctn_1 h4 {
				font-size: 14px; font-weight: normal;
				padding: 5px 0 3px 0;
				}
			.car_large .car_conteneur .car_content .ctn_1 h6 {
				padding: 0 0 5px 0;
				font-size: 11px;
				}
			.car_large .car_content .ctn_2 {
				padding: 0 10px;
				}
	.car_large .car_btn-next {
		float: left;
		cursor: pointer;
		width: 17px;
		}
		.car_large .car_btn-next a {
			display: block;
			width: 17px;
			min-height: 170px;
			background: url("../../include/images/b_car-next.gif") no-repeat right center;
			}
		/* Hauteur mini IE6 */
		* html .car_large .car_btn-next a {
			height:auto !important;
			height: 170px;
			}
	.car_large .car_btn-next a.disabled {
		background: url("../../include/images/b_car-next-disabled.gif") no-repeat right center;
		cursor: default;
		}
	.car_large .car_compteur {
		clear: both;
		font-size: 10px; color: #898989; text-align: center;
		}

/** Carroussel small (ex: pavé "Chiffres") **/
.car_small {
	width: 205px;
	}
	.car_small .car_btn-previous {
		float: left;
		cursor: pointer;
		width: 17px;
		}
		.car_small .car_btn-previous a {
			display: block;
			width: 17px;
			background: url("../../include/images/b_car-previous.gif") no-repeat 0 center;
			}
	.car_small .car_btn-previous a.disabled {
		background: url("../../include/images/b_car-previous-disabled.gif") no-repeat 0 center;
		cursor: default;
		}
	.car_small .car_conteneur {
		float: left;
		width: 165px;
		position: relative;
		overflow: hidden;
		}
		.car_small .car_conteneur .car_content {
			width: 20000em;
			position: absolute;
			padding: 0; margin: 0;
			}
		.car_small .car_content .ctn_1 {
			float: left;
			display: block;
			width: 165px;
			}
			.car_small .car_conteneur .car_content .ctn_1 .v_packshot {
				float: right;
				height: 160px;
				padding: 0 0 0 10px;
				}
				.car_small .car_conteneur .car_content .ctn_1 .v_packshot .packshot_content img {
					height: 160px;
					}
			.car_small .car_conteneur .car_content .ctn_1 .ctn_video {
				padding: 15px 0 10px 0;
				cursor: pointer;
				}
				.car_small .car_conteneur .car_content .ctn_1 .ctn_video img {
					/*height: 150px;*/
					}
			.car_small .car_conteneur .car_content .ctn_1 h4 {
				font-size: 14px; font-weight: normal;
				padding: 5px 0 3px 0;
				}
			.car_small .car_conteneur .car_content .ctn_1 h6 {
				padding: 0 0 5px 0;
				font-size: 11px;
				}
			.car_small .car_content .ctn_2 {
				padding: 0 0 0 10px;
				}
	.car_small .car_btn-next {
		float: left;
		cursor: pointer;
		width: 17px;
		}
		.car_small .car_btn-next a {
			display: block;
			width: 17px;
			background: url("../../include/images/b_car-next.gif") no-repeat right center;
			}
	.car_small .car_btn-next a.disabled {
		background: url("../../include/images/b_car-next-disabled.gif") no-repeat right center;
		cursor: default;
		}
	.car_small .car_compteur {
		clear: both;
		font-size: 10px; color: #898989; text-align: center;
		}

/** GALERIE D'IMAGES **/
.car_galerie {
	width: 630px;
	margin: 22px 0 12px 0;
	}
	.car_galerie .car_btn-previous {
		float: left;
		width: 33px;
		cursor: pointer;
		}
		.car_galerie .car_btn-previous a {
			display: block;
			width: 33px; height: 60px;
			background: url("../../include/images/b_car-previous.gif") no-repeat 0 center;
			}
	.car_galerie .car_btn-previous a.disabled {
		background: url("../../include/images/b_car-previous-disabled.gif") no-repeat 0 center;
		cursor: default;
		}
	.car_galerie .car_conteneur {
		overflow: hidden;
		float: left;
		width: 564px; height: 60px;
		}
		.car_galerie .car_conteneur .car_content {
			width: 20000em;
			}
		.car_galerie .car_content .ctn_scrollable {
			float: left;
			height: 60px;
			padding: 0 15px 0 0;
			cursor: default;
			}
			.car_galerie .car_content .ctn_scrollable img {
				border: 1px solid #c9c9c9;
				cursor: pointer;
				}
	.car_galerie .car_btn-next {
		float: left;
		width: 33px;
		cursor: pointer;
		}
		.car_galerie .car_btn-next a {
			display: block;
			width: 33px; height: 60px;
			background: url("../../include/images/b_car-next.gif") no-repeat right center;
			}
	.car_galerie .car_btn-next a.disabled {
		background: url("../../include/images/b_car-next-disabled.gif") no-repeat right center;
		cursor: default;
		}

/** NUANCIER **/
.car_nuancier {
	width: 228px;
	background: url("../../include/images/f_nuancier.gif") no-repeat;
	margin: 2px 0 15px 0;
	}
	.car_nuancier .v_ombre-nuancier {
		position: absolute;
		z-index: 1;
		top: 1px; left: 20px;
		width: 188px; height: 20px;
		background: url("../../include/images/v_ombre-nuancier.png") repeat-x;
		}
	.car_nuancier .car_btn-previous {
		float: left;
		width: 20px;
		cursor: pointer;
		}
		.car_nuancier .car_btn-previous a {
			display: block;
			width: 20px; height: 25px;
			background: url("../../include/images/b_car-previous.gif") no-repeat center center;
			font-size: 0;
			}
	.car_nuancier .car_btn-previous a.disabled {
		background: url("../../include/images/b_car-previous-disabled.gif") no-repeat center center;
		cursor: default;
		}
	.car_nuancier .car_conteneur {
		overflow: hidden;
		float: left;
		width: 188px;
		padding: 1px 0 0 0;
		}
		.car_nuancier .car_conteneur .car_content {
			width: 20000em;
			}
		.car_nuancier .car_content .ctn_scrollable {
			float: left;
			width: 21px; height: 20px;
			cursor: default;
			}
			.car_nuancier .v_nuancier {
				width: 20px; height: 20px;
				background: url("../../include/images/v_ombre-nuancier.png") no-repeat;
				}

	.car_nuancier .car_btn-next {
		float: left;
		width: 20px;
		cursor: pointer;
		}
		.car_nuancier .car_btn-next a {
			display: block;
			width: 20px; height: 25px;
			background: url("../../include/images/b_car-next.gif") no-repeat 5px center;
			font-size: 0;
			}
	.car_nuancier .car_btn-next a.disabled {
		background: url("../../include/images/b_car-next-disabled.gif") no-repeat 5px center;
		cursor: default;
		}
	/* Tooltip nuancier */
	.car_nuancier .obj_tooltip {}
		.car_nuancier .obj_tooltip .obj_content {}
			.car_nuancier .obj_tooltip .obj_content .v_nuancier {
				float: left;
				width: 45px; height: 45px;
				background-image: url("../../include/images/v_ombre-nuancier-big.png");
				}
			.car_nuancier .obj_tooltip .obj_content .t_couleur-nuancier {
				float: left;
				font-size: 10px;
				width: 43px;
				}


/*********************************************************/
/***** COULEUR DE FOND DES PAVÉS / COLONNE DE DROITE *****/
/*********************************************************/

/** Fond BLEU **/

	/* PUSH INDEPENDANT */
	.pav.fond-bleu {
		background: url("../../include/images/f_pav_fond-bleu.gif") repeat-x #099de9;
		}
	.pav.fond-bleu .pav_2 {
		background: none;
		}
	.pav.fond-bleu .pav_content h5, .pav.fond-bleu .pav_content h5 a, .pav.fond-bleu .pav_content h5 a:visited, .pav.fond-bleu .pav_content h5 a:hover, .pav.fond-bleu .pav_content h6 {
		color: #fff;
		}
	.pav.fond-bleu .pav_content .i_fleche-lien a, .pav.fond-bleu .pav_content .i_fleche-lien a:visited {
		background: url("../../include/images/i_fleche-lien-gris.gif") no-repeat 0 3px;
		color: #fff;
		}
	.pav.fond-bleu .pav_content .car .car_compteur {
		color: #fff;
		}
	.pav.fond-bleu .pav_content .car .car_btn-previous a {
		background: url("../../include/images/b_car-previous-gris.gif") no-repeat 0 center;
		}
	.pav.fond-bleu .pav_content .car .car_btn-next a {
		background: url("../../include/images/b_car-next-gris.gif") no-repeat 0 center;
		}
	.pav.fond-bleu .pav_lipikara .pav_content h5, .pav.fond-bleu .pav_lipikara .pav_content h5 a, .pav.fond-bleu .pav_lipikara .pav_content h5 a:visited, .pav.fond-bleu .pav_lipikara .pav_content h5 a:hover {
		color: #898989;
		}
	.pav.fond-bleu .pav_lipikara .pav_content .i_fleche-lien a, .pav.fond-bleu .pav_lipikara .pav_content .i_fleche-lien a:visited {
		background: url("../../include/images/i_fleche-lien.gif") no-repeat 0 2px;
		color: #0099E7;
		}

	/* PUSH COLONNE DROITE */
	.str_droite .pav.fond-bleu {
		background: url("../../include/images/f_pav_fond-bleu.gif") repeat-x #099de9;
		border-top: 1px dotted #fff;
		}
	.str_droite .pav.fond-bleu .pav_content h5, .str_droite .pav.fond-bleu .pav_content h5 a, .str_droite .pav.fond-bleu .pav_content h5 a:visited, .str_droite .pav.fond-bleu .pav_content h5 a:hover, .str_droite .pav.fond-bleu .pav_content h6 {
		color: #fff;
		}
	.str_droite .pav.fond-bleu .pav_content .i_fleche-lien a, .str_droite .pav.fond-bleu .pav_content .i_fleche-lien a:visited {
		background: url("../../include/images/i_fleche-lien-gris.gif") no-repeat 0 3px;
		color: #fff;
		}
	.str_droite .pav.fond-bleu .pav_content .car .car_compteur {
		color: #fff;
		}
	.str_droite .pav.fond-bleu .pav_content .car .car_btn-previous a {
		background: url("../../include/images/b_car-previous-gris.gif") no-repeat 0 center;
		}
	.str_droite .pav.fond-bleu .pav_content .car .car_btn-next a {
		background: url("../../include/images/b_car-next-gris.gif") no-repeat 0 center;
		}
	.str_droite .pav.fond-bleu .pav_lipikara .pav_content h5, .str_droite .pav.fond-bleu .pav_lipikara .pav_content h5 a, .str_droite .pav.fond-bleu .pav_lipikara .pav_content h5 a:visited, .str_droite .pav.fond-bleu .pav_lipikara .pav_content h5 a:hover {
		color: #898989;
		}
	.str_droite .pav.fond-bleu .pav_lipikara .pav_content .i_fleche-lien a, .str_droite .pav.fond-bleu .pav_lipikara .pav_content .i_fleche-lien a:visited {
		background: url("../../include/images/i_fleche-lien.gif") no-repeat 0 2px;
		color: #0099E7;
		}


/*******************************************/
/***** COULEURS DES GAMMES ET PRODUITS *****/
/*******************************************/

/** COULEURS DES GAMMES DANS LA PAGE TOUS LES PRODUITS **/
	/* ANTHELIOS */
	.pg_config .pav_scrollable .pav_content .ctn_entete.anthelios h2 {color: #ec6e07;}
	.pg_config .pav_scrollable .pav_content .ctn_entete.anthelios .v_carre {background: #ec6e07;}
	/* TOLERIANE TEINT */
	.pg_config .pav_scrollable .pav_content .ctn_entete.toleriane_teint h2 {color: #f5d09c;}
	.pg_config .pav_scrollable .pav_content .ctn_entete.toleriane_teint .v_carre {background: #f5d09c;}
	/* UNIFIANCE */
	.pg_config .pav_scrollable .pav_content .ctn_entete.unifiance h2 {color: #f5d09c;}
	.pg_config .pav_scrollable .pav_content .ctn_entete.unifiance .v_carre {background: #f5d09c;}
	/* SILICIUM */
	.pg_config .pav_scrollable .pav_content .ctn_entete.silicium h2 {color: #df0039;}
	.pg_config .pav_scrollable .pav_content .ctn_entete.silicium .v_carre {background: #df0039;}
	/* RESPECTISSIME */
	.pg_config .pav_scrollable .pav_content .ctn_entete.respectissime h2 {color: #3862a0;}
	.pg_config .pav_scrollable .pav_content .ctn_entete.respectissime .v_carre {background: #3862a0;}
	/* NOVALIP */
	.pg_config .pav_scrollable .pav_content .ctn_entete.novalip h2 {color: #df0039;}
	.pg_config .pav_scrollable .pav_content .ctn_entete.novalip .v_carre {background: #df0039;}
	/* XY HOMME */
	.pg_config .pav_scrollable .pav_content .ctn_entete.xy_homme h2 {color: #00688d;}
	.pg_config .pav_scrollable .pav_content .ctn_entete.xy_homme .v_carre {background: #00688d;}

/** COULEURS DES TITRES PRODUIT DANS LES PUSHS CARROUSELS ET GAMMES **/
	/* DÉFAUT */
	.ctn_infos h4 u {color: #0099e7; text-decoration: none;}
	/* ANTHÉLIOS */
	.anthelios .ctn_infos h4 u {color: #ec6e07; text-decoration: none;}
	/* TOLERIANE TEINT */
	.toleriane .ctn_infos h4 u {color: #f5d09c; text-decoration: none;}
	/* UNIFIANCE */
	.unifiance .ctn_infos h4 u {color: #f5d09c; text-decoration: none;}
	/* SILICIUM */
	.silicium .ctn_infos h4 u {color: #df0039; text-decoration: none;}
	/* RESPECTISSIME */
	.respectissime .ctn_infos h4 u {color: #3862a0; text-decoration: none;}
	/* NOVALIP */
	.novalip .ctn_infos h4 u {color: #df0039; text-decoration: none;}
	/* HOMME */
	.xy_homme .ctn_infos h4 u {color: #00688d; text-decoration: none;}


/************/
/** OBJETS **/
/************/

/** TOOLBAR **/
.obj_toolbar {
	background: url("../../include/images/a_filet-toolbar-h.gif") repeat-x;
	padding: 7px 0 0 0;
	}
.obj_toolbar ul {}
.obj_toolbar ul li {
	float: left;
	background: url("../../include/images/a_filet-toolbar.gif") no-repeat right 4px;
	padding: 0 8px 0 0; margin: 0 9px 0 0;
	}
	/* Suppression du dernier filet FIREFOX */
	.obj_toolbar ul li:last-child {
		background: none;
		}
	/* Suppression du dernier filet IE6/IE7 */
	* html .obj_toolbar ul li {
		background-image: expression(
		(this===this.parentNode.childNodes[this.parentNode.childNodes.length-1])
		?"none":"../../include/images/a_filet-toolbar.gif"
		);
		}
	*+html .obj_toolbar ul li {
		background-image: expression(
		(this===this.parentNode.childNodes[this.parentNode.childNodes.length-1])
		?"none":"../../include/images/a_filet-toolbar.gif"
		);
		}
.obj_toolbar ul li a, .obj_toolbar ul li a:visited {
	font-size: 10px; color: #0099e7; text-decoration: none;
	padding: 2px 0 2px 21px;
	}
.obj_toolbar ul li a:hover {
	text-decoration: underline;
	}
.obj_toolbar ul li.i_toolbar-mail, .obj_toolbar ul li.i_toolbar-imprimer, .obj_toolbar ul li.i_toolbar-favoris {
	padding-bottom: 2px;
	}
.obj_toolbar ul li.i_toolbar-mail a {
	background: url("../../include/images/i_toolbar-mail.gif") no-repeat 0 1px;
	}
.obj_toolbar ul li.i_toolbar-imprimer a {
	background: url("../../include/images/i_toolbar-imprimer.gif") no-repeat 0 1px;
	}
.obj_toolbar ul li.i_toolbar-favoris a {
	background: url("../../include/images/i_toolbar-favoris.gif") no-repeat 0 1px;
	}
.obj_toolbar ul li.i_toolbar-corbeille a {
	background: url("../../include/images/i_toolbar-corbeille.gif") no-repeat 0 1px;
	}
	/* Bouton ADDTHIS */
	.obj_toolbar ul li.i_toolbar-partage {
		background: url("../../include/images/a_filet-toolbar.gif") no-repeat right 4px;
		}
		.obj_toolbar ul li.i_toolbar-partage a {
			padding: 0; margin: 0;
			}
			.obj_toolbar ul li.i_toolbar-partage a img {
				float: left;
				padding: 0; margin: 0 5px 0 0;
				}


/** RETOUR HAUT **/
.obj_retour-haut {
	border-bottom: 1px solid #c9c9c9;
	padding: 0px 0 0 0; margin: 0 0 15px 0;
	}
	.obj_retour-haut .obj_content {
		float: right;
		}
		.obj_retour-haut .obj_content {} .i_flechehaut-lien {}

/** TOOLTIP **/
.obj_tooltip {
	z-index: 1000;
	display: none;
	margin: 0;
	width: 169px;
	}
	.obj_tooltip .obj_content {
		padding: 10px 15px 10px 10px;
		background: url('../../include/images/f_tooltip-haut.png') no-repeat;
		}
	/* Exception IE6 */
	* html .obj_tooltip .obj_content {
		border: 1px solid #e7e7e7; border-bottom: 0;
		background: #fff;
		}
	.obj_tooltip .bas-tooltip {
		width: 169px; height: 25px;
		background: url('../../include/images/f_tooltip-bas.png') no-repeat;
		}
	.obj_tooltip .obj_content h6 {
		font-size: 11px; font-weight: bold; color: #009ee0;
		}
	.obj_tooltip .obj_content p {
		font-size: 11px; color: #000;
		}
	/* TOOLTIP SMALL */
	.obj_tooltip.small {
		width: 119px;
		}
		.obj_tooltip.small .obj_content {
			background: url('../../include/images/f_tooltip-small-haut.png') no-repeat;
			}
		/* Exception IE6 */
		* html .obj_tooltip.small .obj_content {
			border: 1px solid #e7e7e7; border-bottom: 0;
			background: #fff;
			}
		.obj_tooltip.small .bas-tooltip {
			width: 119px; height: 25px;
			background: url('../../include/images/f_tooltip-small-bas.png') no-repeat;
			}
	/* TOOLTIP LARGE */
	.obj_tooltip.large {
		width: 231px;
		}
		.obj_tooltip.large .obj_content {
			background: url('../../include/images/f_tooltip-large-haut.png') no-repeat;
			}
		/* Exception IE6 */
		* html .obj_tooltip.large .obj_content {
			border: 1px solid #e7e7e7; border-bottom: 0;
			background: #fff;
			}
		.obj_tooltip.large .bas-tooltip {
			width: 231px; height: 25px;
			background: url('../../include/images/f_tooltip-large-bas.png') no-repeat;
			}

/** REMARQUE **/
.obj_remarque {
	font-family: trebuchet ms; font-size: 12px; font-weight: bold; color: #656565;
	background: #ededed;
	padding: 2px 10px; margin: 10px 12px 0 0;
}

/** LISTE DE LIENS TYPE "RADIO BUTTONS" **/
.obj_radiolist {}
	.str_gauche .pav .pav_content .obj_radiolist h4 {
		font-family: trebuchet ms; font-size: 11px; color: #0099e7; text-transform: uppercase;
		padding: 15px 0 5px 0;
		}
	.obj_radiolist ul li {
		margin: 0 0 0 0;
		font-size: 0;
		}
	.obj_radiolist ul li a, .obj_radiolist ul li a:visited, .obj_radiolist ul li a:hover {
			display: block;
			background: url("../../include/images/b_radio-off.gif") no-repeat 0 1px;
			font-family: trebuchet ms; font-size: 11px; color: #000; text-decoration: none;
			padding: 0 0 5px 19px;
			}
			.obj_radiolist ul li a:hover {
				background: url("../../include/images/b_radio-on.gif") no-repeat 0 1px;
				}
		.obj_radiolist ul li.on a, .obj_radiolist ul li.on a:visited, .obj_radiolist ul li.on a:hover {
			background: url("../../include/images/b_radio-on.gif") no-repeat 0 1px;
			}
	/* Suppression du dernier espace FIREFOX */
	.obj_radiolist ul li:last-child {
		margin: 0;
		}
	/* Suppression du dernier espace IE6/IE7 */
	* html .obj_radiolist ul li {
		margin: expression(
		(this===this.parentNode.childNodes[this.parentNode.childNodes.length-1])
		?"0":"0 0 0 0"
		);
		}
	*+html .obj_radiolist ul li {
		margin: expression(
		(this===this.parentNode.childNodes[this.parentNode.childNodes.length-1])
		?"0":"0 0 0 0"
		);
		}

/** SCHÉMA DES SOINS QUOTIDIENS **/
.obj_schema-soins {}
	.obj_schema-soins table {
		width: 520px;
		}
		.obj_schema-soins table tr {
			vertical-align: top;
			}
			.obj_schema-soins table td {
				text-align: center;
				}
				.obj_schema-soins .v_vignette-schema {
					padding: 5px 0 10px 0;
					}
				.obj_schema-soins .t_commentaire {
					font-size: 9px; line-height: 10px;
					padding: 0 10px;
					}


/****************************/
/***** MENTIONS LÉGALES *****/
/****************************/
.pg_mentions .str_contenu {
	padding: 15px 0 50px 0;
	}
.pg_mentions .str_contenu-detail {
	padding: 0;
	}
.pg_mentions .ctn_entete {
	padding: 0 180px 5px 10px;
	}
.pg_mentions .ctn_entete h1 {
	font-family: trebuchet ms; font-size: 20px; color: #0099e7;
	padding: 5px 0 0 0;
	}
.pg_mentions .ctn_entete h2 {
	font-family: trebuchet ms; font-size: 14px; color: #000; text-transform: uppercase;
	padding: 5px 0 0 0;
	}
	.pg_mentions .ctn_entete h2 strong {
		font-weight: bold; color: #0099e7;
		}
.pg_mentions .ctn_entete p a, .pg_mentions .ctn_entete p a:visited {
	font-size: 11px;
	}
.pg_mentions .pav_content h4 {
	font-size: 12px;
	}
.pg_mentions .pav_content h5 {
	font-family: trebuchet ms; font-size: 10px; color: #898989; text-transform: uppercase;
	padding: 0;
	}
.pg_mentions .pav_content .i_fleche-lien {
	padding: 0 0 5px 0;
	}
.pg_mentions .i_flecheback-lien {
	padding: 0 0 0 0;
	}
	.pg_mentions .i_flecheback-lien a {
		font-size: 12px;
		}
.pg_mentions .str_contenu-detail {
	padding: 0 180px 0 10px;
}
.pg_mentions .str_contenu-detail h4 {
	font-family: trebuchet ms; font-size: 16px; color: #009ee0; text-transform: uppercase;
	padding: 15px 0 5px 0;
	}
.pg_mentions .str_contenu-detail p {
	font-family: trebuchet ms; font-size: 11px; color: #000; line-height: 18px;
	}
	.pg_mentions .str_contenu-detail p a, .pg_mentions .str_contenu-detail p a:visited {
		font-size: 11px; color: #009ee0;
		}
.pg_mentions .str_contenu-detail .par_content ul {
	margin: 5px 0 0 0;
	}
.pg_mentions .str_contenu-detail .par_content ul li {
	font-family: trebuchet ms; font-size: 11px; color: #000; line-height: 18px;
	background: url("../../include/images/i_fleche-liste.gif") no-repeat 0 7px;
	padding: 0 0 0 8px;
	}


/************************/
/***** PLAN DU SITE *****/
/************************/
.pg_plan .ctn_entete {
	padding: 0 0 5px 10px;
	}
.pg_plan .ctn_entete h1 {
	font-family: trebuchet ms; font-size: 20px; color: #0099e7;
	padding: 5px 0 0 0;
	}
.pg_plan .str_contenu-detail {
	padding: 0 10px 50px 10px;
	}
.pg_plan .pav_content .i_fleche-lien {
	padding: 0 0 5px 0;
	}
.pg_plan .i_flecheback-lien {
	padding: 0 0 0 0;
	}
	.pg_plan .i_flecheback-lien a {
		font-size: 12px;
		}
.pg_plan .str_contenu-detail .col1 {
	float: left;
	width: 575px;
	border-right: 1px dotted #b6b6b7;
	}
.pg_plan .str_contenu-detail .col2 {
	float: left;
	width: 350px;
	}
.pg_plan .str_contenu-detail .col2 .ctn_1 {
	padding: 0 0 0 15px;
	}
	.pg_plan .str_contenu-detail .col1 .ctn_1 h2 {
		font-family: trebuchet ms; font-size: 22px; color: #0099e7; text-transform: uppercase;
		}
		.pg_plan .str_contenu-detail .col1 .ctn_1 h2 a, .pg_plan .str_contenu-detail .col1 .ctn_1 h2 a:visited {
			font-family: trebuchet ms; font-size: 22px; color: #0099e7; text-transform: uppercase; text-decoration: none;
			}
		.pg_plan .str_contenu-detail .col1 .ctn_1 h2 a:hover {
			text-decoration: underline;
			}
	.pg_plan .str_contenu-detail .col1 .ctn_1 h3 {
		font-family: trebuchet ms; font-size: 12px; color: #000; text-transform: uppercase; font-weight: bold;
		padding: 20px 0 0 0;
		}
		.pg_plan .str_contenu-detail .col1 .ctn_1 h3 a, .pg_plan .str_contenu-detail .col1 .ctn_1 h3 a:visited {
			font-family: trebuchet ms; font-size: 12px; color: #000; text-transform: uppercase; font-weight: bold; text-decoration: none;
			padding: 20px 0 0 0;
			}
		.pg_plan .str_contenu-detail .col1 .ctn_1 h3 a:hover {
			text-decoration: underline;
			}
	.pg_plan .str_contenu-detail .col1 .ctn_1 h4 {
		font-family: arial; font-size: 11px; color: #636363; text-transform: uppercase; font-weight: bold;
		background: url("../../include/images/a_puce-plan.gif") no-repeat 0 5px;
		padding: 0 0 0 8px; margin: 10px 0 0 16px;
		}
.pg_plan .str_contenu-detail .col1 .ctn_produit-plan {
	background: url("../../include/images/i_produit-plan.gif") no-repeat 0 2px;
	margin: 20px 0 0 0;
	}
	.pg_plan .str_contenu-detail .col1 .ctn_produit-plan h5 {
		font-family: arial; font-size: 11px; color: #000; font-weight: bold;
		padding: 0 0 0 25px;
		}
		.pg_plan .str_contenu-detail .col1 .ctn_produit-plan h5 a, .pg_plan .str_contenu-detail .col1 .ctn_produit-plan h5 a:visited {
			font-family: arial; font-size: 11px; color: #000; font-weight: bold; text-decoration: none;
			}
		.pg_plan .str_contenu-detail .col1 .ctn_produit-plan h5 a:hover {
			text-decoration: underline;
			}
.pg_plan .str_contenu-detail .col1 .ctn_1 ul {
	margin: 0 0 0 25px;
	}
	.pg_plan .str_contenu-detail .col1 .ctn_1 ul li {}
		.pg_plan .str_contenu-detail .col1 .ctn_1 ul li a, .pg_plan .str_contenu-detail .col1 .ctn_1 ul li a:visited, .pg_plan .str_contenu-detail .col1 .ctn_1 ul li a:hover {
			font-family: arial; font-size: 11px; color: #000; text-decoration: underline;
			}
	/* Retour haut */
	.pg_plan .obj_retour-haut {
		width: 365px;
		border-bottom: 1px dotted #009ee0;
		padding: 0; margin: 10px 0 15px 0;
		}

/** Colonne de droite **/
.pg_plan .str_contenu-detail .col2 ul {
	padding: 5px 0 0 12px;
	}
.pg_plan .str_contenu-detail .col2 ul li a, .pg_plan .str_contenu-detail .col2 ul li a:visited {
	font-family: arial; font-size: 11px; color: #000; text-decoration: underline;
	}
.pg_plan .str_contenu-detail .col2 h3 {
	background: url("../../include/images/a_puce-plan-big.gif") no-repeat 0 3px;
	font-family: arial; font-size: 11px; font-weight:; bold; color: #009ee0; text-transform: uppercase;
	padding: 0 0 0 12px; margin: 10px 0 0 0;
	}
.pg_plan .str_contenu-detail .col2 h4 a, .pg_plan .str_contenu-detail .col2 h4 a:visited {
	display: block;
	font-family: arial; font-size: 11px; color: #636363; text-transform: uppercase; font-weight: bold; text-decoration: underline;
	background: url("../../include/images/a_puce-plan.gif") no-repeat 0 6px;
	padding: 0 0 0 7px; margin: 10px 0 0 5px;
	}
.pg_plan .str_contenu-detail .col2 .l_plan-annexes {
	padding: 20px 0 0 0;
	}
	.pg_plan .str_contenu-detail .col2 .l_plan-annexes li {}
		.pg_plan .str_contenu-detail .col2 .l_plan-annexes li a, .pg_plan .str_contenu-detail .col2 .l_plan-annexes li a:visited {
			font-weight: bold; text-transform: uppercase; line-height: 26px;
			padding: 0 0 0 12px; margin: 0;
			background: url("../../include/images/a_puce-plan.gif") no-repeat 0 6px;
			}
.pg_plan .str_contenu-detail .col2 .l_plan-annexes-gris {
	padding: 20px 0 0 0;
	}
	.pg_plan .str_contenu-detail .col2 .l_plan-annexes-gris li {}
		.pg_plan .str_contenu-detail .col2 .l_plan-annexes-gris li a, .pg_plan .str_contenu-detail .col2 .l_plan-annexes-gris li a:visited {
			font-weight: bold; text-transform: uppercase; line-height: 26px; color: #636363;
			padding: 0 0 0 12px; margin: 0;
			background: url("../../include/images/a_puce-plan-gris.gif") no-repeat 0 6px;
			}
	
/** Plan liste produits **/
.pg_plan .str_contenu-detail .col1.str_plan-produits {
	border: 0;
	width: auto;
	}
.pg_plan .str_contenu-detail .col1.str_plan-produits .ctn_produit-plan {
	margin: 5px 0 0 10px;
	}
.pg_plan .str_contenu-detail .col1.str_plan-produits .ctn_1 ul li {
	padding: 0 0 5px 0;
	}
.pg_plan .str_contenu-detail .col1.str_plan-produits .ctn_1 ul li ul {
	margin: 0 0 0 10px;
	}
	.pg_plan .str_contenu-detail .col1.str_plan-produits .ctn_1 ul li ul li {
		padding: 0;
		}
		.pg_plan .str_contenu-detail .col1.str_plan-produits .ctn_1 ul li ul li a, .pg_plan .str_contenu-detail .col1.str_plan-produits .ctn_1 ul li ul li a:visited {
			color: #898989;
			}