h1{
	font-size: 14px;
	color: #333;
}

h1#titreAll, h1.titreAll, .blocContentTinyMCE h1{
	font-size: 14px;
	color: #333;
	background: #e5e5e5;
	padding: 5px;
	margin-left: -5px;
}

h1#titreAll a, h1.titreAll a, .blocContentTinyMCE h1 a{
	color: #333;
}

h2{
	font-size: 13px;
	color: #cc0000;
}

h3{
	font-size: 12px;
	color: #333;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0; padding: 0;
	height: 100%; width: 100%;
	background: url("/images/bgDrexcomedical_07.gif"); /*Normal*/
	/*background: url("/images/fond-drexco.png") no-repeat center top, url("/images/bgDrexcomedical_07.gif");*/ /*Noel*/
}

a img{
	border: 0px;
}

a{
	color: #333;
	text-decoration: none;
}

a:hover{
	color: #cc0000;
	text-decoration: underline;
}

/*---------------Base Class----------------*/

.txtRouge{
	color: #cc0000;
}

.txtGris{
	color: #ccc;
}

.txtItalic{
	font-style: italic;
}

.txtHidden{
	visibility: hidden;
}

.clear{
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

ul.menu{
	list-style-type: none;
	margin:0; padding: 0;
}

ul.logos{
	list-style-type: none;
	margin: 0; padding: 0;
}

ul.logos li{
	float: left;
}

ul.logos.marques li{
	width: 127px;
	height: 70px;
	margin: 2px 0;
}

.post{
	margin: 20px 0;
}

.post.partenaire{
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
}

.post.paiementSecurise{
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
}

.post.flyer{
	float: left;
	width: 33%;
}

.post.partenaire.last{
	border-bottom: 0;
}

.post.paiementSecurise.last{
	border-bottom: 0;
}

.post.partenaire .image{
	width: 130px;
	float: left;
	margin-right: 10px;
	padding: 5px 0;
}

.post.paiementSecurise .image{
	width: 130px;
	float: left;
	margin-right: 10px;
	padding: 5px 0;
}

.post.partenaire a{
	text-decoration: underline;
}

.post.flyer h3{
	height: 30px;
	margin-left: 5px;
	margin-top: 0;
}

.post .alpha{
	float: left;
	margin: 2px 0;
}

.alpha.marques{
	width: 127px;
	height: 170px;
}

.alpha.marques a{
	display: block;
}

.alpha.marques .titre{
	margin: 5px 0;
	font-weight: bold;
	color: #cc0000;
}

.content{
	width: 957px;
	margin: 0 auto;
}

/*---------------Fin Base Class----------------*/

#top{
	width: 100%;
	height: 66px;
	background: url("/images/bgDrexcomedical_01.png") repeat-x, url("/images/drexcomedical-bg_02.png") no-repeat top center;
	position: absolute;
	top: 0;
	z-index: 40;
}

#top ul.menu.left li{
	float: left;
	background: url("/images/spaceurMenuBleu.png") no-repeat left center;
}

#top ul.menu.left li:first-child{
	background: none;
}

#top ul.menu.left li a{
	display: block;
	padding: 12px 10px;
}

#top ul.menu.left li a#accueil{
	width: 38px;
	background: url("/images/drexcomedicalHover_10.png") no-repeat center;
}

#top ul.menu.left li a#quiSommesNous{
	width: 82px;
	background: url("/images/drexcomedicalHover_12.png") no-repeat center;
}

#top ul.menu.left li a#nosGaranties{
	width: 68px;
	background: url("/images/drexcomedicalHover_14.png") no-repeat center;
}

#top ul.menu.left li a#contactezNous{
	width: 80px;
	background: url("/images/drexcomedicalHover_16.png") no-repeat center;
}

#top ul.menu.left li a#accueil:hover,
#top ul.menu.left li a#quiSommesNous:hover,
#top ul.menu.left li a#nosGaranties:hover,
#top ul.menu.left li a#contactezNous:hover{
	background-color: #660099;
	visibility: visible;
}

