@import "entete.css";
@import "arianne.css";
@import "actualites.css";
@import "gauche.css";
@import "droit.css";
@import "accueil.css";
@import "accueil_favoris.css";
@import "zoom.css";
@import "listing.css";
@import "icones_rubriques.css";
@import "mon_compte.css";
@import "inscription.css";
@import "panier.css";
@import "fidelite.css";
@import "plan.css";
@import "faq.css";
@import "ligthbox.css";
@import "footer.css";
@import "validation_achat.css";
@import "structure.css";
@import "plan_boutique.css";
@import "accueil_univers_rub0_rub1.css";
@import "marque.css";
@import "filtre.css";
@import "cheque_cadeau.css";
@import "ateliers.css";
/*body, structure et général*/

body{
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS", Arial, Verdana; 
	font-size: 12px;
	text-align: center;
	background: url(../images/body.gif);
	color: #5E5E5E;
}
*{
	/*font-size: 11px;*/
	margin: 0;
	padding: 0;
}
select{
	font-size: 12px;
}	
option{
	padding-left: 3px;
}
a img{
	text-decoration: none;
	border:none;	
}
table{
    font-size: 11px;
}

.fright{
	float: right;	
}
.clear{
	clear: both;
}
a{
	color: #7f2870;
	text-decoration: none;
}
a:hover{
	color: #7f2870;
	text-decoration: underline;
}
h1{
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 32px;
}
h2, h3, h4, h5, h6{ font-size: 11px; }

.clear_left{
	clear: left;	
}
.contenu_texte a{
	/*position: relative;
	z-index: 500;*/
}
.img_newsletter_div{
	float: right;
	margin-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
	background: #fff;
}
.img_newsletter{
	border: 1px solid #000;
}

/* Style du prix éco taxe */
.ecotaxe {
	font-size: 10px;
}
.float_right{
	float: right;
}
.desc_univers{
	border-top: 1px solid #e2e2e2;
	color: #707070;
	padding-top: 10px;
	margin-bottom: 10px;
}

#sub_content .img_mea{
	margin-bottom: 10px;
}
.text_align_center{
	text-align: center;
}


#descriptif_accueil{
	font-size: 12px;
	height: 210px;
	line-height: 21px;	
	padding-right: 10px;
}
#descriptif_univers{
	font-size: 12px;
	line-height: 21px;	
	height: 210px;
}
#descriptif_zoom{
	font-size: 12px;
	line-height: 21px;	
	margin-bottom: 20px;
	color: #718087;	
}
#descriptif_univers img, #descriptif_zoom img{
	float: right;
	margin-right: 14px;
	margin-left: 25px;
	padding: 14px;
	border: 1px solid #e3e8e4;
}
#descriptif_zoom a.icone img{
	float: none;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	border: none;
}
#descriptif_zoom a.icone:hover{
	text-decoration: none;
}
#liste_ecole table{
	border-spacing:0;
	width: 100%;
	border-collapse: collapse;
}
#liste_ecole table th{
	height: 15px;
	line-height: 15px;
	padding-left: 26px;
	font-weight: normal;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	background: url(../images/accueil/fleche.gif) 8px 1px no-repeat #802970;
	border-bottom: 1px solid #fff;
}
#liste_ecole table td{
	background: #edf3ee;
	border-bottom: 1px solid #fff;
}
#liste_ecole table td.accueil_couleur{
	width: 8px;
}
#liste_ecole table td.accueil_image{
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 7px;
	padding-right: 13px;
	width: 100px;
}
#liste_ecole table td.accueil_image img{
	border: 1px solid #fff;
}
#liste_ecole table td.accueil_desc{
	color: #718087;
	padding-right: 5px;
}
#liste_ecole table td.accueil_desc a{
	display: block;
	color: #718087;
}
#liste_ecole table td.accueil_desc a:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#liste_ecole table td.accueil_desc a.more{
	background: url(../images/fleche.jpg) no-repeat top left;
	color: #7f2870;
	padding-left: 15px;
	line-height: 9px;
	height: 9px;
	float: right;
	display: block;
	font-size: 10px;
	margin-bottom: 5px;
	margin-right: 5px;
}
#liste_ecole table td.accueil_desc a strong{
	font-size: 12px;
	font-weight: bold;
	color: #718087;
}
#liste_ecole table td.accueil_desc a span{
	margin-bottom: 0;
	color: #718087;
}
#infos_perso{
	color: #7f2870;
	font-weight : bold;
}

.contenu_texte ul{
	padding-left: 25px;
}
.contenu_texte ul li{
	margin-bottom: 10px;
}
.contenu_texte .titre{
	color: #7F2870;
	font-weight: bold;
}
.hideMe{
	display : none;
}
.contenu_texte h2{
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 20px;
	border-bottom: 1px solid #7F2870;
	color: #7F2870;
}
.contenu_texte h3{
	margin-bottom: 5px;
	margin-top: 5px;
}
.contenu_texte h4{
	margin-bottom: 5px;
	margin-top: 5px;
}

.contenu_texte p{
	margin-bottom: 5px;
	
}

.right{
	text-align: right;
}
.contenu_texte img{
	margin: 5px;
}
.contenu_texte td{
	padding: 3px;
}
.contenu_texte h3{
	color: #7F2870;
}
.article_galerie a img{
	width: 135px;
	margin-top: 10px;
	margin-left: 10px;
	border: 1px solid #7F2870;
}
.article_galerie a{
	border: 1px solid #7F2870;
	background: #EDF3EE;
	float: left;
	display: block;
	height: 155px;
	width: 155px;
	overflow: none;
	margin: 5px;
}
.article_galerie a:hover{
	background: #fff;
}
.contenu_texte #descriptif_univers{
	height: auto;
}
.contenu_texte{
	margin-right: 10px;
}
.pink-style{
	color: #7F286F;
}