

/**
		CSS générique à la boutique
**/


/*************************************
			Textes
*************************************/
.intro {
	line-height: 1.2em;
	font-size:11px; 
	letter-spacing:1px; 
	color:#33200A;
}

/*************************************
			Boutons
*************************************/
/**	voir article */
.btn {
}
button.btn {
	border: 0px none;
	background-color: white;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	width: 111px;
	font-size: 1px;
}
button.btn img {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

/*************************************
			Titres
*************************************/
div.titres {
/*	vertical-align: middle;*/
	letter-spacing: -1px;
}
div.titres span.titre, 
div.titres span.titre_rouge, 
div.titres span.titre_categorie, 
div.titres span.titre_categorie2,
div.titres span.titre_panier, 
div.titres span.titre_panier_on 
{
	font-size: 18px;
	font-family: Georgia;
	font-weight: normal;
	color: #33200a;
	text-align: center;
	vertical-align: middle;
}
div.titres span.titre_rouge,
div.titres span.titre_panier_on
{
	color: #af0000;
}
div.titres span.titre_categorie2{
	color: #D38D47;
	text-transform:uppercase;
}
div.titres span.titre_categorie,
div.titres span.titre_panier,
div.titres span.titre_panier_on
{
	text-align: left;
}
div.titres span.titre_panier{
	/*text-transform:uppercase;*/
}
div.titres img {
	vertical-align: middle;
}

/*************************************
			Général
*************************************/

/**	col left */
#content_left{
	position:relative;
	width:330px;
	height:100%;
	background-color:#FAEFDA;
	border-right:1px solid #EFE1C6;
	padding-top:30px;
}

/**	col right */
#content_right{
	position:relative;
	background-image: url(../im/accueil_bg_col_right.jpg);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	width:628px;
	height:100%;
	border-left:1px solid #FEF0D5;
	padding-top:30px;
}

#content_pos{
	background-color:#FAEFDA;
	height:100%;
}

left {
	text-align:left;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}

/*************************************
			Zones
*************************************/

/*************************/
/* Accueil
/*************************/

/**	col left */

#content_left #accueil_bg_top{
	position:relative;
	background-image: url(../im/accueil_bg_col_left1.jpg);
	background-repeat: no-repeat;
	width:330px;
	height:52px;
	margin-top:-35px;
	padding-top:50px;
}

#content_left #accueil_pos_title_produits{	
	padding-left:50px !important;
	margin-top:-20px !important;
	margin-top:10px ;
	padding-left:50px;
	position:absolute;
}
#content_left #accueil_pos_title_produits2{	
	padding-left:50px !important;
	margin-top:-15px !important;
	margin-top:13px ;
	padding-left:50px;
	position:absolute;
}
/*
#content_left #accueil_bg_produits{	
	background-image: url(../im/accueil_bg_produits.png);
	background-repeat: no-repeat;
	width:282px;
	height:392px;
	position:relative !important;
	position:inherit;
	z-index:1;
}*/

#content_left #accueil_pos_produits{
	position:relative;
	padding-top:5px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:282px;
}

#content_left #accueil_bg_produits_top{
	position:relative;
	background-image: url(../im/accueil_bg_produits_top.png);
	background-repeat: no-repeat;
	width:282px;
	height:64px;
}

#content_left #accueil_bg_produits_middle{
	position:static;
	background-image: url(../im/accueil_bg_produits_middle.png);
	background-repeat: repeat-y;
	width:282px;
	height:2px;
}

#content_left #accueil_bg_produits_bottom{
	position:relative;
	background-image: url(../im/accueil_bg_produits_bottom.png);
	background-repeat: no-repeat;
	width:282px;
	height:11px;
}

#content_left #accueil_bg_produit1 img, #content_left #accueil_bg_produit2 img{
	margin-top:20px;
}

#content_left #accueil_bg_produit1, #content_left #accueil_bg_produit2{
	position:relative;
	background-image: url(../im/accueil_bg_produit.png);
	background-repeat: no-repeat;
	width:218px;
	height:142px;
	margin-bottom:10px;
}