#top ul.menu.left li:hover img{
	visibility: hidden;
}

#top ul.menu.right{
	background: #660099;
}

#top ul.menu.right > li{
	float: left;
	background: url("/images/spaceurMenuBlanc.png") no-repeat left center;
}

#top ul.menu.right > li:first-child{
	background: none;
}

#top ul.menu.right > li > a{
	display: block;
	padding: 10px 20px;
}

#top ul.menu.right li a#monCompte{
	width: 126px;
	background: url("/images/drexcomedicalHover_05.png") no-repeat center;
}

#top ul.menu.right li a#monPanier{
	width: 128px;
	background: url("/images/drexcomedicalHover_07.png") no-repeat 20px center;
}

#top ul.menu.right li:hover a#monCompte,
#top ul.menu.right li:hover a#monPanier{
	background-color: #ccc;
	visibility: visible;
}

#top ul.menu.right li:hover img.hover{
	visibility: hidden;
}

#top ul.menu.right li.basket{
	position: relative;
}

#top ul.menu.right li.basket a{
	padding-right: 50px;
}

#top ul.menu.right li.basket a .bag{
	position: absolute;
	top: 0;
	right: -30px;
	z-index: 36;
}

/*---------------DropDownLogin----------------*/

.dropdown-login{
	position: relative;
	z-index: 35;
}

.down-login{
	position: absolute;
	top: 30px;
	left: 0px;
	padding: 10px;
	background: #fff;
	border: solid 1px #660099;
}

.down-login ul.list{
	list-style-type: none;
	padding: 0;
}

.down-login ul.list.compte{
	font-weight: bold;
}

.down-login ul.list.compte li{
	padding: 1px 0;
}

/*---------------Fin DropDownLogin----------------*/

/*---------------DropDown Basket----------------*/

.dropdown-basket{
	position: relative;
	z-index: 35;
}

.down-basket{
	position: absolute;
	top: 30px;
	right: 0;
	padding: 20px 10px;
	background: #fff;
	border: solid 1px #660099;
}

/*---------------Fin DropDown Basket----------------*/

#header{
	clear: both;
	background: url("/images/bgDrexcomedical_04.png") no-repeat center bottom, url("/images/bgDrexcomedical_10.gif") repeat-x center 82%; /*Normal*/
	margin-top: 32px;
}

#header .content{
	/*background: url("/images/drexcomedical-bg_06.png") no-repeat center 85px;*/ /*Normal*/
	background: url("/images/drexcomedical-bg_medecin.png") no-repeat center 0px #fff; /*Normal avec Medecin*/
	/*background: url("/images/drexcomedical-bg_06.png") no-repeat center 85px #fff;*/ /*Noel*/
	padding-top: 25px;
}

#header .logo{
	float: left;
	margin: 0 0 0 80px;
}

#header .baner{
	float: right;
	margin-right: 80px;
}

#header ul.menu{
	clear: both;
	height: 34px;
	background: #660099;
	margin-top: 20px;
	margin-bottom: 8px;
}

#header ul.menu > li{
	float: left;
	background: url("/images/spaceurMenuBlanc.png") no-repeat left center;
}

#header ul.menu > li:first-child{
	background: none;
}

#header ul.menu > li > a{
	display: block;
	padding: 12px 9px;
}

