/*
** Voussert's stylesheet
*/

body
{
	text-align: center;
	background-image: url("../../images/FR/bg.png" );
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	margin:0px;
	overflow-x:hidden;
}

a
{
	text-decoration: none;
	color: #333333;
	font-weight:bold;
}

a:hover
{
	text-decoration: none;
	color: #AF6515;
	font-weight:bold;
}

.top_left_menu_button a 
{
	text-decoration: none;
	color: #333333;
	font-family:arial,  verdana;
	font-size: 11px;
	font-weight:bold;
}

.top_left_menu_button a:hover
{
	text-decoration: none;
	color: #AF6515;
	font-family: arial,  verdana;
	font-size: 11px;
	font-weight:bold;
}

a img
{
	border: 0;
}

form
{
	margin: 0px;
}

#center
{
	position:absolute; 
	left: 50%;  
	width: 1000px; 
	margin-left: -500px; /* moitié de la largeur */ 
	
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFFFF;
	font-weight:normal;
	
	text-align: justify;
	font-family: arial, verdana;
}

/*
**
** Header, with logo and "promo/variable box.
**
*/

#header
{
	height: 111px;
	width: 1000px;
    background-color: #FFFFFF;
	background-repeat:repeat-x ;
	background-image: url("../../images/header/FR/headerFond2010.jpg" );	
}

#header_logo
{
	position: absolute;
	margin-top:20px;
	margin-left: 0px;
	width: 326px;
	height: 80px;
	background-repeat:no-repeat  ;
	background-image: url("../../images/header/FR/headerLogo2010.jpg" );
}

#header_home
{
	width: 260px;
	height: 60px;
	position: absolute;
	margin-top: 20px;
	margin-left: 5px;
}

#header_pub
{
	width: 530px;
	height: 81px;
	position: absolute;
	margin-top: 13px;
	margin-left: 325px;
}

#header_en
{
	width: 22px;
	height: 14px;
	position: absolute;
	margin-top: 6px;
	margin-left: 35px;
	border:1px solid #000000
/*
	margin-top: 0px;
	margin-left: 810px;
*/
}

#header_fr
{
	width: 22px;
	height: 14px;
	position: absolute;
	margin-top: 6px;
	margin-left: 7px;
	border:1px solid #000000
/*
	margin-top: 0px;
	margin-left: 780px;
*/
}

#right_customer_space
{
	width: 116px;
	height: 90px;
	position: absolute;
	margin-top: 12px;
	margin-left: 858px;
	padding : 0px;
	background-repeat: no-repeat;
	background-image: url("../../images/header/FR/espace_client2010.jpg" );
}

#right_customer_deconnexion
{
	width: 100px;
	height: 15px;
	position: absolute;
	margin-top: 17px;
	margin-left: 888px;
	padding : 0px;
}

#right_customer_deconnexion a
{
	font-weight:normal;    
	font-family: verdana, verdana;
	font-size: 10px;
	line-height:11px;
	letter-spacing :0px;
    color:#ffffff;
	cursor: pointer;    
}
#right_customer_deconnexion a:hover
{
    color:#ffb53e
}

#right_customer_account
{
	width: 100px;
	height: 18px;
	position: absolute;
	margin-top: 34px;
	margin-left: 888px;
	padding : 0px;
}

#right_customer_account a
{
	font-family: verdana, verdana;
	font-size: 11px;
	line-height:12px;
	letter-spacing :0px;
	font-weight:bold;    
    color:#003e6f
}
#right_customer_account a:hover
{
	font-family: verdana, verdana;
	font-size: 11px;
	line-height:12px;
	letter-spacing :0px;
	font-weight:bold;    
    color:#ffb53e
}

#right_customer_basket
{
	width: 95px;
	height: 20px;
	position: absolute;
	margin-top: 58px;
	margin-left: 890px;
	padding : 0px;
}
#right_customer_basket a
{
	font-family: verdana, verdana;
	font-size: 11px;
	line-height:12px;
	letter-spacing :0px;
	font-weight:bold;    
    color:#21486f
}
#right_customer_basket a:hover
{
	font-family: verdana, verdana;
	font-size: 11px;
	line-height:12px;
	letter-spacing :0px;
	font-weight:bold;    
    color:#ffb53e
}