#content_left #accueil_bg_produit2{
	margin-bottom:0px;
}

#content_left  #accueil_btn_voir_pos{
	margin-bottom:30px;
	margin-top:-11px;
}
/*
#content_left #accueil_bg_bottom{
	position:relative;
	background-image: url(../im/accueil_bg_col_left2.jpg);
	background-repeat: no-repeat;
	width:330px;
	height:432px;
}*/

/**	col right */
#content_right #accueil_bg{
	position:relative;
	/*background-image: url(../im/accueil_bg_col_right.jpg);*/
	background-repeat: no-repeat;
	width:628px;
	height:auto !important;
	height:650px;
	min-height:650px;
	margin-top:20px;
	/*padding-top:55px;*/
}

#content_right #accueil_pos_title{
	margin-bottom:30px;
	width:560px;
}

#content_right #accueil_pos_edito{
	width:480px;
}

#content_right #accueil_pos_img{
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
	float:left;
}

#content_right #accueil_pos_img table{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

/* Mise en avant */
#content_left #accueil_art_content{
	position:relative;
	float:left;
	height:auto;
	width:280px;
}

#content_left #accueil_im_art1{
	height:auto !important;
	height:80px;
	min-height:80px;
	width:auto !important;
	width:180px;
	min-width:180px;
}

#content_left #accueil_im_art2{
	height:auto !important;
	height:80px;
	min-height:80px;
	width:auto !important;
	width:180px;
	min-width:180px;
}

#accueil_art_bas_pos{
	float:right;
	/*border:1px solid red;*/
	padding-top:5px;
}

#accueil_art_haut_g{
	position:relative;
	background-image: url(../im/accueil_art_haut_g.png);
	background-repeat: no-repeat;
	width:20px;
	height:20px;
}

#accueil_art_haut_d{
	position:relative;
	background-image: url(../im/accueil_art_haut_d.png);
	background-repeat: no-repeat;
	width:20px;
	height:20px;
}

#accueil_art_haut_m{
	position:relative;
	background-image: url(../im/accueil_art_haut_m.png);
	background-repeat: repeat-x;
	width:1px;
	height:20px;
}

#accueil_art_gauche{
	position:relative;
	background-image: url(../im/accueil_art_gauche.png);
	background-repeat: repeat-y;
	width:20px;
	height:1px;
}

#accueil_art_droite{
	position:relative;
	background-image: url(../im/accueil_art_droite.png);
	background-repeat: repeat-y;
	width:20px;
	height:1px;
}

#accueil_art_bas_g{
	position:relative;
	background-image: url(../im/accueil_art_bas_g.png);
	background-repeat: no-repeat;
	width:20px;
	height:42px;
}

#accueil_art_bas_d{
	position:relative;
	background-image: url(../im/accueil_art_bas_d.png);
	background-repeat: no-repeat;
	width:20px;
	height:42px;
}

#accueil_art_bas_m{
	position:relative;
	background-image: url(../im/accueil_art_bas_m.png);
	background-repeat: repeat-x;
	width:1px;
	height:42px;
}

/* Edito */
#accueil_edito_haut_g{
	position:relative;
	background-image: url(../im/accueil_edito_haut_g.png);
	background-repeat: no-repeat;
	width:9px;
	height:9px;
}

#accueil_edito_haut_d{
	position:relative;
	background-image: url(../im/accueil_edito_haut_d.png);
	background-repeat: no-repeat;
	width:9px;
	height:9px;
}

#accueil_edito_bas_g{
	position:relative;
	background-image: url(../im/accueil_edito_bas_g.png);
	background-repeat: no-repeat;
	width:9px;
	height:9px;
}

#accueil_edito_bas_d{
	position:relative;
	background-image: url(../im/accueil_edito_bas_d.png);
	background-repeat: no-repeat;
	width:9px;
	height:9px;
}

#accueil_edito_d{
	position:relative;
	background-image: url(../im/accueil_edito_d.png);
	background-repeat: repeat-y;
	width:9px;
	height:5px;
}


#accueil_edito_g{
	position:relative;
	background-image: url(../im/accueil_edito_g.png);
	background-repeat: repeat-y;
	width:9px;
	height:5px;
}

