/* CSS Document */
/* Style général de la page */
body {
	background-color: #F2EFEA;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.global{
	background-color: #FFFFFF;	
	width:1020px;
	margin:0 auto;
	border:1px solid #c1bfbc;
}

.clear{
	clear: both;
	visibility: hidden;
	height: 1px;;
	line-height: 1px;
	font-size: 1px;
}

td{
	text-align: left;
	font-size: 12px;
}

th{
	font-size: 12px;
	background-color: #58585A;
	color: #FFFFFF;
}

/* Style g�n�ral des images */
img {
	border: 0px; /* D�sactivation de la bordure */
}

/* Style g�n�ral des formulaires */
form {
	padding: 0px;
	margin: 0px;
	display:inline;
}

/* Forme g�n�rale des inputs */
input {
	font-size: 10px;
}

/* Style g�n�ral des liens */
a{
	color: #000000;
	/*font-weight: bold;*/
	text-decoration: none;
}
a:hover{
	color: #333333;
}

.messageStackError{
	color: #FF0000;
	text-align: center;
	font-size: 10px;
}

.messageStackSuccess{
	color: #009900;
	text-align: center;
	font-size: 10px;
}

/* !HEADER */
.header{
	/*position: relative;*/
	/*background-image: url(images/template/header-jeancel.gif);
	background-repeat: no-repeat; */
	/*height: 181px;*/
	margin: 5px;
	color: white;
	font-size: 14px;
}
.header a{
	color: #58585a;
}
.header_contact{
	position: absolute;
	right: 10px;
	top: 8px;
	font-size: 13px;
	text-transform: none;
}
.header_account{
	position: absolute;
	top: 139px;
	left: 545px;
}
.header_shoppingcart{
	position: absolute;
	top: 139px;
	left: 705px;
}
.header_account img, .header_shoppingcart img{
	width: 130px;
	height: 30px;
}
.recherche{
	/* height:auto; */
	background-color:#f0efea;
	border:1px solid #d7d7d7;
	margin:0 0 5px 0;
	color:#58585a;
	padding:4px 5px 2px 5px;
}

.recherche form{
	float:left;
}

.recherche .inputsearch{
	width: 180px;
	float: left;
        height: 16px;
        background: #ffffff url(../images/picto/bg_picto_loupe.gif) top right no-repeat;
        border: 1px solid #A7A6AA;
        padding: 2px 20px 0 0;

}

.recherche label{
	height:20px;
	line-height:20px;
}

.recherche a.mon_compte{
	background:url(../images/picto/picto_mon_compte.gif) top left no-repeat;
	padding:0 0 0 23px;
	line-height:20px;
	float:right;
}

.recherche a.mon_compte:hover{
	text-decoration:underline;
}

.recherche span.info_moncompte{
	line-height: 22px;
	float:right;
	font-size: 11px;
	padding-left: 5px;
}

.recherche span.info_moncompte a:hover{
	text-decoration:underline;
}

.recherche a.mon_panier{
	background:url(../images/picto/picto_mon_panier.gif) top left no-repeat;
	padding:0 0 0 23px;
	line-height:20px;
	float:right;
}

.recherche a.mon_panier:hover{
	text-decoration:underline;
}

.recherche a.mon_panier{
	height:20px;
	line-height:20px;
	margin:0 0 0 25px;
}

.top_menu{
	/*color: #999;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px;
	border-bottom: 2px solid #B4B4B4;
	padding: 5px 0;*/	
	border-top:2px solid #b4b4b4;
	border-bottom:2px solid #b4b4b4;
	margin: 0 5px 5px 5px;
	height:29px;
        text-transform: uppercase;
}
.top_menu a{
	display: block;
	float: left;
	color: #999;
	border-left: 1px solid #B4B4B4;
	width: 199px;
	text-align: center;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	margin:6px 0;
}
.top_menu a.premier{
	border: none;
}

a.lien_blanc {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a.lien_blanc:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}

/* Footer */