.right_customer_article
{
	width: 115px;
	height: 15px;
	position: absolute;
	margin-top:77px;
	margin-left: 860px;
	padding : 0px;
	font-family: arial, verdana;
	font-size: 10px;
	line-height: 11px;
	color: #FFFFFF;
	font-weight:bold;
    text-align:center;
}
.right_customer_amount
{
	width: 115px;
	height: 15px;
	position: absolute;
	margin-top:89px;
	margin-left: 860px;
	padding : 0px;
	font-family: arial, verdana;
	font-size: 11px;
	line-height: 11px;
	color: #FFFFFF;
	font-weight:bold;
    text-align:center;
}

/*
*  -------------------- Menu style ---------------------------------------
*
*  maintenant inclus à partir du fichier menu.css 
*
*/
 
/*
** left content : search box, menu
*/
#contenteur
{
    margin:0px;
	padding:0px;
}

#left_content
{
	float: left;
	display: block;
	background-color: #FFFFFF;
	width: 185px;
	margin: 0px;
	padding:0px
}

#top_search
{
	float: left;
	width: 185px;
	margin: 0px;
	padding:0px;
	background-color: #FFFFFF;
}

#search_box
{
	width: 171px;
	height: 53px;
	float: left;
	margin: 0px;
	margin-left: 14px !important;
	margin-left: 7px;
	margin-top: 0px;
    background-repeat: no-repeat;
    background-image: url('../../images/left_content/search_left/FR/zone_recherche.gif');    
}


#catalog_box
{
	width: 182px;
	height: 58px;
	float: left;
	margin: 0px;
	margin-left: 3px !important;
	margin-left: 0px;
	margin-top: 0px;
    background-repeat: no-repeat;
    background-image: url('../../images/left_content/catalog_left/FR/zone_catalogues.jpg');    
}

a.catalogEntretien
{
	margin : 0px;
	padding : 0px;
	font-family: arial,verdana;
	font-weight: bolder;
	font-size: 12px;
	line-height : 12px;	
	color: #FFFFFF;
	letter-spacing : 1px;
	padding-left:100px;
}
a:hover.catalogEntretien
{
	color: #000000;
}

a.catalogJardin
{
	margin : 0px;
	padding : 0px;
	font-family: arial,verdana;
	font-weight: bolder;
	font-size: 12px;
	line-height : 12px;
	letter-spacing : 1px;
	color: #FFFFFF;
	padding-left:100px;
}
a:hover.catalogJardin
{
	color: #000000;
}

#noustrouver_box
{
	width: 182px;
	height: 44px;
	float: left;
	margin: 0px;
	margin-left: 3px !important;
	margin-left: 0px;
	margin-top: 0px;
    background-repeat: no-repeat;
    background-image: url('../../images/left_content/catalog_left/FR/zone_noustrouver.jpg');    
}
a.noustrouver
{
	margin : 0px;
	padding : 0px;
	font-family: arial,verdana;
	font-weight: bolder;
	font-size: 12px;
	line-height : 12px;	
	color: #FFFFFF;
	padding-left:75px;
	letter-spacing : 1px;	
}

a:hover.noustrouver
{
	margin : 0px;
	padding : 0px;
	font-family: arial,verdana;
	font-weight: bolder;
	font-size: 12px;
	line-height : 12px;	
	padding-left:75px;
	color: #000000;
	letter-spacing : 1px;
}

/*
#left_menu_top {
*/

#top_search_top
{
	float: left;
	margin-bottom: 0px !important;
	margin-bottom: -5px;
	margin-top: 4px;
	margin-left: 14px !important;
	margin-left: 7px ;
	margin-right: 0px;
	width: 185px;
	height: 12px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-image: url("../../images/left_content/menu_left/FR/top.png" );
}

.top_left_menu_button
{
	float: left;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-left: 28px;
	width: 157px !important;
	width: 157px;
	height: 26px;
	background-color: #58c2f0;
	background-repeat: no-repeat;
	background-image: url("../../images/left_content/menu_left/FR/button.png" );
}

#top_search_title
{
	float: left;
	width: 185px;
	height: 33px;
	background-color: #58c2f0;
	background-repeat: no-repeat;
	background-image: url("../../images/left_content/menu_left/top_search.png" );
}

#menu_arrow_content
{
	float: left;
	margin-left: 14px !important;
	margin-left: 7px;
	padding-left: 8px;
	width: 163px !important;
	width: 163px;
	background-repeat: repeat-x;
	background-image: url("../../images/left_content/menu_left/FR/bg_top_search.png" );
}