#header ul.menu > li > a#menuProduit1{
	width: 101px;
	background: url("/images/menu-drexcomedicalHover_1.png") no-repeat center;
}
#header ul.menu > li > a#menuProduit2{
	width: 141px;
	background: url("/images/menu-drexcomedicalHover_2.png") no-repeat center;
}
#header ul.menu > li > a#menuProduit3{
	width: 148px;
	background: url("/images/menu-drexcomedicalHover_3.png") no-repeat center;
}
#header ul.menu > li > a#menuProduit4{
	width: 71px;
	background: url("/images/menu-drexcomedicalHover_4.png") no-repeat center;
}
#header ul.menu > li > a#menuProduit5{
	width: 67px;
	background: url("/images/menu-drexcomedicalHover_5.png") no-repeat center;
}
#header ul.menu > li > a#menuProduit6{
	width: 115px;
	background: url("/images/menu-drexcomedicalHover_6.png") no-repeat center;
}
#header ul.menu > li > a#menuProduit7{
	width: 100px;
	background: url("/images/menu-drexcomedicalHover_7.png") no-repeat center;
}
#header ul.menu > li > a#menuProduit8{
	width: 66px;
	background: url("/images/menu-drexcomedicalHover_8.png") no-repeat center #cc0000;
	padding: 12px 11px;
}
/*#header ul.menu > li > a#menuProduit9{
	width: 120px;
	background: url("/images/menu-drexcomedicalHover_9.png") no-repeat center #cc0000;
	padding: 12px 19px 12px 18px;
}*/

#header ul.menu > li:hover a#menuProduit1,
#header ul.menu > li:hover a#menuProduit2,
#header ul.menu > li:hover a#menuProduit3,
#header ul.menu > li:hover a#menuProduit4,
#header ul.menu > li:hover a#menuProduit5,
#header ul.menu > li:hover a#menuProduit6,
#header ul.menu > li:hover a#menuProduit7,
#header ul.menu > li:hover a#menuProduit8,
#header ul.menu > li:hover a#menuProduit9{
	background-color: #e5e5e5;
	visibility: visible;
}

#header ul.menu > li:hover img{
	visibility: hidden;
}

#header ul.menu > li.last{
	float: right;
}

/*---------------DropDown Menu----------------*/

.dropdown-menu{
	position: relative;
	z-index: 34;
}

.down-list{
	position: absolute;
	top: 34px;
	left:0;
	width: 937px;
	margin: 0;
	padding: 0;
	background: #e5e5e5;
	border-right: solid 10px #e5e5e5;
	border-bottom: solid 10px #e5e5e5;
	border-left: solid 10px #e5e5e5;
	list-style-type: none;
	/* shadow */
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	behavior: url(/css/PIE.htc);
}

.down-list h2{
	background: #e5e5e5;
	padding: 5px;
	margin: 0;
	color: #660099;
}

.down-list .left{
	width: 70%;
	min-height: 272px;
	background: #fff;
	padding: 0;
}

.down-list .left ul{
	list-style-type: none;
	margin: 0; padding: 10px 5px;
	width: 100%;
}

.down-list .left ul li{
	float: left;
	width: 33%;
}

.down-list .left ul li a{
	display: block;
	padding: 3px 4px;
	text-decoration: none;
	font-weight: bold;
}

.down-list .left ul li a:hover{
	background: #ccc;
	color: #660099;
}

/*-----------New Menu---------*/

.down-list .left.new{
	background: #e5e5e5;
}

.down-list .left.new .categorie{
	float: left;
	background: #fff;
	min-height: 272px;
	margin-right: 1%;
}

.down-list .left.new .categorie.nbrs-col1{
	width: 100%;
	margin-right: 0;
}

.down-list .left.new .categorie.nbrs-col2{
	width: 49%;
}
.down-list .left.new .categorie.col2.nbrs-col2{
	width: 50%;
	margin-right: 0;
}

.down-list .left.new .categorie.nbrs-col3{
	width: 33%;
}
.down-list .left.new .categorie.col3.nbrs-col3{
	width: 32%;
	margin-right: 0;
}

.down-list .left.new .categorie.nbrs-col2 ul li{
	width: 48%;
}

.down-list .left.new .categorie.nbrs-col3 ul li{
	width: 96%;
}

/*-----------New Menu---------*/

.down-list .right{
	width: 28%;
	padding: 30px 0 0 10px;
}

.down-list .right ul{
	list-style-type: none;
	margin: 0; padding: 0;
}