#accueil_edito_h{
	position:relative;
	background-image: url(../im/accueil_edito_h.png);
	background-repeat: repeat-x;
	width:5px;
	height:9px;
}

#accueil_edito_b{
	position:relative;
	background-image: url(../im/accueil_edito_b.png);
	background-repeat: repeat-x;
	width:5px;
	height:9px;
}



/*************************/
/* Présentation
/*************************/

.presentation_text{
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	float:left;
	padding-left:5px;
}

/**	col left */
#content_left #presentation_pos{
	margin-top:-40px;
}

/**	col right */
/*
#content_right #presentation_bg{
	position:relative;
	background-image: url(../im/accueil_bg_col_right.jpg);
	background-repeat: no-repeat;
	width:630px;
	height:100%;
	margin-top:-50px;
}*/
#content_right #presentation_bg img{
	float:right;
	margin-top:-95px;
	margin-right:35px;
}
#content_right #presentation_bg #presentation_pos_text{
	width:500px;
	text-align:left;
}

#content_right #presentation_bg #presentation_pos_text .presentation_text img{
	float:left;
	margin-top:0px;
	margin-left:-5px;
}

/*************************/
/* Mentions légales
/*************************/
#mentions_legales_bg{
	position:relative;
	background-image: url(../im/mentions-legales_bg.jpg);
	background-repeat: no-repeat;
	width:960px;
	height:100%;
	text-align:center;
}

#mentions_legales_bg #mentions_legales_pos{
	width:600px;
	text-align:justify;
	margin-left:auto;
	margin-right:auto;
	margin-top:-40px;
}

#mentions_legales_bg #mentions_legales_pos a{
	color:#054D7F;
	text-decoration:underline;
}

#mentions_legales_bg #mentions_legales_pos a:hover{
	text-decoration:none;
}

#mentions_legales_bg img{
	float:right;
	margin-top:-50px;
	margin-right:35px;
}

/*************************/
/* Plan du site
/*************************/

/* col right *//*
#content_right #plan_bg{
	position:relative;
	background-image: url(../im/accueil_bg_col_right.jpg);
	background-repeat: no-repeat;
	width:630px;
	height:100%;
}*/

#content_right #plan_pos{
	width:500px;
	text-align:justify;
	color:#054D7F;
	margin-top:-20px;
}

#content_right #plan_bg img{
	float:right;
	margin-top:-95px;
	margin-right:35px;
}

/* col left */
#content_left #plan_pos{
	width:250px;
	text-align:justify;
	color:#A0844E;
}

#content_left a{
	color:#A0844E;
	text-decoration:none;
	font-size:11px;
}

#content_left a:hover{
	text-decoration:none;
}

/*************************/
/* Catalogue
/*************************/

/* Menu */
#catalogue_menu_pos{
	position:relative;
	width:300px;
	text-align:justify;
	margin-left:20px;
}

#content_pos #list1{
	background-image: url(../im/puce_feuille.png);
	background-repeat: no-repeat;
	width:200px;
	height:14px;
	margin-top:15px;
	margin-left:28px;
	padding-top:-5px;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:18px;
}

#content_pos #list2{
	margin-left:52px;
	margin-right:55px;
	line-height:1.5em;
	height:auto;
	width:200px !important;
	width:200px;
}

#list2 a, #list1 a{
	text-decoration:none;
	color:#000000;
	font-size:11px;
}

#list2 a:hover, #list1 a:hover{
	color:#E45B18;
}

/*************************/
/* Articles
/*************************/
#content_right #catalogue_articles_pos{
	position:relative;
	width:550px;
	height:100%
}

#content_right #catalogue_sep_top{
	margin-bottom:10px;
}

#content_right #catalogue_sep_bottom{
	margin-top:10px;
}

#content_right #catalogue_title_pos{
	text-align:center;
	margin-top:0px;
}

#content_right .catalogue_title_class{
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	font-weight:bold;
	text-transform:uppercase;
}

#content_right .catalogue_stitle_class{
	font-family:"Times New Roman", Times, serif;
	font-size:26px;
	color:#1C5F8A;
}

