/*-------------------------------------*/
/*-------------  HTML ----------------*/
/*------------------------------------*/

table {
	border-collapse : collapse;
	border-spacing : 0;
}
fieldset,img{
	border : 0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style : normal;
	font-weight : normal;
		font-family: Tahoma;
}
ol,ul {
	list-style : none;
}
caption,th {
	text-align : left;
}
h1,h2,h3,h4,h5,h6 {
	font-size : 100%;
	font-weight : normal;
	font-family: Tahoma;
	display : inline;
}
q:before,q:after {
	content : '';
}

 
 
.blocTopventeTitre, .blocBoutikOfficielTitre  {
    font-size : 12px;
    color : black;
    font-weight : bold;
    font-family: Tahoma;
}
 
.blocTopVenteTxt a{
    color : Black;
    text-decoration : none;
}

.blocTopVentePrix{
    color : #EA670C;
    font-weight : bold;
    font-size : 16px;
}
 
#blocTopVenteListe li {
    border-bottom : 1px solid #818181;
}

 
#blocTopVenteListe li a:hover, #blocTopVenteListe li a.topVenteProduitOn, #blocTopVenteListe2 li a:hover, #blocTopVenteListe2 li a.topVenteProduitOn  {
    background-image : url(../images/1px.gif);
    border-left : 1px solid white;
}
#blocTopVenteListe li a, #blocTopVenteListe li a.topVenteProduitOff, #blocTopVenteListe2 li a, #blocTopVenteListe2 li a.topVenteProduitOff {
    background-image : url(../images/bloc-topventeliste-li-bg.gif);
    color : Black;
    border-left : 1px solid #818181;
    text-decoration : none;
 
}


#blocTopVenteListe ul, #blocTopVenteListe2 ul {
    position : absolute;
    top : 13px;
    left : 170px;

}
#blocTopVenteListe li {
    display : block;
    position : relative;
    float : left;
    height : 58px;
    width : 214px;
}
#blocTopVenteListe li a {
    display : block;
    position : relative;
    float : left;
    height : 58px;
    width : 214px;
    cursor : pointer;
}

 
#blocTopVenteListe td.numero {
    vertical-align : middle;
    text-align : center;
    height : 40px;
    width : 20px;
	font-size:14px;
	font-family: Tahoma;
}



#blocTopVenteListe td.desc {
    vertical-align : middle;
    height : 40px;
    width : 130px;
	font-size:14px;
	font-family: Tahoma;
}
 
#blocTopVenteListe td.prix{
    vertical-align : bottom;
    height : 40px;
    width : 60px;
	color : #EA670C;
	font-weight:bold;
} 
 

.topventeContentOn {
    height: 377px;
    width: 385px;
    position: absolute;
    display : block;
    top : 15px;
    left : 0px;
}
.topventeProduitContentOn {
    height: auto;
    width: auto;
    position: relative;
    display : block;
}
.topventeProduitContentOff {
    height: auto;
    width: auto;
    position: relative;
    display : none;
}
.topventeContentOff {
    height: 377px;
    width: 385px;
    position: absolute;
    display : none;
    top : 15px;
    left : 7px;
}

.blocTopventeTitre {
    position : absolute;
    width : auto;
    height : auto;
    top : 15px;
    left : 20px;
}

.blocTopVenteImg {
    position : absolute;
    width : 160px;
    height : auto;
    /*top : 20px;*/
    top : 10px;
    left : 0px;
}

.blocTopVenteTxt {
    position : absolute;
    width : 150px;
    height : 80px;
    /*top : 215px;*/
    top : 200px;
	padding-top:5px;
    text-align : center;
	font-size:14px;
 
 
}

.blocTopVentePrix {
    position : absolute;
    width : 80px;
    height : 20px;
    top : 245px;
    left : 83px;
    text-align : center;
		font-size:14px;
}

.blocTopVentePrixB {
    position : absolute;
    width : 80px;
    height : 20px;
    top : 210px;
    left : 13px;
    text-decoration : line-through;
    text-align : center;
	font-size:14px;
}



#blocTopVenteListe ul, #blocTopVenteListe2 ul {
    position : absolute;
    top : 3px;
      left : 164px;
}


 
 
/* STYLE H1  H2  H3...  */
.blocTopventeTitre h2 {
font-weight:bold;
}
 
.blocTopVentePrixB{
    font-size:12px;
}


.blocTopvente {
    height: 310px;
    width: 394px;
    position: relative;
    display : block;
    float : left;
}
.blocTopvente2 {
    height: 280px;
    width: 688px;
    position: relative;
    display : block;
    float : left;
}