.arrow_txt
{
	float: left;
	margin-left: 0px;
	padding-left: 2px;
	padding-top: 3px !important;
	padding-top: 3px;
	width: 161px;
}

.arrow_txt img
{
	float: left;
	padding-top: 15px;
	padding-top: 5px !important;
	margin-right: 6px;
}
.arrow_txt_leg
{
	float: left;
	margin-left: 0px;
	padding-left: 2px;
	padding-top: 15px;
	padding-top: 5px !important;
	width: 200px;
}

.arrow_txt_leg img
{
	float: left;
	padding-top: 15px;
	padding-top: 5px !important;
	margin-right: 6px;
}

/*
** right content : body_info and right content column
*/

#right_content_body
{
	float: left;
	width: 805px !important;
	width: 790px;
	background-color: #FFFFFF;
	margin-left: 0px !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
	padding-top: 0px !important;
	padding: 5px;
	margin: 0px;
}

#right_menu_blue
{
	width: 789px !important;
	width: 789px;
	height: 55px;
	margin-bottom: 0px !important;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-image: url("../../images/right_content/FR/top_menu_blue2010.jpg");
	padding-bottom: 0px;
	
}

.right_menu_blue_style
{
	display: inline;
    color : #1b3d4b;
	font-weight: bold;
	margin: 0px;
	vertical-align : bottom;
	font-size:11px;
}

.right_menu_blue_style a
{
	text-decoration: none;
	color: #1b3d4b;
	font-weight:bold;
}

.right_menu_blue_style a:hover
{
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}

#right_body_content
{
	float: left;
	width: 630px !important;
	width: 630px;
	padding: 0px;
	margin: 0px;
	margin-top:5px;
	background-color: #FFFFFF;
	margin-top:5px;
}

#right_body_panier
{
	float: left;
	width: 785px !important;
	width: 785px;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	margin-top:5px;
}

#right_body_recherche
{
    min-height: 2220px; 
    margin-top:2px !important; 
    margin-top:5px; 
}

#right_whereami
{
	float: left;
	width: 620px ;
	height: 26px;
	margin-top: 5px !important;
	margin-top: 5px;
	padding-left: 5px !important;	
	padding-left: 5px;	
	background-image: url("../../images/right_content/FR/whereami.gif" );
	background-repeat:repeat-x;
}

.panel_right_whereami
{
	float: left;
	width: 620px ;
	height: 26px;
	margin-top: 5px !important;
	margin-top: 5px;
	padding-left: 5px;	
}

.right_whereami_text
{
	margin-top: 5px;
	margin-left: 8px;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;	
}

.right_whereami_text_recherche
{
	margin-top: -18px;
	margin-left: 70px;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color : #000000;	
}

.right_select_brand
{
	float: left;
	width: 613px !important;
	width: 618px ;
	padding: 5px !important;
	padding-right: 0px;
	margin-top: 5px;
	margin-left: 0px !important;
	margin-left: 0px;
	border:1px solid #888888;
}

.right_select_brand_accordion
{
	float: left;
	width: 625px !important;
	width: 625px ;
}

.right_select_brand_type
{
	margin-right: 20px;
	margin-left: 8px;
	font-size: 11px;
	text-decoration: underline;
	color: #0000FF;
}

.dropdown_marques
{
    margin:0px;
	font-family: arial, verdana;
	font-weight: bold;
	font-size: 12px;
}

#select_category
{
	width: 500px;
	height: 20px;
}

/*
** Product result and descritption
*/

#rbody
{
	float: left;
	width: 620px !important;
	width: 620px;
	margin-bottom: 40px;
	padding: 5px !important;
	padding: 5px;
	background-color: #FFFFFF;
}

#rbody_catalogue
{
	float: left;
	width: 620px !important;
	width: 620px;
	margin-bottom: 0px;
	padding: 5px !important;
	padding: 5px;
	background-color: #FFFFFF;
}

.rbody_product
{
	float: left;
	width: 620px;
	height: 120px;
	margin-bottom: 5px;
	margin-top: 2px;
	border-bottom: 1px solid #000000;
}

.rbody_product_image
{
	float: left;
	width: 75px;
	height: 75px;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
/*	border: 1px solid #000000; */
	text-align:center;
}

.rbody_product_menu
{
	float: left;
	margin-right: 20px;
	padding-top: 10px;
	width: 110px;
	height: 80px;
}