#content_right #catalogue_legende1{
	width:200px;
	margin-top:8px;
	margin-bottom:8px;
	height:42px;
}

#content_right #catalogue_legende2{
	width:130px;
	margin-top:8px;
	margin-bottom:8px;
	height:42px;
}

#content_right #catalogue_ref_pos1{
	height:44px;
}

#content_right .catalogue_name_class{
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	font-weight:bold;
	text-transform:capitalize;
}

#content_right .catalogue_ref_class{
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:10px;
	margin-top:3px;
}


#content_right #catalogue_zoom1{
	position:absolute;
	background-image: url(../im/btn_agrandir.gif);
	background-repeat: no-repeat;
	width:65px;
	height:31px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#938B72;
	
	margin-top:-30px;
	margin-right:5px;
	/*border:1px solid blue;*/
	margin-left:155px;
}

#content_right #catalogue_zoom2{
	position:absolute;
	background-image: url(../im/btn_agrandir.gif);
	background-repeat: no-repeat;
	width:100%;
	height:31px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#938B72;
	
	margin-top:-30px;
	margin-left:65px;
}

#content_right #catalogue_art_content{
	position:relative;
	float:left;
	height:auto;
}

#content_right #catalogue_im_art1{
	height:125px !important;
	width:220px !important;
	min-height:125px;
	min-width:220px;
	height:125px;	
	width:220px;
	vertical-align:middle;
}

#content_right #catalogue_im_art2{
	height:auto !important;
	height:125px;
	min-height:120px;
}

#content_right #catalogue_art_sep{
	position:relative;
	float:left;
	width:5px;
}

#content_right #catalogue_zoom2{

}

#content_right #catalogue_agrandir1{
	padding-top:15px;
	padding-left:15px;	
}


#content_right #catalogue_agrandir2{
	margin-left:15px;
	margin-top:15px;
}

#content_right #catalogue_categorie_desc{
	margin-top:10px;
	margin-bottom:10px;
}

#content_right #catalogue_bg_art1{	
	position:relative;
	background-image: url(../im/catalogue_bg_art.png);
	background-repeat: no-repeat;
	width:270px;
	height:186px;
	margin-bottom:10px;
	margin-right:10px;
}

#content_right #catalogue_bg_art1 img{
	margin-top:18px;
	margin-left:23px;
}	

#content_right  a, #content_right  a{
	text-decoration:none;
}

#content_right #catalogue_articles_pos table{
	margin-top:0px;
}

/* article fond */

#catalogue_art_haut_g{
	position:relative;
	background-image: url(../im/catalogue_bg_art_haut_g.gif);
	background-repeat: no-repeat;
	width:18px;
	height:18px;
}

#catalogue_art_haut_d{
	position:relative;
	background-image: url(../im/catalogue_bg_art_haut_d.gif);
	background-repeat: no-repeat;
	width:18px;
	height:18px;
}

#catalogue_art_haut_m{
	position:relative;
	background-image: url(../im/catalogue_bg_art_haut_m.gif);
	background-repeat: repeat-x;
	width:1px;
	height:18px;
}

#catalogue_ombre_haut_g{
	position:relative;
	background-image: url(../im/catalogue_ombre_haut_g.png);
	background-repeat: no-repeat;
	width:5px;
	height:63px;
}

#catalogue_ombre_haut_d{
	position:relative;
	background-image: url(../im/catalogue_ombre_haut_d.png);
	background-repeat: no-repeat;
	width:5px;
	height:63px;
}

#catalogue_bg_art_gauche{
	position:relative;
	background-image: url(../im/catalogue_bg_art_gauche.gif);
	background-repeat: repeat-y;
	width:18px;
	height:1px;
}