.down-list .right ul li{
	margin-bottom: 10px;
}

.down-list .right ul li a{
	color: #cc0000;
	font-size: 14px;
	font-weight: bold;
}

/*---------------Fin DropDown Menu----------------*/

#header #pub{
	background: url("/images/drexcomedical-bg_10.png") no-repeat 10px 179px #ddd;
}

#header #pub .slider{
	padding: 10px;
	width: 930px;
	height: 169px;
	overflow: hidden;
	position: relative;
}

#header #pub .slider ul{
	list-style-type: none;
	margin: 0; padding: 0;
	position: absolute;
	top: 10px;
}

/*---------------Caroussel Header---------------*/

ul#tabs {
	right: 4px;
	z-index: 22;
	width: 184px;
}

ul#tabs li {
	font-size: 14px;
	font-family: Arial;
	margin-bottom: 7px;
}

ul#tabs li img {
	border: none;
	float: left;
}

ul#tabs li a {
	color: #222;
	text-decoration: none;	
	display: block;
	height: 37px;
	line-height: 37px;
	text-align: center;
	outline: none;
	background: url('/images/btnSlider.png') no-repeat;
}

ul#tabs li a:hover {
	
}

ul#tabs li a.current {
	background: url('/images/btnSlider-active.png') no-repeat;
	color: #FFF;
}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output {
	left: 10px;
	width: 761px;
	height: 169px;
	position: relative;
}

ul#output li {
	position: absolute;
	width: 761px;
	height: 169px;
}

ul#output li a {
	position: absolute;
	bottom: 10px;
	right: 0px;
	width: 110px;
	height: 37px;
}

/*---------------Fin Caroussel Header---------------*/

#header #pub .pubs{
	padding: 7px;
}

#header #pub .pubs img{
	margin: 4px;
}

#header ul.logos{
	list-style-type: none;
	margin: 20px 40px; padding: 0;
}

#header ul.logos li{
	float: left;
	margin: 10px;
}

#header h1.keys{
	clear: left;
	float: left;
	width: 50%;
	font-size: 11px;
	font-weight: normal;
	margin-left: 20px;
}

#header form#formSearch{
	float: right;
	width: 30%;
	margin-top: 10px;
}

#header form#formSearch input[type=text]{
	width: 225px;
	height: 13px;
	padding: 5px;
	background: url("/images/drexcomedical_102.gif") no-repeat;
	border: 0;
	color: #999;
	font-size: 11px;
}

#body{
	background: url("/images/drexcomedical-bg_14.png") repeat-y center;
	padding: 20px 0;
}

#body #sidebar{
	float: left;
	width: 16%;
	margin: 0 0 0 2%;
}

#body #sidebar .pubs img{
	margin: 2px 0;
}

#body #main{
	float: right;
	width: 82%;
}

.advancerRolo > h2{
	float: right;
	position: relative;
	right: -5px;
}

#body #fullMain{
	padding: 0 2%;
}

#bottom{
	clear: both;
	background: url("/images/drexcomedical-bg_17.png") no-repeat top,  url("/images/bgDrexcomedical_13.gif") repeat-x bottom;
	padding: 47px 0 5px 0;
}

#bottom .left{
	width: 16%;
	margin: 0 4%;
}

#bottom .left ul{
	list-style-type: none;
	margin: 0; padding: 0;
}

#bottom .left ul li{
	float: left;
}

#bottom .right{
	width: 74%;
	margin: 20px 2% 20px 0;
}

#bottom .right ul{
	list-style-type: none;
	margin: 0; padding: 0;
	height: 62px;
	background: #e5e5e5;
}

#bottom .right ul li{
	float: left;
	padding: 10px 21px;
}

#bottom .copyright{
	clear: both;
	width: 100%;
	margin-top: 20px;
	text-align: center;
}

#footer{
	clear: both;
	background: url("/images/bgDrexcomedical_14.gif") repeat-x top #e5e5e5;
	padding: 17px 0 30px 0;
}