.liens_utiles{
        background: #E2E3DE url(/images/picto/bg_footer.gif) repeat-x;
	color:#858585;
	font-size: 11px;
	text-align: center;
        border-top: 1px solid #E3E0E0;
        padding-left: 130px;
        height: 112px;
}

.liens_utiles .block_liens {
    width: 180px;
    padding: 10px 80px 8px 20px;
    float:left;
}

.liens_utiles .block_liens.border {
    border-right: 1px dotted #E3E0E0;
    border-left: 1px dotted #E3E0E0;
}


.liens_utiles a {
    color:#858585;
}

.liens_utiles a:hover {
    color:#333333;
}

.liens_utiles h4{
	display: block;
        float: left;
        text-align: left;
        margin: 0;
        padding: 0 0 8px 0;
        width: 180px;
        color: #DB971C;
        text-align: left;
        font-size: 12px;
}

.liens_utiles ul{
	display: block;
        float: left;
        list-style-type: none;
        padding: 0;
        margin: 0;
        width: 160px;
        text-align: left;
}

.liens_utiles ul li{
	display: block;
        float: left;
        padding: 0;
        margin: 0;
        width: 160px;
}



.copyright{
	background-color: #F2EFEA;
	color:#323232;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

hr{
	clear: both;
	visibility: hidden;
}

.menu_droite{
	/*display: none;*/
	float: right;
	/*width: 191px;*/
	width:207px;
	font-size: 12px;
	font-weight: bold;
	/*text-align: center;*/
	/*padding-right: 5px;*/
}

.menu_droite h3{
	color:#525252;
	font-size:12px;
	text-align:justify;
}

.menu_droite p{
	color:#858585;
	font-weight:normal;
	text-align:justify;
        font-size: 11px;
}

.menu_droite .intro {
    padding-right: 14px;
    font-size: 11px;
}

.menu_droite div.menu_droite_bloc {
	border:1px solid #e3e0e0;
	background-color:#f0efea;
	padding:5px 7px 7px 7px;
	margin-right:5px;
        margin-top:5px;
}

.menu_droite .txt_email {
    width: 120px;
    float: left;
    height: 16px;
    background: #ffffff;
    border: 1px solid #A7A6AA;
    padding: 2px 0 0 0;
    margin-right: 4px;
}

.menu_droite div.menu_droite_bloc input.submit_carre {
	background:url(../images/picto/btn_submit.gif) top left no-repeat;
	border:none;
	height:20px;
	width:20px;
	outline:none;
}

.menu_droite div.menu_droite_bloc h4.lettre{
	background:url(../images/picto/picto_contact.gif) top left no-repeat;
	line-height:26px;
	padding:0 0 0 30px;
}

.menu_droite div.menu_droite_bloc h4.mail{
	background:url(../images/picto/picto_mail.gif) top left no-repeat;
	line-height:26px;
	padding:0 0 0 30px;
	color:#858585;
        font-size: 11px;
        font-weight: normal;
}

.menu_droite div.menu_droite_bloc div.contenu_menu_droite_bloc{
	width:165px;
	float:right;
}

.menu_droite div.onglet{
	background:url(../images/picto/bg_onglet_menu_droite_top.jpg) top right no-repeat;
	padding:4px 0 0 0;
	margin:0 0 3px;
	overflow:auto;
}

.menu_droite a div.onglet:hover{
    cursor:pointer;
}

.menu_droite div.onglet div.onglet_bottom{
	background:url(../images/picto/bg_onglet_menu_droite_bottom.jpg) bottom right no-repeat;
	padding:0 10px 6px 5px;
}

.menu_droite div.onglet div.onglet_bottom img{
	float:left;
}

.menu_droite div.onglet div.onglet_bottom div.contenu_onglet{
	width:165px;
	float:right;
}

.menu_droite div.onglet div.onglet_bottom div.contenu_onglet h4, .menu_droite div.menu_droite_bloc h4{
	color:#db971c;
	font-size:12px;
	margin:0;
	text-align:left;
        padding-left: 4px;
        font-weight: bold;
}

.menu_droite div.onglet div.onglet_bottom div.contenu_onglet p, .menu_droite div.menu_droite_bloc p{
	margin:0;
	text-align:left;
        padding-left: 4px;
}

.menu_droite div.menu_droite_bloc h4 {
    padding-left: 0;
    padding-bottom: 7px;
}


.menu_droite div.menu_droite_bloc p {
    padding-bottom: 6px;
    padding-left: 0;
}

.menu_droite div.contenu_menu_droite_bloc p {
    padding-left: 11px;
}

/* !Menu principal */
.menu_principal{
	float: left;
	width: 200px;
	font-size: 12px;
	/*font-weight: bold;*/
	text-align: center;
	/*margin-left: 5px;*/
}
.ul_menu_principal {
	margin-left: 0px;
	padding: 0 0 0 10px;
	margin-top: 0px;
	/*background-color: #F0EFEA;*/
	text-align: left;
	/*border: 1px solid #E3E0E0;*/
        list-style-type:none;
}
.li_menu_principal {
	list-style: none;
	list-style-image: none;
	padding-left: 10px;
	line-height: 20px;
	border-bottom:1px solid #ddd;
}
a.lien_menu{
	color: #58585A;
	font-size: 11px;
	font-weight: bold;
}
a.lien_menu:hover{
	text-decoration: none;
	text-decoration: underline;
}
a.promotions{
	color: #d82a27;
}
.menu_principal li.selection_fabricant{
	/*background-color:#f00;*/
	background:url(../images/picto/bg_selection_fabricant.gif) top left no-repeat;
	padding:10px 0 0 10px;
	display:block;
        height: 30px;
}
/* Sous-menu principal */
.submenu_principal {
	margin-left: 0px;
	padding: 0px;
}
.li_menu_principal_1, .li_menu_principal_2 {
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
	padding-left: 20px;
	line-height: 17px;
}
a.lien_submenu{
	/*background:url(../images/picto/picto_menu_principal.gif) top left no-repeat;*/
	color: #858585;
	font-size: 11px;
	padding:0 0 0 0px;
}
/* Level 3 */
ul.level_2{
	margin-left: 15px;
}

.entete{
	/*background-color: #58585A;*/
	background:url(../images/picto/bg_entete.jpg) top left no-repeat;
	height: 26px;
	line-height: 21px;
	color: #59595b;
	text-transform: uppercase;
	font-weight: bold;
        display:block;
        font-size:12px;
        padding: 0;
        margin: 0;
}

/*.panier{
	font-weight: normal;
	background-color: #F0EFEA;
	border: solid 1px #E4E0E0;
	font-size: 10px;
	color: #000000;
	text-align: left;
	padding-top: 15px;
	padding-left: 10px;
	margin-bottom: 10px;
}

.text_panier{
	padding-bottom: 10px;
}*/

.username{
	font-size: 12px;
}

.titre_panier{
	color: #CD9600;
	font-weight: bold;
	font-size: 11px;
}

.titre_panier a{
	color: #58585A;
}

.lien_panier{
	text-decoration: underline;
}

.contenu_panier{
	font-size: 11px;
	float:right;
	line-height: 21px;
	padding-left: 5px;
}

.contenu_panier strong{
	font-size: 11px;
}

/* Contenu central */
.contenu {
	float: left;
	/*width: 803px;*/
	width:600px;
	margin: 0 5px;
	color: #323232;
}

/* balise h1 */
h1 {
	text-align: left;
	font-size: 14px;
	margin-top: 0px;
	background-color: #e0e0e0;
	color: #525252;
	padding: 7px 0px 7px 5px;
}

.breadcrumb{
	margin-bottom: 5px;
	color:#565656;
}

.breadcrumb a{ 
	color:#858585; 
	font-size: 11px;
}

div.contenu div.encart_top{
	width:593px;
	height:136px;
	background:url(../images/picto/encart_fabricant_blanc.jpg) top left no-repeat;
	padding:1px;
}

div.contenu div.encart_top.encart_top_noir{
	background:url(../images/picto/encart_fabricant_noir.jpg) top left no-repeat;
}

div.contenu div.encart_top img.grande{
	float:left;
}

div.contenu div.encart_top div{
	padding:10px 0;
	height:116px;
	width:470px;
	position:relative;
	float:left;
}

div.contenu div.encart_top div p{
	color:#58585a;
	font-size:14px;
}

div.contenu div.encart_top.encart_top_noir div p{
	color: #ffffff;

}

div.contenu div.encart_top div img.marque{
	position:absolute;
	left:0;
	bottom:10px;
}

div.contenu div.encart_top div a{
	position:absolute;
	right:10px;
	bottom:10px;
	background: url(../images/picto_menu_principal.gif) no-repeat scroll left top;
	padding:0 0 0 16px;
	color:#858585;
}

/* Style d'un produit */
.produit {
	margin-bottom: 10px;
	width: 196px;
	float: left;
	border-bottom: 1px solid #E0E0E0;
        padding-bottom: 10px;
}
.produit:hover {
	margin-bottom: 10px;
	width: 196px;
	float: left;
	/*border-bottom: 1px solid #f00;*/
}
.entre_produit{
	width: 4px;
	height: 240px;
	float: left;
	border-left: 1px solid #E0E0E0;
}
.entre_categorie{
	height: 200px;
}
.table_css{
	width: 100%;
}
.image{
	width: 196px;
	height: 150px;
	margin: 0 auto;
	/*margin: 10px 0px;*/
}
.image td{
	width: 196px;
	height: 150px;
}
img.centre{
	display:block;
	clear:both;
	margin-left:auto;
	margin-right:auto;
}
.titre{
	font-size: 12px;
	font-weight: bold;
	width: 196px;
	text-align: left;
	height: 35px;
	line-height: 15px;
}

.titre table{
    margin: 0;
    padding: 0
}
.titre td{
	width: 196px;
	height: 35px;
	text-align: center;
        margin: 0;
        padding: 0
}
.titre .black{
	color: #58585A;
}
.titre .black:hover{
	color: #58585A;
	text-decoration: none;
}
.categorie .titre td{
	font-size: 14px;
}
.prix{
	float: left;
	/*margin-left: 10px;*/
	height: 38px;
	line-height: 38px;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #58585A;
        padding-left: 10px;
}

.promo .prix{
	color: #d82a27;
}

.old_price{
	display: inline;
	color: #58585A;
	font-size: 13px;
	text-decoration: line-through;
	font-weight: normal;
}
 
.options{
	float: right;
	/*margin-right: 10px;*/
}
.quantite{
	margin: 10px 3px 10px 0;
	float: left;
}
.quantite input{
	border: 1px solid #d2d2d2;
	height: 15px;
	width: 15px;
	text-align: center;
	font-size: 12px;
}
.plusmoins{
	float: left;
	width: 12px;
	margin-top: 10px;
}
a.bt_panier{
	display: block;
	float: left;
	margin: 3px 0 0 10px;
	background:url(../images/picto/panier.jpg) top left no-repeat;
	width:159px;
	height:28px;
}
a.bt_panier:hover{
	background:url(../images/picto/panier_on.jpg) top left no-repeat;
}

a.bt_panier-listing{
	display: block;
	float: left;
	margin: 3px 0 0 8px;
	background:url(../images/picto/panier-listing.jpg) top left no-repeat;
	width:146px;
	height:28px;
}
a.bt_panier-listing:hover{
	background:url(../images/picto/panier-listing_on.jpg) top left no-repeat;
}


.description{
	font-size: 12px;
}

/* Style si pas de produit */
.no-produit {
	padding: 10px;
	width: 80%;
}

/* Style de l'affichage des pages */
.pages{
	float: left;
	padding: 4px 0 7px 0;
	color: #58585A;
	width: 100%;
}
.pages_produits, .pages_total {
	display: block;
	float:left;
}
.pages_produits{
	color: #828282;
	font-size:12px;
	padding-top: 2px
}
.pages_total{
	float:right;
}

.pageResultTitre {
	float:left;
	font-size:12px;
	padding: 2px 2px;
	color: #828282;
}

.pageResults {
	border: 1px solid #CECECE;
	padding: 2px 6px;
	margin-left: 4px;
	font-size:11px;
	color: #565656;
	float:left;
	display: block;
}

.pageNext{
	background:transparent url(../images/picto/picto_pagination_next.gif) no-repeat scroll right 2px;
	padding-right: 15px;
}

.pagePrev{
	background:transparent url(../images/picto/picto_pagination_prev.gif) no-repeat scroll left 2px;
	padding-left: 15px;
}

.page3Dot{
	border: none;
	padding: 3px 2px;
	color: #777777;
}

a.pageResults:hover {
	border: 1px solid #e2a332;
	background-color: #feebb0;
	color: #545253
}

.pageNext:hover{
	background:transparent url(../images/picto/picto_pagination_next_over.gif) no-repeat scroll right 2px;
}

.pagePrev:hover{
	background:transparent url(../images/picto/picto_pagination_prev_over.gif) no-repeat scroll left 2px;
}

a.page3Dot:hover{
	border: none;
}


.pageResults.pageCurrent {
	border: 1px solid #A2A2A2;
	background-color: #F8F8F8;
	color: #777777;
	font-weight: bold;
}



/* Etapes du panier */
.panier_etape, .panier_etape_active {
	display:inline;
	padding-left: 20px;
}
.panier_etape_active {
	font-weight: bold;
	text-decoration: underline;
}
	
/* Boutons */
a.bouton {
	background-color: #58585A;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	padding: 5px;
	line-height: 30px;
}
a.bouton:hover {
	background-color: #58585A;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	padding: 5px;
	line-height: 30px;
}
a.bouton2 {
	background-color: #58585A;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
	padding: 4px;
	line-height: 30px;
}
a.bouton2:hover {
	background-color: #58585A;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
	padding: 4px;
	line-height: 30px;
}

/* Cadre */
.cadre{
	padding: 5px;
	text-align: justify;
}


.black{
	color:#000000;
	text-decoration: none;
}
.black:hover{
	text-decoration: underline;
}

/*-------------------------------------------------------------*/
/*                                                             */
/* products_info.php                                           */
/*                                                             */
/*-------------------------------------------------------------*/
.enlarge{
	font-size: 10px;
	text-align: center;
}
.product_tarif{
	font-size: 22px;
}

.small_attributes_product_price {
    font-size: 18px;
}

.prev_next{
	width: 100%;
	margin-top: 20px;
}
.prev_next a{
	color: #58585A;
	font-weight: bold;
}
.prev{
	float: left;
}
.next{
	float: right;
}
.tabulation{
	margin-left: 20px;
	display: block;
}
.fiche_produit p{
	margin-bottom: 13px;
}

/*-------------------------------------------------------------*/
/*                                                             */
/* shopping_cart.php                                           */
/*                                                             */
/*-------------------------------------------------------------*/
/* Tableau panier */
.produit-cart {
	border: 1px solid #1f1f1f;
	margin-bottom: 5px;
	width: 99%;
}
.th_remove{
	width: 80px;
}
.th_quantity{
	width: 70px;
}
.th_total{
	width: 75px;
}
.td_remove{
	text-align: center;
}
.td_products{
	padding: 5px;
}
.td_quantity{
	text-align: center;
}
.td_quantity .quantite{
	margin-left: 15px !important;
}
.td_total{
	text-align: center;
}

div.cart_total{
	text-align: right;
	font-weight: bold;
	margin-right: 20px;
}

span.cart_total{
	margin-right: 30px;
}

.cart_buttons{
	margin-top: 20px;
	text-align: right;
}

.error_cart{
	width: 100%;
	text-align: center;
	color: #FF0000;
	font-weight: bold;
	margin-top: 15px;
}

/*-------------------------------------------------------------*/
/*                                                             */
/* login.php                                                   */
/*                                                             */
/*-------------------------------------------------------------*/
.page_login{
}
.page_login_gauche{
	float:left;
	width: 49%;
	padding: 10px;
}
.page_login_droite{
	margin-left: 50%;
	width: auto;
	padding: 10px;
}
.heading_customer{
	border-bottom: 2px solid #58585A;
	font-weight: bold;
	color: #58585A;
	padding: 3px;
}
.intro_customer{
	margin-top: 20px;
	padding: 0px 20px;
}
.contenu_customer{
	margin-top: 20px;
	padding: 0px 20px;
	text-align: justify;
}
.bouton_customer{
	margin-top: 20px;
	padding: 0px 20px;
	text-align: right;
}
label{
	display: inline;
	float: left;
	width: 100px;
}

ul.cart_product_attributes {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display:block;
    float:left;
    padding-left: 55px;
}

ul.cart_product_attributes li {
    padding: 0;
    margin: 0;
    display:block;
    float:left;
    width: 200px;
}

/*-------------------------------------------------------------*/
/*                                                             */
/* create_account.php                                          */
/*                                                             */
/*-------------------------------------------------------------*/
h2{
	font-size: 12px;
	font-weight: bold;
	border-bottom: 2px solid #58585A;
	width: 100%;
	text-align: left;
}
.mentions{
	font-size: 10px;
	text-align: justify;
	margin-top: 20px;
}
label.form2{
	width: 200px;
}
label.form3{
	width: 270px;
}

p{
	margin: 5px 0px;
}

/*-------------------------------------------------------------*/
/*                                                             */
/* checkout_shipping.php                                       */
/*                                                             */
/*-------------------------------------------------------------*/
#defaultSelected .main{
	background-color: #cbcbcb;
}