#catalogue_bg_art_droite{
	position:relative;
	background-image: url(../im/catalogue_bg_art_droite.gif);
	background-repeat: repeat-y;
	width:18px;
	height:1px;
}
/*
#catalogue_bg_art_bas_gauche{
	position:relative;
	background-image: url(../im/catalogue_bg_art_bas_gauche.gif);
	background-repeat: no-repeat;
	width:18px;
	height:58px;
}

#catalogue_bg_art_bas_droite{
	position:relative;
	background-image: url(../im/catalogue_bg_art_bas_droite.gif);
	background-repeat: no-repeat;
	width:18px;
	height:58px;
}

#catalogue_bg_art_bas{
	position:relative;
	background-image: url(../im/catalogue_bg_art_bas.gif);
	background-repeat: repeat-x;
	width:1px;
	height:58px;
}
*/

#catalogue_bg_art_bas_g1{
	position:relative;
	background-image: url(../im/catalogue_bg_art_bas_g1.gif);
	background-repeat: no-repeat;
	width:18px;
	height:9px;
}
#catalogue_bg_art_bas_g2{
	position:relative;
	background-image: url(../im/catalogue_bg_art_bas_g2.gif);
	background-repeat: repeat-y;
	width:18px;
	height:1px;
}
#catalogue_bg_art_bas_g3{
	position:relative;
	background-image: url(../im/catalogue_bg_art_bas_g3.gif);
	background-repeat: no-repeat;
	width:18px;
	height:6px;
}
#catalogue_bg_art_bas_m1{
	position:relative;
	background-image: url(../im/catalogue_bg_art_bas_m1.gif);
	background-repeat: repeat-x;
	width:1px;
	height:9px;
}
#catalogue_bg_art_bas_m2{
	position:relative;
	background-image: url(../im/catalogue_bg_art_bas_m2.gif);
	background-repeat: repeat;
	width:1px;
	height:1px;
}
#catalogue_bg_art_bas_m3{
	position:relative;
	background-image: url(../im/catalogue_bg_art_bas_m3.gif);
	background-repeat: repeat-x;
	width:1px;
	height:6px;
}
#catalogue_bg_art_bas_d1{
	position:relative;
	background-image: url(../im/catalogue_bg_art_bas_d1.gif);
	background-repeat: no-repeat;
	width:18px;
	height:9px;
}
#catalogue_bg_art_bas_d2{
	position:relative;
	background-image: url(../im/catalogue_bg_art_bas_d2.gif);
	background-repeat: repeat-y;
	width:18px;
	height:1px;
}
#catalogue_bg_art_bas_d3{
	position:relative;
	background-image: url(../im/catalogue_bg_art_bas_d3.gif);
	background-repeat: no-repeat;
	width:18px;
	height:6px;
}

#catalogue_ombre_bas_g{
	position:relative;
	float:left;
	background-image: url(../im/catalogue_ombre_bas_g.png);
	background-repeat: no-repeat;
	width:72px;
	height:6px;
}

#catalogue_ombre_bas_d{
	position:relative;
	float:right;
	background-image: url(../im/catalogue_ombre_bas_d.png);
	background-repeat: no-repeat;
	width:72px;
	height:6px;
}


/* Pages */
#content_right #catalogue_page_pos table{
	margin-top:10px;
	width:240px;
	text-align:center;
	font-size:10px;
	color:#938B72;
}

#content_right #catalogue_page_pos a{
	color:#938B72;
	text-decoration:none;
}

#content_right #catalogue_page_pos a:hover{
	color:#E45B18;
}

#content_right #catalogue_page_prec{	
	background-image: url(../im/catalogue_btn_bg.png);
	background-repeat: no-repeat;
	width:84px;
	height:24px;
	padding-top:5px;
}

#content_right #catalogue_page_suiv{	
	background-image: url(../im/catalogue_btn_bg.png);
	background-repeat: no-repeat;
	width:84px;
	height:24px;
	padding-top:5px;
}


/* col left */
#content_left #catalogue_bg_top{
	position:relative;
	background-image: url(../im/accueil_bg_col_left1.jpg);
	background-repeat: no-repeat;
	width:330px;
	height:52px;
	margin-top:-30px;
	padding-top:30px;
	height:auto;
	min-height:860px;
}

/* col right */
#content_right #catalogue_bg{
	/*height:600px !important;
	height:613px;*/
}