#footer ul.keys{
	list-style-type: none;
	margin: 0; padding: 40px 1% 80px 3%;
	float: left;
	width: 19%;
	background: url("/images/drexcomedical_152.png") no-repeat right top;
}

#footer ul.keys li h4{
	color: #660099;
	margin-top: 0;
	font-size: 12px;
}

#footer .newsletter{
	float: right;
	width: 25%;
	margin: 20px 1% 20px 4%;
}

#footer .newsletter form label{
	display: block;
	margin-bottom: 10px;
}

#footer .newsletter form input[type=text]{
	width: 225px;
	height: 13px;
	padding: 5px;
	background: url("/images/drexcomedical_159.gif") no-repeat;
	border: 0;
	color: #999;
	font-size: 11px;
}

#footer .newsletter form input[type=image]{
	margin-right: 3px;
}

/*-----------------------ADVANCER_ROLO4.TPL------------------------*/

#slideshow{
	float: left;
}

#slideshow #slidesContainer {
	height: 120px;
}

.slide{
	height: 120px;
	position: relative;
}

.slide .blocPrix{
	position: absolute;
	top: 0;
	right: 5px;
	width: 70px;
	height: 30px;
	background: #fff;
	padding: 5px;
	border: dashed 1px #ccc;
	text-align: center;
	/* shadow */
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	behavior: url(/css/PIE.htc);
}

.slide .blocPrix .txtPrix{
	font-size: 17px;
	font-weight: bold;
	color: #cc0000;
}

#carousel-image-text-horizontal {
	margin: 0 !important;
}

.touchcarousel-item{
	width: 165px;
}

.touchcarousel-item .blocPrix{
	position: absolute;
	top: 0;
	right: 5px;
	width: 70px;
	height: 30px;
	background: #fff;
	padding: 5px;
	border: dashed 1px #ccc;
	text-align: center;
	/* shadow */
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	behavior: url(/css/PIE.htc);
}

.touchcarousel-item .blocPrix .txtPrix{
	font-size: 17px;
	font-weight: bold;
	color: #cc0000;
}

/*-----------------------FIN ADVANCER_ROLO4.TPL------------------------*/

/*-----------------------ADVANCER.TPL------------------------*/

.advancer{
	width: 240px;
	margin: 5px 10px 25px 0;
}

.advancer h2{
	width: 100%;
	min-height: 30px;
	font-size: 12px;
}

.advancer h2 a{
	color: #333;
}

.advancer .imageProduit{
	float: left;
	width: 50%;
	height: 120px;
}

.advancer .marque{
	float: right;
	width: 50%;
	min-height: 50px;
	text-align: right;
}

.advancer .imgEtiquettePromo{
	clear: right;
	float: right;
	width: 50%;
	text-align: right;
}

.advancer .bottom{
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 5px 0;
	margin: 5px 0;
}

.advancer .bottom .blocPrix{
	float: left;
	width: 50%;
	height: 60px;
	font-weight: bold;
}

.advancer .bottom .blocPrix .txtPrix{
	font-size: 18px;
	color: #cc0000;
}

.advancer .bottom .more{
	float: right;
	width: 50%;
	padding-top: 15px;
	text-align: right;
}

/*-----------------------FIN ADVANCER.TPL------------------------*/

/*-----------------------RAYON.TPL------------------------*/

.rayon{
	width: 96;
	padding: 2%;
	margin-bottom: 20px;
}

.rayon h2{
	width: 100%;
	min-height: 30px;
	font-size: 12px;
}

.rayon h2 a{
	color: #333;
}

.rayon .imageProduit{
	float: left;
	width: 50%;
	height: 140px;
}

.rayon .marque{
	float: right;
	width: 50%;
	min-height: 50px;
	text-align: right;
}

.rayon .imgEtiquettePromo{
	clear: right;
	float: right;
	width: 50%;
	text-align: right;
}

.rayon .imgEtiquette{
	clear: right;
	float: right;
	width: 50%;
	text-align: right;
}