.moduleRow { }
.moduleRowOver { background-color: #cbcbcb; cursor: hand; }
.moduleRowSelected { background-color: #cbcbcb; }

/*-------------------------------------------------------------*/
/*                                                             */
/* account.php                                                 */
/*                                                             */
/*-------------------------------------------------------------*/
.td_account{
	width: 65px;
	text-align: center;
}

/*-------------------------------------------------------------*/
/*                                                             */
/* account_history.php                                         */
/*                                                             */
/*-------------------------------------------------------------*/
.history{
	border: 1px solid #58585A;
	margin-bottom: 15px;
}
/*-------------------------------------------------------------*/
/*                                                             */
/* cms.php                                                     */
/*                                                             */
/*-------------------------------------------------------------*/
.cms{
	text-align: justify;
	padding: 0px 5px;
}
.cms:first-letter{
	font-size: 18px;
	font-weight: bold;
}
.cms a{
	color: #58585A;
	font-weight: bold;
	text-decoration: underline;
}
.cms a:hover{
	text-decoration: none;
}
/*-------------------------------------------------------------*/
/*                                                             */
/* homeflash.php                                               */
/*                                                             */
/*-------------------------------------------------------------*/
.catalogue_flash{
	width: 420px;
	margin: auto;
}
/*-------------------------------------------------------------*/
/*                                                             */
/* sitemap.php                                                 */
/*                                                             */
/*-------------------------------------------------------------*/
.sitemap {
    padding-left: 15px;
}
.sitemap .block {
    display:block;
    float:left;
    padding: 10px 20px 10px 0px;
    width: 170px;
    border-top: 1px dotted #E3E0E0;
    color: #858585;
}

.sitemap .block a {
    color: #858585;
}

.sitemap .block a:hover {
    color: #525252;
}

.sitemap .block h4 {
color:#DB971C;
font-size:12px;
margin:0;
padding:0 0 8px;
text-align:left;
text-transform: uppercase;
}

.sitemap .block h4 a {
color:#DB971C;
}

.sitemap .block h4 a:hover {
color:#858585;
}

.sitemap ul{
    display:block;
    float:left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sitemap ul li{
    padding: 0;
    margin: 0;
    width: 170px;
}

.sitemap ul li ul li{
    width: 160px;
    padding-left: 10px;
    font-size: 11px;
}

/*-------------------------------------------------------------*/
/*                                                             */
/* newsletters_unsubscribe.php                                               */
/*                                                             */
/*-------------------------------------------------------------*/
.unsubscribe_newsletter {
    width: 400px;
    margin: 0 auto;
}

.bouton_unsubscribe_newsletter {
    margin-top:20px;
    padding:0 100px 0 0;
    float:right;
}

.bouton_unsubscribe_newsletter_done #bouton_poursuivre {
    margin-top:20px;
    float:right;
}

.bouton_unsubscribe_newsletter_done #bouton_poursuivre {
    float:right;
    line-height: normal;
}

.unsubscribe_newsletter p.error {
    color: red;
}

.unsubscribe_newsletter #labelemail {
    width: 100px;
}