/*************************/
/* Demande d'information
/*************************/
/** CONTACTS : Formulaire **/
#frm_contacts th, #frm_contacts td, #frm_contacts label,
#frm_contacts input, #frm_contacts textarea {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight : bold;
}
#frm_contacts th {
	text-align: left;
	vertical-align: top;
	padding:3px;
	padding-top: 6px;
}
#frm_contacts td {
	text-align: left;
	vertical-align: top;
}
#frm_contacts label, .textgris {
	margin: 0px;
	padding: 0px;
	/*color:#1C5F8A;*/
	color:#666666;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#frm_contacts label.required {
}
#frm_contacts input, #frm_contacts textarea {
	width: 300px;
	height: 24px;
	padding: 3px;
	border: 1px solid #D6D6D6;
	background-image: url(../im/input_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
#frm_contacts textarea {
	overflow: auto;
	height: auto;
}
#frm_contacts div.errOff, #frm_contacts div.errOn {
	display: none;
	height: 25px;
	margin-top: 3px;
	padding-top: 1px;
	padding-left: 20px;
	background-image: url(../im/stop.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 10px;
	color: #D45353;
}
#frm_contacts div.errOn {
	display: block;
}
#frm_contacts button #btn_valider {
	border:0px none;
	width:174px;
	height:33px;
	cursor: pointer;
}
#frm_contacts fieldset {
	padding : 10px;
	 margin-bottom : 15px;
}
#frm_contacts legend { 
	font-weight : bold; 
}
div.formMessOk {
	padding: 15px;
	margin: 0px;
	margin-bottom: 20px;
	border: 1px dotted #69B83E;
	font-weight: bold;
	color: #69B83E;
}
div.formMessErr {
	padding: 15px;
	margin: 0px;
	margin-bottom: 20px;
	border: 1px dotted #D45353;
	font-weight: bold;
	color: #D45353;
}

/*** stlyles ***/
#content_right #catalogue_information_pos{
	position:relative;
	width:550px;
	height:100%;
	min-height:680px;
}
#imgContacts{
	background-image:url(../im/contacts.png);
	background-repeat:no-repeat;
	position:absolute;
	float:left;
	width:16px;
	height:16px;
}
#contacts{
	border:1px solid #EEC77A;
	width:180px;
	padding:10px;
	background-color: #F8E6C2;
	color:#666666;
	margin-left:60px !important;
	margin-left:75px;
}

#titreContacts{
	color:#000000;
}

#eltTexteContacts a{
	font-size:12px;
	text-decoration:underline;
}

#eltTexteContacts a:hover{	
	text-decoration:none;
}

#eltTexteContacts2 a{
	font-size:12px;
	color:#DC4A0E;
	text-decoration:underline;;
}

#eltTexteContacts2 a:hover{	
	text-decoration:none;
}


/**********************/
/* CONTACT
/**********************/
#contact_bg{
	position:relative;
	background-image: url(../im/mentions-legales_bg.jpg);
	background-repeat: no-repeat;
	width:960px;
	height:100%;
	text-align:center;
}

#contact_bg #contact_pos{
	width:600px;
	text-align:justify;
	margin-left:auto;
	margin-right:auto;
	margin-top:-40px;
}

#contact_bg #contact_pos a{
	color:#054D7F;
	text-decoration:underline;
}

#contact_bg #contact_pos a:hover{
	text-decoration:none;
}

#contact_bg img{
	float:right;
	margin-top:-50px;
	margin-right:35px;
}

/**********************/
/* DISTRIBUTION
/**********************/
#distribution_bg{
	position:relative;
	background-image: url(../im/mentions-legales_bg.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	background-color:#FFFFFF;
	width:960px;
	height:100%;
	text-align:center;
}

#distribution_bg #distribution_pos{
	width:700px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-top:40px;
}

/**********************/
/* EXPOSITIONS
/**********************/
#expositions_bg{
	position:relative;
	background-image: url(../im/mentions-legales_bg.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	background-color:#FFFFFF;
	width:960px;
	height:100%;
	text-align:center;
}

#expositions_bg #expositions_pos{
	width:700px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-top:40px;	
}