.rbody_product_button_infos
{
	float: left;
	width: 101px;
	height: 37px;
	background-repeat: no-repeat;
	background-image: url("../../images/right_content/center_promo/FR/more_infos.gif" );
}

.rbody_product_button_achat
{
	float: left;
	width: 111px;
	height: 36px;
	background-repeat: no-repeat;
	background-image: url("../../images/right_content/center_promo/FR/ajout_panier.gif" );
}

.rbody_product_descri
{
	width: 180px;
	float: left;
	margin-right: 30px;
}

.rbody_product_zone
{
    padding-left: 5px;
    padding-right: 5px; 
    background-color: #E9E9E9;
}

/*
.rbody_product_ref
{
	float: left;
	padding: 2px;
	width: 110px;
	height: 18px;
}*/

.rbody_product_ref
{
	margin-left: 8px;
	font-family: arial, verdana;
	font-weight: bolder;
	font-size: 12px;
	color:#777777;
}

.rbody_product_title
{
	font-family: arial, verdana;
	font-weight: bolder;
	font-size: 11px;
	line-height:14px;
	text-align:left;
}

.rbody_product_resume
{
	font-family: arial, verdana;
	font-size: 11px;
	line-height:12px;
	font-style:italic;
}

.rbody_product_price
{
    position:relative;
    height:70px;
    width:110px;        
	margin-top:0px;
}

 .prixTTC_Liste
{
    font-size:11px;
    margin-top:5px;
    text-align:right;
}

.rbody_product_price_shadow
{
    position:absolute;
    top:0px;
    left:1px;
    height:60px;
    width:100%;
    text-align:right;
	font-size: 18px;
    font-weight:bold;
    font-family: Arial;
    font-style:italic;
    color:#CBCBCB;
    line-height : 26px;
}

.rbody_product_price_noshadow  
{
    position:absolute;
    top:-1px;
    right:0px;
    height:60px;
    width:100%;
    text-align:right;
    font-size: 18px;
    font-weight:bold;
    font-family: Arial;
    font-style:italic;
    color:#FF0000;
    line-height : 26px;
}

.rbody_product_price_euro
{
	font-weight:normal;
	font-style:normal;
}

.rbody_product_price_ttc
{
	font-weight:normal;
	font-style:normal;
    font-size: 14px;	
     color:#707070;
    text-align:right;
    display:inline;
}


.rbody_product_promo
{
	float: left;
	margin-top: 15px;
	width: 60px;
	height: 17px;
	background-repeat: no-repeat;
	background-image: url("../../images/right_content/center_promo/FR/promo.gif" );
}

.rbody_product_hr 
{
    margin:0px;
    border:1px solid black;
    width:100%;
    height :1px;   
}

.price_zone
{
    position:relative;
    height:100%;
    width:100%;        
	margin-top:0px;
}

.price_shadow
{
    position:absolute;
    top:0px;
    left:1px !important;
    left:1px;
    height:30px;
    width:100%;
    text-align:right;
	font-size: 18px;
    font-weight:bold;
    font-family: Arial;
    font-style:italic;
    color:#C0C0C0;
    line-height : 26px;
}

.price_noshadow  
{
    position:absolute;
    top:-1px !important;
    top:-1px;
    right:0px;
    height:30px;
    width:100%;
    text-align:right;
    font-size: 18px;
    font-weight:bold;
    font-family: Arial;
    font-style:italic;
    color:#FF0000;
    line-height : 26px;
}

.promo_price_strike  
{
    font-size: 16px;
    color:#444444;
    font-weight:normal;
    text-decoration:line-through;
}
.promo_price_shadow_strike  
{
    font-size: 16px;
    color:#E0E0E0;
}
.rbody_product_dispo
{
    position:relative;
    height:10px;
    width:350px;        
	margin-top:0px;
}

.rbody_product_dispo_shadow
{
    position:absolute;
    top:0px;
    left:1px;
    height:30px;
    width:100%;
    text-align:center;
	font-size: 12px;
    font-weight:bold;
    font-family: Arial;
    font-style:italic;
    color:#CBCBCB;
    line-height : 20px;
}

.rbody_product_dispo_noshadow  
{
    position:absolute;
    top:-1px;
    right:0px;
    height:30px;
    width:100%;
    text-align:center;
    font-size: 12px;
    font-weight:bold;
    font-family: Arial;
    font-style:italic;
    color:#FF0000;
    line-height : 20px;
}

/*
** legal infos
*/