.unsubscribe_newsletter #email {
    width: 200px;
}

/*-------------------------------------------------------------*/
/*                                                             */
/* SLIDE SHOW                                            */
/*                                                             */
/*-------------------------------------------------------------*/

div#home_slideshow {
    position: relative;
    zoom: 1;
}

div#home_slideshow, div#home_slideshow li {
        width: 592px;
        height: 254px;
        overflow: hidden;
}

div#home_slideshow ul, div#home_slideshow li{
        margin:0;
        padding:0;
        list-style:none;
}

.slider-wrap {
    width: 592px;
    overflow: hidden;
}

div#home_slideshow ul.soldes-ete a.soldes-ete-product {
    width: 88px;
    height: 90px;
    display: inline;
    float: left;
    margin-right: 26px;
    margin-top: 15px;
}

div#home_slideshow ul.soldes-ete {
    overflow: hidden;
    zoom: 1;
}

div#home_slideshow ul.soldes-ete li {
    position: relative;
}

div#home_slideshow ul.soldes-ete a.soldes-ete-top {
    width: 592px;
    height: 28px;
    display: inline;
    float: left;
}

div#home_slideshow ul.soldes-ete a.soldes-ete-bottom {
    width: 592px;
    height: 26px;
    display: inline;
    float: left;
}

