body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0; padding: 0;
	height: 100%; width: 100%;
	background: url("/images/bgBoxingshop_07.png") no-repeat center 80px #fff;
}

body.cgv{
	padding: 2%;
	height: 96%; width: 96%;
	background: #fff;
}

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;
}

a img{
	border: 0px;
}

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

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

ul, ol{
	list-style-position: inside;
}

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

.txtRouge{
	color: #cc0000;
}

.txtGris{
	color: #ccc;
}

.txtItalic{
	font-style: italic;
}

.txtUnderline{
	text-decoration: underline;
}

.txtHidden{
	visibility: hidden;
}

.clear{
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

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

.post{
	margin: 20px 0;
}

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

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

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

.post.partenaire .image img{
	width: 140px;
}

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

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

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

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

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

#top ul.menu > li:hover{
	background: #ccc;
}

#top ul.menu > li > a{
	display: block;
	padding: 10px;
	margin-left: 1px;
}

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

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

.down-login{
	position: absolute;
	top: 32px;
	right: 0px;
	padding: 10px;
	background: #fff;
	border: solid 1px #ccc;
}

.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----------------*/

#header{
	background: url("/images/bgBoxingshop_03.png") no-repeat center top;
}

#header .content{
	position: relative;
}

#header .logo{
	float: left;
	margin: 30px 0 20px 40px;
}

#header .txtRef{
	position: absolute;
	top: 50px;
	left: 320px;
	float: left;
	width: 480px;
	font-size: 11px;
	text-align: center;
}

#header .basket{
	float: right;
	position: relative;
	right: -114px;
	top: -5px;
}

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

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

.down-basket{
	position: absolute;
	top: 140px;
	right: 114px;
	padding: 20px 10px;
	background: #fff;
	border: solid 1px #333;
}

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

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

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

#header ul.menu > li:hover{
	background: #ccc;
}

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

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

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

.down-list{
	position: absolute;
	top: 34px;
	left:0;
	width: 950px;
	min-height: 314px;
	margin: 0;
	padding: 0;
	background: #fff;
	border: solid 5px #ccc;
	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 .col{
	float: left;
	width: 23%;
	padding: 10px 1%;
}

.down-list .col h3{
	margin: 0 0 0 4px;
	color: #cc0000;
}

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

.down-list .col ul li a{
	display: block;
	padding: 3px 4px;
	text-decoration: none;
	border-bottom: solid 1px #333;
	margin-right: 2px;
}

.down-list .col ul li a:hover{
	background: #333;
	color: #fff;
}

.down-list .col.marques{
	width: 26%;
	padding: 10px 0;
}

.down-list .col.marques ul li{
	float: left;
	width: 49%;
	font-size: 11px;
}

.down-list .col.marques ul li a{
	padding: 2px 3px;
}

.down-list .col.promo{
	width: 21%;
}

.down-list .col.promo ul li a{
	font-weight: bold;
	color: #cc0000;
}

.down-list .col.promo ul li a:hover{
	color: #fff;
}

.down-list .col.last{
	float: right;
	width: 25%;
	padding: 10px 0;
}

.down-list .col.last img{
	border: solid 1px #ccc;
}

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

#body{
	/*background: url("/images/bgBoxingshop_07.png") no-repeat bottom #e5e5e5;*/ /*Normal*/
	background: url("/images/bgBoxingshop_07.png") no-repeat bottom, url("/images/bgSoldes.png") no-repeat center top #e5e5e5; /*Soldes*/
	/*background: url("/images/bgBody.png");*/
	/*background: #e5e5e5;*/
	padding-bottom: 47px;
}

#body .content{
	background: #fff;
}

#body .header{
	/*background: #e5e5e5;*/
	background: url("/images/bgCarousel.png") no-repeat center 317px #e5e5e5;
}

/*---------------peKenBurns jQuery----------------*/

#body .header .peKenBurns {
	width: 960px;
	height: 367px;
}

#body .header .peKenBurns .peKb_slides {
	padding: 0;
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px; 
	border-radius: 0px;
}

/*---------------Fin peKenBurns jQuery----------------*/

#body .header .pubs{
	/*margin-left: -50px;*/ /*Décalage catalogue*/
	padding: 30px 0 14px 0;
}

body.index #body .header .pubs{
	margin-top: -15px;
	padding-top: 0;
}

#body .header .pubs img{
	display: block;
	float: left;
	/*margin-right: 15px;*/ /*Décalage catalogue*/
	margin: 0 9px;
}

#body .logos{
	float: left;
	list-style-type: none;
	margin: 0; padding: 0;
	height: 66px;
}

#body .logos li{
	float: left;
}

#body .logos li img{
	display: block;
	padding: 10px 8px;
}