#legal_infos
{
	float: left;
	width: 640px !important;
	width: 615px;
	height: 230px;
    padding-left: 12px; 
    padding-top: 22px; 
    font-size:10px;
	background-repeat: no-repeat;
	background-image: url("../../images/infos_leg/FR/backg.jpg" );
}

.legal_infos_body_menu a
{
	font-family: arial, verdana;
	font-size: 9px;
	color: #666666;
}

.legal_arrow_txt
{
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	width: 10px;
	height: 20px;
}

.legal_arrow_txt img
{
	padding-top: 0px;
	margin-left: 6px;
}

#legal_infos_footer
{
	width: 640px;
	height: 30px;
	background-repeat: no-repeat;
	background-image: url("../../images/infos_leg/FR/down_leg.gif" );
}

/*
** Right colonne.
*/

#right_column
{
	float: left;
	width: 161px !important;
	width: 161px ;
	padding: 0px;
	margin: 0px;
	margin-left: 0px !important;
	margin-left: -10px;
	background-color: #FFFFFF;	
}

#right_numero
{
	float: right;
	width: 159px !important;
	width: 159px ;
	height: 40px;
	padding: 0px;
	margin: 0px;
	margin-top: 12px !important;
	margin-top: 5px;
	margin-left: 5px !important;
	margin-left: 5px;
	background-repeat: no-repeat;
	background-image: url("../../images/right_content/FR/num_azur.gif" );
}

#rbody_customer_top
{
	width: 161px !important;
	width: 161px ;
	height: 23px;
	background-image: url("../../images/right_content/custom_space/FR/top.gif" );
	background-repeat: no-repeat;
}

#rbody_customer_compte
{
	width: 161px !important;
	width: 161px ;
	height:19px;
	background-image: url("../../images/right_content/custom_space/FR/votre_compte.gif" );
	background-repeat: no-repeat;
}

#rbody_customer_panier
{
	width: 161px !important;
	width: 161px ;
	height: 25px;
	background-image: url("../../images/right_content/custom_space/FR/votre_panier.gif" );
	background-repeat: no-repeat;
}

#right_video
{
	float: right;
	width: 161px !important;
	width: 161px ;
	height: 140px;
	margin-left: 8px !important;
	margin-left: 5px;
	background-image: url("../../images/FR/fondvideo.jpg" );
	background-repeat: no-repeat;
}

.right_promo_type
{
	float: right;
	width: 150px !important;
	width: 150px ;
	margin-top: 8px;
	margin-left: 8px !important;
	margin-left: 8px;
	background-repeat: no-repeat; /* ajout */
	border-color: Black;
	border-style: solid;
	border-width: 1px;
}

.right_promo_titre
{
	font-size: 14px;
	font-weight: bold;
	
    background-image: url("../../structure/imgFicheProduit/remise.png");
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 39px;
    padding-left: 0px;
    padding-top: 5px;
    position: absolute;
    width: 40px;
	
}

.ancien_prix
{
	color:#AAA;
	font-style:italic;
	 text-align:right;
	 font-size:11px;
	
}

.prixTTC
{
	height:12px;
	 color: Black;
	 text-align:right;
	 font-size:11px;
	 margin-top:-12px;
}



.Pourcent_Remise
        {
            background-image: url(../../structure/imgFicheProduit/remise.png);
            background-repeat: no-repeat;
            width: 40px;
            height: 39px;
            padding-left: 2px;
            padding-top: 5px;
        }
        .Pourcent_Remise span
        {
            color: Red;
            font-weight: bold;
            font-size: 14px;
        }
        .Pourcent_Remise_Liste
        {
            float: left;
            display: block;
            position: absolute;
            background-image: url(../../structure/imgFicheProduit/remise.png);
            background-repeat: no-repeat;
            background-position: top left;
            width: 40px;
            height: 39px;
            padding-left: 2px;
            padding-top: 5px;
        }
        .Pourcent_Remise_Liste span
        {
            color: Red;
            font-weight: bold;
            font-size: 14px;
        }
        .listeAncien
        {
            color: #AAA;
            font-style: italic;
            text-align: right;
            font-size: 11px;
        }
        
       
        
                .price_zone_promo
                {
                    position: relative;
                    height: 100%;
                    width: 100%;
                    margin-top: 0px;
                }
                .price_shadow_promo
                {
                    position: absolute;
                    top: 0px;
                    left: 1px !important;
                    left: 1px;
                    height: 24px;
                    width: 100%;
                    text-align: right;
                    font-size: 18px;
                    font-weight: bolder;
                    font-family: Arial;
                    font-style: italic;
                    color: #AAAAAA;
                    line-height: 22px;
                    padding-left: 5px;
                }
                .price_noshadow_promo
                {
                    position: absolute;
                    top: -1px !important;
                    top: -1px;
                    height: 24px;
                    width: 100%;
                    text-align: right;
                    font-size: 18px;
                    font-weight: bolder;
                    font-family: Arial;
                    font-style: italic;
                    color: Red;
                    line-height: 22px;
                    padding-left: 5px;
                }

