/* J+B Séquences -- SHOP 2 css */

/*
/*
/*
/*
/* SHOP 2 */

#shop-back {
	position: absolute; top: 190px; left: 210px;
}

#shop2 {
font-size: 0.8em;
background: #292929 url(../jplusb_imports/tabs-bg.png) 0 bottom repeat-x;
padding: 20px 10px 100px 10px;
margin-top: 82px;
}

#shop2 div.liste-dvd {
float: left; width: 120px;
margin: 10px; padding: 10px;
border: #666 1px dotted;
min-height: 290px;	
}

#shop2 div.liste-dvd .prix {font-size: 1.1em;}

#shop2 div.liste-dvd h1 {margin-bottom: 5px;}

#shop2 div.bloc-dvd {
float: none;
margin: 10px;
padding: 10px;
width: 550px;
/* width: 267px;*/
border: #666 1px dotted;}

#shop2 div.infos-dvd {
float: left;
width: 330px;
padding-top: 4px;
margin-left: 10px;
}

#shop2 img {
float: left;
}

#shop2 div.liste-dvd img {
	float: none; margin-bottom: 5px;
	width: 100px;
}

#shop2 p.description {
font-size: 0.9em;
width: 330px;
}

#shop2 span.prix {
font-size: 1.6em;
font-weight: bold;
}

#shop2 h1.description-titre {
width: 330px; margin-bottom: 10px;
font-size: 1.3em;
color: #c00;
}
#shop2 h1.description-titrebleu {
font-size: 1.3em;
color: #39c;
}
#shop2 h1.description-titrejaune {
font-size: 1.3em;
color: #ff0;
}

#shop2 a.command {
display: block;
margin-top: 20px;
width: 130px;
height: 25px;
background: transparent url(../jplusb_imports/bt-commander.png) 0 0 no-repeat;
}
#shop2 a.command:hover {
background: transparent url(../jplusb_imports/bt-commander.png) 0 -25px no-repeat;
}
#shop2 a.command span {
display: none;
}

#shop2 a.top {
margin: 10px;
font-size: 0.9em;
color: #fff;
text-decoration: underline;
}
#shop2 a.top:hover {
color: #9c0;
text-decoration: none;
}


/* ----------- shop - panier -------------- */

#panier2 {
position: absolute;
top: 192px;
right: 20px;
width: 200px;
height: 60px;
background: #292929 url(../jplusb_imports/shop-bg-panier.png) 0 0 repeat-x;
}

#panier2 p.caddie {
padding-left: 45px;
height: 60px;
line-height: 53px;
background: transparent url(../jplusb_imports/shop-caddie-icon.png) 5px -2px no-repeat;
}

#panier2 p.caddie a {
color: #fff;
text-decoration: underline;
}

#panier2 p.caddie a:hover {
text-decoration: none;
}

#panier2 p.fleche, #shop-back p.fleche {
padding-left: 45px;
height: 60px;
line-height: 53px;
background: transparent url(../jplusb_imports/shop-fleche-icon.png) 5px -2px no-repeat;
}

#panier2 p.fleche a, #shop-back p.fleche a {
color: #fff;
text-decoration: underline;
}

#panier2 p.fleche a:hover, #shop-back p.fleche a:hover {
text-decoration: none;
}