#body .form{
	float: right;
	padding: 18px 5px;
}

#body .form.marques select{
	font-size: 11px;
	font-weight: bold;
}

#body .form.auto-search input{
	font-size: 11px;
	width: 195px;
	color: #999;
}

#body #sidebar{
	float: left;
	width: 17%;
	padding: 10px 0 10px 1%;
}

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

#body #main{
	float: right;
	width: 78%;
	padding: 10px 2%;
}

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

#body #fullMain{
	padding: 10px 2% 30px 2%;
}

#bottom{
	background: #fff;
}

#bottom .content{
	padding-bottom: 10px;
}

#bottom .left{
	float: left;
	margin-left: 2%;
}

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

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

#bottom .logos{
	float: right;
	list-style-type: none;
	margin: 0;padding: 0;
}

#bottom .logos li{
	float: left;
}

#bottom .logos li img{ 
	display: block;
	padding: 27px 25px;
}

#copyright{
	background: #999;
}

#copyright .content{
	padding-top: 1px;
	padding-bottom: 1px;
}

#copyright p{
	text-align: center;
	color: #fff;
	margin: 5px 0;
}

#copyright p a{
	color: #fff;
}

#footer{
	background: #ccc;
}

#footer .content{
	padding-bottom: 30px;
}

#footer ul.keys{
	float: left;
	list-style-type: none;
	margin: 0 2%;padding: 20px 0 0 0;
	width: 21%;
	min-height: 257px;
	background: url("/images/boxingshop_133.png") no-repeat right top;
}

#footer .newsletter{
	float: right;
	width: 25%;
	padding-top: 20px;
}

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

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

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

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

#slideshow #slidesContainer {
	height: 150px;
}

.slide{
	height: 150px;
	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;
}

/*-----------------------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 p{
	font-weight: bold;
	margin: 0;
	color: #cc0000;
	font-size: 11px;
}

.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: 10px 2%;
	margin-bottom: 20px;
	position: relative;
}

.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{
	position: absolute;
	right: 0;
	top: 60px;
}

.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: 55%;
	min-height: 45px;
	font-weight: bold;
}

.rayon .bottom .blocPrix p{
	font-weight: bold;
	margin: 0;
	color: #cc0000;
	font-size: 11px;
}

.rayon .bottom .blocPrix .txtPrix{
	font-size: 18px;
	color: #cc0000;
	float: left;
	width: 54%;
}

.rayon .bottom .blocPrix .txtPrixPublic{
	float: right;
	width: 45%;
}

.rayon .bottom .more{
	float: right;
	width: 45%;
	text-align: right;
	margin-top: 5px;
}

.toolTipRayon h2{
	color: #fff;
}

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

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

.article{
	width: 100%;
}

.article .left{
	width: 49%;
}

.article .left .btnAddThis{
	width: 100%;
	margin-bottom: 10px;
}

.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{
	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 p{
	font-weight: bold;
	margin: 0;
	color: #cc0000;
	font-size: 11px;
}

.article .right .blocPrix .txtPrix{
	font-size: 20px;
	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;
	width: 100%;
	margin: 10px 0;
	border-bottom: solid 1px #ccc;
}

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

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

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

.article .right .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 .quantite{
	float: left;
	clear: left;
	width: 150px;
	margin-top: 80px;
}

.article .right .quantite label{
	float: left;
	margin-right: 5px;
	font-weight: bold;
	line-height: 20px;
}

.article .right .quantite ul{
	display: inline;
}

.article .right .quantite ul li{
	display: block;
}

.article .right .btnAdd2Basket{
	float: left;
	width: 200px;
}
/*
.article .right .btnAdd2Basket input[disabled]{
	display: none;
}
*/
.article .right .btnAdd2Basket:hover input[disabled]{
	background: url("/images/infoSelection.png") no-repeat left 40px;
}

.blocCrossSelling{
	clear: both;
	margin: 20px 0;
	border: solid 1px #e5e5e5;
}

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

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

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

.gondole{
	min-height: 350px;
	padding: 10px 2%;
	border: solid 1px #ccc;
	position: relative;
}

.gondole .left{
	width: 49%;
}

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

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

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

.gondole .right{
	width: 51%;
}

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

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

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

.gondole .right .blocPrix p{
	font-weight: bold;
	margin: 0;
	color: #cc0000;
	font-size: 11px;
}

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

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

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

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

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

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

.gondole .right .imgEtiquette{
	margin: 5px 0;
}

.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 .more{
	clear: left;
	margin: 10px 0;
	background: #333;
	display: block;
	padding: 5px;
}

.gondole .right .more:hover{
	background: #cc0000;
}

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

/*-----------------------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---------------*/

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

#header .txtRef{
	-webkit-text-size-adjust: 100%;
}