div#home_slideshow ul.soldes-ete a.soldes-ete-encart-soldes {
    display: block;
    height: 74px;
    left: 144px;
    position: absolute;
    top: 87px;
    width: 113px;
}

div#home_slideshow ul.soldes-ete a.soldes-ete-encart-soldes2 {
    display: block;
    height: 114px;
    left: 272px;
    position: absolute;
    top: 68px;
    width: 174px;
}

div#home_slideshow ul.soldes-ete a.soldes-ete-product-first {
    margin-left: 23px;
}

div#home_slideshow ul.soldes-ete a.soldes-ete-product-first-line {
    margin-top: 0;
}

div#home_slideshow ul.soldes-ete a.soldes-ete-product-last {
    margin-right: 23px;
}

/*-------------------------------------------------------------*/
/*                                                             */
/* SOLDES                                                      */
/*                                                             */
/*-------------------------------------------------------------*/

div.soldes_listing_global {
    position: relative;
    width: 196px;
}

div.soldes_listing_container {
    position:absolute;
    background: url('/images/picto/soldes-small.png');
    height: 38px;
    width: 70px;
    left: 5px;
    top: 5px;
}

div.soldes_listing_container_text {
    color:white;
    font-size:15px;
    padding-top:8px;
    text-align:center;
    width:46px;
}

div.soldes_listing_container_text span {
    font-weight:bold;
}

div.soldes_info_global {
    position: relative;
    width: 290px;
}

div.soldes_info_container {
    position:absolute;
    background: url('/images/picto/soldes.png');
    height: 59px;
    width: 110px;
    left: 5px;
    top: 10px;
    text-align:left;
}

div.soldes_info_container_text {
    color:white;
    font-size:24px;
    padding-top:11px;
    text-align:center;
    width:72px;
}

div.soldes_info_container_text span {
    font-weight:bold;
}

div.global div.header h1{
    padding: 0;
    margin: 0;
    background: transparent;
}

div.produit div.titre table tr td h2 {
    border: none;
    font-size:12px;
    font-weight:bold;
    text-align: center;
    width:100%;
    padding: 0;
    margin: 0;
}