.rayon .imgEtiquette img{
	margin: 2px;
}

.rayon .bottom{
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 5px 0;
	margin: 5px 0;
}

.rayon .bottom .blocPrix{
	float: left;
	width: 50%;
	height: 60px;
	font-weight: bold;
}

.rayon .bottom .blocPrix .txtPrix{
	font-size: 18px;
	color: #cc0000;
}

.rayon .bottom .more{
	float: right;
	width: 50%;
	padding-top: 15px;
	text-align: right;
}

/*-----------------------FIN RAYON.TPL------------------------*/

/*-----------------------ARTICLE.TPL------------------------*/

.article{
	width: 100%;
}

.article .left{
	float: left;
	width: 49%;
}

.article .left .btnAddThis{
	width: 100%;
}

.article .left .imgProduit{
	width: 97%;
}

.article .left .miniImgProduit{
	width: 100%;
}

.article .left .miniImgProduit img{
	border: solid 1px #ccc;
	margin: 2px 2px 0 0;
}

.article .right{
	float: left;
	width: 51%;
}

.article .right h2{
	float: left;
	font-size: 17px;
	width: 70%;
	margin-top: 0;
}

.article .right h2 a{
	color: #333;
}

.article .right .blocPrix{
	float: right;
	width: 30%;
	padding-bottom: 10px;
	text-align: right;
}

.article .right .blocPrix .txtPrix{
	font-size: 23px;
	font-weight: bold;
	color: #cc0000;
}

.article .right .blocPrix .txtPrixPublic{
	line-height: 12px;
}

.article .right .imgEtiquettePromo{
	float: left;
	width: 50%;
	margin: 5px 0;
}

.article .right .marque{
	float: right;
	width: 50%;
	margin: 5px 0;
	text-align: right;
}

.article .right .reference{
	clear: both;
	clear: whatever;
	width: 100%;
	margin: 10px 0;
	border-bottom: solid 1px #ccc;
}

.article .right .reference span div{
	display: inline;
}

.article .right .imgEtiquette{
	float: left;
	width: 50%;
	margin: 0;
}

.article .right .imgEtiquette img{
	display: inline;
	margin: 5px;
}

.article .left .btnArticleAll{
	float: right;
	width: 50%;
	margin: 5px 0;
	text-align: right;
}

.article .right .description{
	clear: left;
	width: 100%;
	margin: 5px 0;
}

.article .right .champsArticles{
	float: left;
	clear: left;
	width: 100%;
	margin: 10px 0;
}

.article .right .champsArticles > div{
	width: 96%;
	background: #e5e5e5;
	padding: 1% 2%;
	margin: 5px 0;
	line-height: 20px;
}

.article .right .champsArticles .titre_champs{
	width: 110px;
	float: left;
}

.article .right .txtDelaiLivraison{
	clear: left;
	width: 100%;
	margin: 5px 0;
	font-weight: bold;
}

.article .right .btnSend2Friends{
	clear: left;
	width: 100%;
	margin-top: 5px;
}

.article .right .quantite{
	float: left;
	clear: left;
	width: 150px;
	margin-top: 40px;
}

.article .right .quantite .txtQuantite{
	float: left;
	width: 65px;
	font-weight: bold;
	line-height: 20px;
}

.article .right .quantite .varQuantite{
	float: left;
}

.article .right .btnAdd2Basket{
	float: left;
	width: 193px;
}

.article .right .btnAdd2Basket:hover input[disabled]{
	background: url("/images/infoSelection.png") no-repeat right 0px;
}

.article .bottom{
	float: left;
	clear: left;
	width: 100%;
	margin: 5px 0;
	padding-bottom: 20px;
}

.blocCrossSelling{
	clear: left;
	margin: 10px 0;
	border: solid 1px #e5e5e5;
}

.blocCrossSelling .titreCrossSelling{
	color: #333;
	background: #e5e5e5;
	padding: 4px;
	margin: 5px 0;
	text-align: center;
	font-weight: bold;
}