/*
**
*/

#footer
{
	width: 833px;
	height: 131px;
	margin: auto;
}

/*
Ajout clem
*/

.btnRecherche
{
}

.txtRecherche
{
	border: none;
	width: 126px;
	height : 19px;
	margin: 0px;
	margin-left : 0px !important;
	margin-left : 0px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color :#FFFFFF ;
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-left: 1px solid #888888;
	border-top: 1px solid #444444;
}

.imgnocurseur
{
	cursor: default;
}

.imgcurseur
{
	cursor: pointer;
}

#positionAccordeon
{
	float: left;
	display: block;
	width: 175px;
	padding-left: 14px;
}

#positionAccordeon a
{
	color: Black;
}

#positionAccordeon a:hover
{
	color: White;
}

/* menu droite default.aspx*/

#right_menu
{
	float: right;
	width: 161px !important;
	width: 161px;
	margin-left: 5px !important;
	padding-top: 10px;
	background: #FFFFFF;
}

.right_menu_button
{
	width: 159px !important;
	width: 140px;
	height: 22px;
	padding-top: 1px;
	padding-left: 20px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-image: url("../../images/right_column_menu/FR/button.jpg" );
}

.right_menu_button a
{
	color: #FFFFFF;
}
.right_menu_button a:hover
{
	color: #000000;
}

.right_column_refer
{
	float: right;
	width: 160px !important;
	width: 160px;	
	height: 160px;
	margin-top: 8px;
	margin-left: 5px;
	background-repeat: no-repeat;
	background-image: url("../../images/right_content/FR/refpar.gif" );
	border: 1px solid #000000;
}

.right_column_3x
{
    float: right;
	width: 158px !important;
	width: 158px;	
	height: 115px;
	margin-top: 8px;
	margin-left: 5px;
	background-repeat: no-repeat;
	background-image: url("../../images/right_content/FR/3X.gif" );
	border: 1px solid #000000;
}

.right_column_pay
{
	float: right;
	width: 158px !important;
	width: 158px;	
	height: 176px;
	margin-top: 8px;
	margin-left: 5px;
	background-repeat: no-repeat;
	background-image: url("../../images/right_content/FR/pay_secu.jpg" );
	border: 1px solid #000000;
}

.right_column_colis
{
	float: right;
	width: 158px !important;
	width: 158px;	
	height: 99px;
	margin-top: 8px;
	margin-left: 5px;
	background-repeat: no-repeat;
	background-image: url("../../images/right_content/FR/colissimo.jpg" );
	border: 1px solid #000000;
}

/*  Accordion panel */

.acces_marques
{
    width: 152px; 
    height: 20px;
	background-repeat: no-repeat;
	background-image: url("../../images/menu_centre_left/FR/title.jpg" );
}


.accordionHeader
{
	border: 1px solid #2F4F4F;
	color: Black;
	background: url(../../images/FR/fondAccordion.jpg) repeat-x;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
	border: 1px solid #94d0ed;
	color: white;
	background: url(../../images/FR/fondAccordion.jpg) repeat-x;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
	background-color: #EEEDED;
	border: 1px dashed #95ceed;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
}


#contentText
{
	position: absolute;
    width: 610px; 
    height: 1200px;
}


/* Bonnes affaires */

#BonnesAffaires
{
	
	
	display:block;
	width: 169px;
	height: 64px;
	float: left;
	margin: 0px;
	margin-left: 0px;
	margin-top: 0px;
	background-repeat: no-repeat;
	padding-left:10px;
}



#blocPub
{

	position:absolute; 
	left: 50%;  
	width: 1470px; 
	margin-left: -735px; /* moitié de la largeur */ 
	
	
	z-index:-20;
}

#blocPub a
{
	z-index:50;
}

#TDMilieu
{
	z-index:-20;
}