/*-----------------------FIN ARTICLE.TPL------------------------*/

/*-----------------------GONDOLE.TPL------------------------*/

.gondole{
	height: 339px;
	padding: 10px 2% 10px 1%;
	background: url("/images/bgGondole.png") no-repeat;
	position: relative;
}

.gondole .left{
	float: left;
	width: 49%;
	margin-left: 3%;
}

.gondole .left .miniImgProduit{
	float: left;
	width: 20%;
}

.gondole .left .miniImgProduit img{
	border: solid 1px #ccc;
	margin: 2px;
}

.gondole .left .imgProduit{
	float: right;
	width: 80%;
}

.gondole .right{
	float: left;
	width: 48%;
}

.gondole .right h2{
	font-size: 17px;
	float: left;
	width: 100%;
	margin-top: 0;
}

.gondole .right h2 a{
	color: #333;
}

.gondole .right .imgEtiquettePromo{
	float: left;
	width: 31%;
	margin: 5px 1%;
}

.gondole .right .marque{
	float: left;
	width: 31%;
	margin: 5px 1%;
	text-align: right;
}

.gondole .right .blocPrix{
	float: right;
	width: 33%;
	padding-bottom: 10px;
	text-align: right;
}

.gondole .right .blocPrix .txtPrix{
	margin: -2px 0 0 0;
	font-size: 23px;
	font-weight: bold;
	color: #cc0000;
}

.gondole .right .blocPrix .txtPrixPublic{
	line-height: 12px;
}

.gondole .right .reference{
	clear: both;
	clear: whatever;
	width: 100%;
	margin: 10px 0;
	border-bottom: solid 1px #ccc;
}

.gondole .right .reference span div{
	display: inline;
}

.gondole .right .imgEtiquette{
	width: 98%;
	margin: 5px 1%;
}

.gondole .right .imgEtiquette img{
	display: inline;
	margin: 5px;
}

.gondole .right .description{
	width: 100%;
	clear: left;
	margin: 5px 0;
}

.gondole .right .txtDelaiLivraison{
	clear: left;
	width: 100%;
	margin: 5px 0;
	font-weight: bold;
}

.gondole .right .btnSend2Friends{
	clear: left;
	width: 100%;
	margin-top: 5px;
}

.gondole .right .detailsButton{
	clear: left;
	width: 100%;
	margin: 10px 0;
}

.gondole .right .btnAddThis{
	position: absolute;
	bottom: 50px;
	right: 20px;
}

.gondole .pastille{
	position: absolute;
	bottom: 0;
	left: 0;
}

/*-----------------------FIN GONDOLE.TPL------------------------*/

/*---------------Search_liens.tpl------------*/

#paginationAll{
	/*font-size: 15px;*/
	font-weight: normal;
	text-transform: uppercase;
}

.paginationLeft a{
	border: solid 1px #999;
	padding: 2px 5px 2px 14px;
	text-decoration: none;
	color: #707070;
	background: url("/boutique/img/iconeNavPrev.gif") no-repeat left center;
}

.paginationLeft a:hover{
	background: #999;
	color: #fff;
}

.pagination{
	text-align: center;
}

.pagination a{
	border: solid 1px #999;
	padding: 2px 4px;
	text-decoration: none;
	color: #707070;
}

.pagination a:hover{
	background: #999;
	color: #fff;
}

.pagination .selected{
	font-weight: bold;
	border: solid 1px #999;
	background: #999;
	padding: 2px 4px;
	color: #fff;
}

.paginationRight a{
	border: solid 1px #999;
	padding: 2px 14px 2px 5px;
	text-decoration: none;
	color: #707070;
	background: url("/boutique/img/iconeNavNext.gif") no-repeat right center;
}

.paginationRight a:hover{
	background: #999;
	color: #fff;
}

/*---------------Fin Search_liens.tpl---------------*/
