@charset "utf-8";

html {
	height: 100%;
}


.hr-gris
{
	color: #DDDDDD;
	height: 1px;
}

.gras {
  font-weight: bold;
}

.blanc {
	color: #fefefe;
}

.blanc-gras {
	color: #fefefe;
	font-weight: bold;
}

.blanc-gras-ss {
	color: #fefefe;
	font-weight: bold;
	text-decoration:underline;
}


.texte-rouge {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}

.texte-gris-grand {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
}

.rouge-gras
{
	color: #FF0000;
	text-decoration:none;
	font-weight:bold;
}

.bleu {
	color:#0198FF;
}

a.bleu {
	text-decoration:none;
}

a.bleu:hover {
	color:#0198FF;
	text-decoration:underline;
}


.gris {
	text-decoration:none;
	color: #333333;
}

.prix {
	color: #F06;
	font-size: 18px;
	font-weight: bold;
}

.gros-prix {
	font-size: 22px;
}

.promo {
	color: #F06;
	font-size: 11px;
	font-weight: bold;
}
.prix-barre {
	font-weight: bold;
	font-size: 11px;
	text-decoration: line-through;
	color: #333333;
}

.prix2 {
	color: #FF0066;
	font-weight: bold;
	font-size: 26px;
}

.prix0 {
	color: #FF0066;
	font-weight: bold;
	font-size: 13px;
}

.prix00 {
	color: #FF0066;
}

.prix00-non-ss {
	color: #FF0066;
	text-decoration:none;
}

.blanc{
color:#fefefe;
}
.td-bas-bleu {
	/*border-bottom-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;*/
}

.td-bas-noir-epais {
	border-bottom-style: solid;
	border-color: #333333;
	border-width: 2px;
}
.en-tete-panier {
	border-bottom-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	color: #921F8C;
	font-style: italic;
	font-weight: bold;
}

.total-panier {
	border-top-style: solid;
	border-color: #333333;
	border-width: 2px;
	font-weight: bold;
}
.font-panier {
	background-attachment: fixed;
	background-image: url(/img/new/img12.png);
	background-repeat: no-repeat;
	background-position: top;
}
.violet {
	color: #FF0066;
}

.violet-gras-grand {
	color: #FF0066;
	font-size:14px;
	font-weight:bold;
}

.violet-fonce {
	color: #0198FF;
}

.violet-fonce-gras {
	color: #0198FF;
	font-weight: bold;
}
.liste-guide-achat li {
	padding-bottom: 8px;
}

.gris-gras {
font-weight: bold;
color: #999999;
}
.vert {
	color: #7EC414;
}



.lien-zoom {
	color:#999999;
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.lien-zoom-underline {
	color:#999999;
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

.lien-comparer {
	color: #3399FF;
	text-decoration:none;
}

.lien-comparer:hover {
	color: #3399FF;
	text-decoration:underline;
}

.pct-promo {
	color: #7EC414;
	font-weight: bold;
	font-size: 19px;
}

.td-bas-gris-clair {
	/*border-bottom-style: solid;
	border-color: #DDDDDD;
	border-width: 1px;*/
}

.titre_categ {
	text-decoration:none;
	color: #AAAAAA;
	cursor: pointer;
	font-weight: bold;
	font-size: 11px;
	padding-top: 13px;
}

.titre_categ2 {
	text-decoration:none;
	color: #AAAAAA;
	cursor: pointer;
	font-weight: bold;
	font-size: 11px;
	padding-top: 6px;
}

.titre_categ_hover {
	text-decoration:none;
	color: #fefefe;
	cursor: pointer;
	font-weight: bold;
	font-size: 11px;
	padding-top: 13px;
}

.titre_categ2_hover {
	text-decoration:none;
	color: #fefefe;
	cursor: pointer;
	font-weight: bold;
	font-size: 11px;
	padding-top: 6px;
}

.selection_if
{
	color: #bc4dc5;
	font-weight: bold;
	font-style: italic;
	font-size: 23px;
}

.gros1 {
  color: #921F8C;
  font-weight: bold;
  font-size: 17px;
  position: absolute;
  left: 20px;
  top: 30px;
}

div.plan {
	position:absolute;
	left: 264px;
	top: 14px;
}
div.adresse {
	position:absolute;
	left: 35px;
	top: 86px;
	width: 218px;
	height: 216px;
	font-size: 11px;
	color: #FFFFFF;
}
div.adresse p {
	color: #FFFFFF;
}
div.adresse a{
	color: #FFFFFF;
}


/* tableau*/

th {
	font-size:11px;
	color: #FFFFFF;
	background-color: #A94448;
}
.tarifs {
	font-size:11px;
	color: #999;
}

@page {
  size : 21cm 29.7cm;
  margin : 0.5cm;
}

body {
	background-color: #fff;
}
body, form, div {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #333333;
}
body, input, p, td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
small {
	font-size:10px;
	color:#fff;
}


a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #0198FF;
	text-decoration: underline;
}
input, select, textarea{
	font-size:11px;
	color:#64677A;
 }
 
option {
 	padding-left: 3px;
 	padding-right: 3px;
}
 
.searchBleu{
	color:#AEB7C6;
	background-color: #292A3F;
	border: 1px solid #65687B;
	 }
a img {
	border: 0;
}
h1 {
	padding-top: 0px;
	margin-top: 10px;
	color:#F06;
	font-size:15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h2 {
	color: #333333;
	font-size: 13px;
	padding: 0px;
	font-weight: bold;
	margin: 0px;
	font-variant: normal;
}
h3 {
	font-size: 13px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}
h4 {
	font-size: 13px;
	color: #333367;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left:5px;
	margin-top: 8px;
	padding:0px;
}
h5 {
	font-size: 11px;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-bottom: 10px;
}
input, select, textarea {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
small {
	font-size: 10px;
	font-style: italic;
	color: #333333;
}
li a {
	/*color:#FFF;*/
	font-size:11px;
	}
li a {
	/*color:#FFF;*/
	font-size:11px;
	}

fieldset {
	padding-bottom: 8px;
	float:left;
	border: 1px solid #cccccc;
}
legend {
	color: #333333;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}



#layoutBody {
	position:absolute;
	left: 50%;
	top: 0px;
	width: 1000px;
	margin-left: -500px;
	color: #FFF;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

div#layoutContent{
	width: 100%;
	float: left;
	padding-top: 5px;
}
* html div#layoutContent{
	margin-top:86px;
	padding-left:20px;
	padding-right:20px;
	width: 96%;
	float: left;
}
div#layoutContent ul li{
	font-size: 11px;
}

div#layoutContent p{
	padding-top:3px;
	padding-bottom:10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/* Navigation */
div#layoutMenu{
	top: 0px;
	left: 438px;
	height: 40px;
	float: left;
	/*border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;*/
	width: 100%;
}



/* icon generaique de navigation niveau 2 */
div.iconsNavig{
	position: absolute;
	left: 871px;
	top: 49px;
	width: 131px;
	height: 45px;
}
div.iconsNavig ul {
	float:left;
	list-style-type: none;
}
div.iconsNavig ul li {
	list-style-type: none;
}

div.iconsNavig li a {
	list-style-type: none;
	float:left;
	text-decoration: none;
	color: #ff0066;
	clear: left;
}
div.iconsNavig li a:hover {
	color:#F06;
	float:left;
	list-style-type: none;
}


/* bandeau - banner*/
div#banner{
	width: 1000px;
	height: 158px;
	background-color: #606261;
	float: left;
	background-position: left top;
	background-repeat: no-repeat;
}
div#banner div.logo a
{
	width: 850px;
	height: 104px;
	display: block;
}

#banner .search {
	position:relative;
	width: 990px;
	float: left;
	background-image: url(/img/bdg_bandSearch.jpg);
	background-repeat: repeat-x;
	padding-left: 10px;
	height: 30px;
	padding-top: 8px;
}

#search .btn-ok {
	background-color: #0198FF;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #ffffff;
	margin-left: 2px;
}

#search a {
	color: #ffffff;
	text-decoration: none;
}

#search a:hover {
	text-decoration: underline;
}

#search div.liens-gauche {
	float: left;
	padding-top: 3px;
}

#search div.liens-gauche a {
	margin-left: 20px;
}

#search div.liens-droite {
	float: right;
	padding-top: 3px;
}

#search div.liens-droite a {
	margin-right: 20px;
}

/*  Bloc info  */
div.texteInfo{
	float: right;
	width: 230px;
	text-align: justify;
	padding: 20px;
	background-color: #131426;
	height: 430px;
	margin-right: 60px;
	overflow: auto;
}
* html div.texteInfo{
	margin-right: 30px;
}
div.texteInfo p{
	color: #FFF;
	text-align: justify;
	margin-top: 10px;
	font-size: 11px;
}


div.produits{
	width:475px;
	padding-left:30px;
}


/* Colonne de droite */
div.colDroite {
	float:left;
	width:170px;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-repeat: no-repeat;
	height: 250px;
}
/* Colonne de droite */
div.colDroite p {
	font-size:11px;
}


/* BLOC BAS 3 COLONNES */
/*div.3col {
	float: left;
	margin-top: 25px;
	padding-bottom: 10px;
	width: 595px;
	color: #FFF;
}
div.3col p{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 595px;
	color: #FFF;
}*/
div.colPhotoProd{
	float:left;
	padding-left: 10px;
}
div.col1{
	float: left;
	color: #333333;
	padding-left: 10px;
	text-align: center;
	width: 150px;
}

div.col2 {
	float: right;
	text-align:right;
	padding-right: 10px;
}

div.short-resume {
	text-align:justify;
	font-weight: bold;
	padding-top: 10px;
}

div.resume {
	text-align:justify;
	padding-top: 5px;
}

div.col1 h3, div.col2 h3, div.col3 h3{
	color:#333333;
	font-size:13px;
	border-bottom-width: 0px;
	margin-bottom: 10px;
}



/* tableau*/

th {
	font-size:11px;
	color: #FFFFFF;
	background-color: #A94448;
}


/*  Pied de page  */
div.footer{
	width:1000px;
	font-size: 11px;
	float: left;
	left: 2px;
	top: 358px;
	margin-top:15px;
}

div.footer .avisClients{
	width:998px;
	font-size: 11px;
	float: left;
	border: 1px solid #CCC;	
}
div.footer .avisClients img{
	margin-right:30px;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
	float:left;
}
div.footer .avisClients .texte{
	width:600px;
	float:left;
	font-size:11px;
	margin-top:15px;
}
div.footer .avisClients a{
	color:#0198FF;
	text-decoration: none;
	font-weight: bold;
}

div.footer .avisClients a:hover {
	text-decoration: underline;
}

div.footer .avisClients .texte2 {
	padding-right: 20px;
	float:right;
}

div.appuiDroit{
	text-align: right;
	margin-right: 20px;
}

/* Mie de pain */
#miePain {
	position:absolute;
	width:529px;
	text-align: right;
	left: 24px;
	font-size: 11px;
	color: #999999;
	top: 1px;
	height: 12px;
}
#miePain a, #miePain a:visited {
	font-size: 11px;
	text-decoration: underline;
	color: #333333;
}
#miePain a:hover {
	font-size: 11px;
	text-decoration: underline;
}

/*couleurs*/
.bleuClair {
	color: #9CF;
}
.bleuFonce {
	color: #06C;
}
.vert{
	color: #993;
}

/* En remplacement des <br> */
.separateur {
	MARGIN-TOP: 0.2em; MARGIN-BOTTOM: 0.2em
}
.spacer05em {
	MARGIN-TOP: 0.5em; MARGIN-BOTTOM: 1em
}
.spacer01em {
	MARGIN-TOP:0.05em;
}
.spacer1em {
	MARGIN-TOP: 1em; MARGIN-BOTTOM: 2em
}
.spacer2em {
	padding-top: 1.5em;
}
.spacer3em {
	padding-top: 3em;
}
.spacer28em {
	padding-top: 2.6em;
}
.spacer5em {
	padding-top: 6.5em;
}
.spacer4em {
	padding-top: 4em;
}
.spacer7em {
	padding-top: 8em;
}
.spacer88em {
	padding-top: 8.6em;
}
p.txtBlanc {
	color:#FFF;
	font-size:11px;
	margin-top:20px;
	margin-right:380px;
	text-align:justify;
}


/*onglets*/
#header
{
	font-size:11px;
	line-height:normal;
}

#header ul
{
	margin:0;
	padding:0px 3px 0px;
	list-style:none;
}

#header li
{
	float:left;
	margin:0;
}

#header li img
{
	float: left;
}

#header li div.left
{
	display:block;
	float:left;
	width: 8px;
	height: 23px;
}

#header li div.right
{
	display:block;
	float:left;
	width: 8px;
	height: 23px;
}

#header li.nosel div.left
{
	background:url("/img/tab_left.gif") repeat-x scroll right top transparent;
}

#header li.nosel div.right
{
	background:url("/img/tab_right.gif") repeat-x scroll right top transparent;
}

#header li.sel div.left
{
	background:url("/img/tab_left_on.gif") repeat-x scroll right top transparent;
}

#header li.sel div.right
{
	background:url("/img/tab_right_on.gif") repeat-x scroll right top transparent;
}

#header li.nosel a
{
	background:url("/img/tab_center.gif") repeat-x scroll right top transparent;
	color:#776655;
	display:block;
	float:left;
	height:18px;
	padding-top:5px;
	text-decoration:none;
}

#header li.sel a
{
	background:url("/img/tab_center_on.gif") repeat-x scroll right top transparent;
	color:#ffffff;
	display:block;
	float:left;
	height:18px;
	padding-top:5px;
	text-decoration:none;
}





    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    #header a {float:none;}
    /* End IE5-Mac hack */
    #header a:hover {
      color:#0198FF;
      }
    #header #current {
      background-image:url(/img/left_on.jpg);
      border-width:0;
      }
    #header #current a {
      background-image:url(/img/right_on.jpg);
      color:#333333;
      padding-bottom:5px;
      }

/*gestion des colones et contenu*/

div.colG{
	float: left;
	width: 187px;
	margin-right:10px;
}
div.colG .menu {
	float: left;
	margin-top:10px;
	width:100%;
	list-style-type: none;
}
div.colG .menu h1{
	float: left;
	color: #FFF;
	font-size:11px;
	list-style-type: none;
	background-image: url(/img/entete_navG.jpg);
	background-repeat: no-repeat;
	font-style: normal;
	margin: 0px;
	width:100%;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 22px;
	font-weight: bold;
}
div.colG .menu ul{
	list-style-type: circle;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5dd7fe;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5dd7fe;
	margin: 0;
	padding: 0;
}
div.colG .menu ul li {
	margin-left: 21px;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	clear: both;
}
div.colG .menu ul li a{
	color: #333333;
	width:100%;
	font-size: 11px;
	text-decoration: none;
	line-height: 18px;
}
div.colG .menu ul li a:hover{
	color:#0198FF;
}

div.colG .menu .buttom{
	float: left;
	width:100%;
	background-image: url(/img/pied_navG.jpg);
	background-repeat: no-repeat;
	height: 10px;
}

div.contenu{
	float: left;
	margin-top:10px;
	margin-right:6px;
	width: 630px;
	position: relative;
}

div#blocPub
{
	z-index: 1;
}

div#nav-pub
{
	z-index: 2;
	position: relative;
	top: 145px;
	left: 5px;
	height: 0px;
}

div#nav-pub > a
{
	display: inline-block;
	border: 1px solid #333333;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	height: 17px;
	width: 19px;
	text-align: center;
	padding-top: 2px;
	margin-right: 2px;
	color: #333333;
	background-color:#ffffff;
	text-decoration : none;
}

div#nav-pub > a.activeSlide
{
	color: #ffffff;
	background-color:#333333;
}

div.contenu .blocProd {
	float: left;
	border: 1px solid #CCC;
	width:300px;
	height:228px;
	padding:4px;
	background-image: url(/img/bdg_blocProd.jpg);
	background-repeat: repeat-x;
	margin-top:8px;
}
div.contenu .blocProdD{
	float: left;
	border: 1px solid #CCC;
	margin-left:8px;
	width:300px;
	height:230px;
	padding:4px;
	background-image: url(/img/bdg_blocProd.jpg);
	background-repeat: repeat-x;
	margin-top:8px;
}

div.contenu .blocProd h1, div.contenu .blocProdD h1{
	color:#f06;
	font-size:15px;
	margin-left:10px;
	font-weight: bold;
}
div.contenu .blocProd .colPhotoProd, div.contenu .blocProdD .colPhotoProd {
	width:110px;
	float:left;
	position: relative;
	top: -8px;
}
div.contenu .blocProd .colPhotoProd p, div.contenu .blocProdD .colPhotoProd p {
	width:110px;
	float:left;
	font-size: 11px;
	font-weight: normal;
	color: #06C;
	text-align: center;
}
div.contenu .blocProd .colPhotoProd .prix, div.contenu .blocProdD .colPhotoProd .prix {
	float: right;
}
/*div.contenu .blocProd .colPhotoProd .prix-barre, div.contenu .blocProdD .colPhotoProd .prix-barre {
	float:right;
}*/
div.contenu .blocProd .colPhotoProd .promo, div.contenu .blocProdD .colPhotoProd .promo {
	float:right;
	clear: both;
	padding-right: 5px;
}
div.contenu .blocProd .colTxtProd, div.contenu .blocProdD .colTxtProd {
	width:184px;
	height: 145px;
	float:left;
}
div.contenu .blocProd a.voir-tout, div.contenu .blocProdD a.voir-tout {
	float:right;
	margin-right:10px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
div.contenu .blocProd a.voir-tout:hover, div.contenu .blocProdD a.voir-tout:hover {
	text-decoration: none;
}

div.contenu .blocProd .colTxtProd ul, div.contenu .blocProdD .colTxtProd ul {
	list-style-type: none;
}
div.contenu .blocProd .colTxtProd li, div.contenu .blocProdD .colTxtProd li {
	border-bottom-width: 1px;
	list-style-type: none;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	line-height: 25px;
	height: 28px;
}
div.contenu .blocProd .colTxtProd li.sel, div.contenu .blocProdD .colTxtProd li.sel {
	background: url(/img/selprodhome.gif) no-repeat left top transparent;
}

div.contenu .blocProd .colTxtProd li a, div.contenu .blocProdD .colTxtProd li a {
	color: #333333;
	list-style-type: none;
	text-decoration: none;
	font-size: 11px;
}
div.contenu .blocProd .colTxtProd li a:hover, div.contenu .blocProdD .colTxtProd li a:hover {
	color: #0198ff;
}

/*bloc contenu footer - 3 blocs*/
div.footer .blocVierge, div.footer .blocAVotreService, div.footer .blocSavoir {
	background-image: url(/img/bloc_vierge.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 229px;
	height:164px;
	margin-top:13px;
	margin-bottom:6px;
}

div.footer .blocVierge, div.footer .blocAVotreService {
	margin-right:28px;
}

div.footer .blocSavoir {
}

div.footer .blocVierge p {
	float:left;
	margin-top:18px;
	width:100px;
	margin-left:20px;
	font-size:11px;
	
}
div.footer .blocVierge img {
	float:right;
	margin-top:18px;
	margin-right:10px;
}
div.footer .blocVierge h1 {
	color: #333333;
	font-size:15px;
	text-align:center;
	margin-top:2px;
	font-weight: normal;
}

div.footer .blocAVotreService h1, div.footer .blocSavoir h1 {
	color: #333333;
	font-size:15px;
	text-align:center;
	margin-top:2px;
	font-weight: normal;
	padding-bottom: 0px;
	margin-bottom: 3px;
}

div.ongletBand{
	position:absolute;
	height:56px;
	width:210px;
	top:0px;
	left:859px;
	float:left;
}
div.ongletBand ul{
	list-style-type: none;
	display: inline;
}
div.ongletBand ul li{
	list-style-type: none;
	display: inline;

}
div.ongletBand li a{
	list-style-type: none;
	text-decoration: none;
}
div.ongletBand li a:hover {
	color: #ffffff;
}
div.ongletBand .panier{
	width:72px;
	height:27px;
	float:left;
	background-image: url(/img/onglet_panier.jpg);
	background-repeat: no-repeat;
	padding-top:20px;
	text-align:center;
	padding-left: 4px;
	padding-right: 4px;
	line-height: 12px;
}
div.ongletBand .espace-membre{
	width:50px;
	height:26px;
	float:left;
	background-image: url(/img/onglet_espace_membre.jpg);
	background-repeat: no-repeat;
	padding-top:21px;
	text-align:center;
	padding-left: 4px;
	padding-right: 4px;
	line-height: 12px;
}

div.etiquette{
	height: 80px;
	background-image: url(/img/etiquette_eco.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color:#fff;
	font-size:11px;
	padding-top: 10px;
}
.tarifEtiq{
	 color:#fff;
	 font-size: 16px;
	 font-weight: bold;
	 text-align:center;
	 padding-top: 5px;
}
div.colD{
	float: right;
	width: 160px;
	margin-top:10px;
	position: relative;
	list-style-type: none;
	}
	
/* page produit*/
div.selectProd div.miePain {
		color: #333333;
		padding-top: 10px;
}
div.selectProd div.miePain a {
	text-decoration : underline;
}
div.selectProd div.miePain a:hover {
	text-decoration : none;
}

div.selectProd h1{
	font-size: 19px;
	font-weight: bold;
	color: #F06;	
	margin-top:5px;
	margin-bottom:10px;
}

div.selectProd h1 a {
	color: #F06;
	text-decoration: none;
}

div.selectProd h1 a:hover {
	text-decoration: underline;
}

div.selectProd h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-bottom:20px;
	color: #333333;
	font-size: 16px;
}

div.selectProd h2 a {
	text-decoration: none;
	color: #333333;
}

div.selectProd h2 a:hover {
	color: #0198FF;
}

.txtrose{
	font-weight: normal;
	color: #F06;
}

div.buttAcheter, div.buttAcheterOff {
	width:70px;
	text-decoration: none;
	background-repeat: no-repeat;
	float: right;
	margin-right: 0px;
	padding-left: 35px;
	padding-bottom:12px;
	padding-top:8px;
	padding-right:8px;
	text-align:left;
	font-size: 14px;
	font-weight: bold;
	clear: both;
	color: #FFF;
	cursor: pointer;
}
div.buttAcheter a, div.buttAcheterOff a {
	color: #FFF;
	text-decoration: none;
}

div.buttAcheter{
	background-image: url(/img/butt_acheter.jpg);
}

div.buttAcheterOff{
	background-image: url(/img/butt_acheter_off.jpg);
}




/* onglet detail produit*/
#accessoires
{
	float:left;
	width:100%;
	padding-top: 15px;
}

#ongletProd, .onglet {
      float:left;
      width:100%;
      font-size:11px;
     /* line-height:normal;*/
	  margin-top:20px;
      }
#ongletProd > ul{
	margin:0;
	list-style:none;
      }
.onglet > ul {
	  	margin:0;
	list-style:none;
	    border: 0 none;
    font-size: 100%;
    line-height: 1.3;
	 outline: medium none;
	 padding-left: 0px;
}
#ongletProd > ul > li, .onglet > ul > li {
	float:left;
	margin:0;
	/*background-image: url(/img/ongletsG_Prod.jpg);*/
	background-position: left top;
	width: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 9px;
	display: inline;
	font-weight: bold;
      }
.onglet > ul > li {
background-image: url("/img/ongletsG_actifProd.jpg");
    margin-bottom: 0;
}
#ongletProd > ul > li > a, .onglet > ul > li > a {
	float:left;
	display:block;
	text-decoration:none;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 6px;
	text-align:center;
}
.onglet > ul > li > a {
background: url("/img/ongletsD_actifProd.jpg") no-repeat scroll right top transparent;
line-height: 27px;
color: #ffffff;
}
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
#ongletProd a, .onglet a {float:none;}
    /* End IE5-Mac hack */
#ongletProd #current {
	background-image:url(/img/ongletsG_actifProd.jpg);
	border-width:0;
      }
#ongletProd #current a {
      background-image:url(/img/ongletsD_actifProd.jpg);
      color:#fff;
      padding-bottom:2px;
      }
	  
div.contDetailProd {
	border: 1px solid #CCC;
	float:left;
	width:100%;
	background-color:#eee;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.contDetailProd p {
	margin-top: 2px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 8px;
}

/*autres produits*/
div.ProdSimilaires {
	margin-top:30px;
	border: 1px solid #CCC;
	width:100%;
	float:left;
}
div.ProdSimilaires .colProd1 {
	float:left;
	width:30%;
 	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-left:15px;
}
div.ProdSimilaires .colProd1 .macaronReduct, div.ProdSimilaires .colProd2 .macaronReduct, div.ProdSimilaires .colProd3 .macaronReduct{
	left: 119px;
	top: 730px;
}
div.ProdSimilaires .colProd2 {
	float:left;
	width:31%;
 	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-left:15px;
}
div.ProdSimilaires .colProd3 {
	float:left;
	width:30%;
	padding-left:15px
}
div.ProdSimilaires .colProd1 h1, div.ProdSimilaires .colProd2 h1, div.ProdSimilaires .colProd3 h1 {
	text-align:left;
	margin-top:20px;
}
div.ProdSimilaires .colProd1 h2, div.ProdSimilaires .colProd2 h2, div.ProdSimilaires .colProd3 h2 {
	text-align:left;
	font-size:11px;
	color:#999;
}
div.autresprod .colProd1 img, div.autresprod .colProd2 img, div.autresprod .colProd3 img {
	margin-top:5px;
	margin-bottom:5px;	
}
div.autresprod .colProd1 .prix, div.autresprod .colProd2 .prix, div.autresprod .colProd3 .prix {
	margin-top:5px;
	margin-bottom:5px;
	text-align:left;
}

/*maaron de reduction*/
.macaronReduct{
	position:absolute;
	width:66px;
	height:60px;	
}


/*inscription - espace marchand*/
div.espaceMarchand, div.espaceMarchand-ssfond {
	float:left;
	margin-top:20px;
	border: 1px solid #CCC;
	/*width:600px;*/
	width: 630px;
}

div.espaceMarchand{
	background-image: url(/img/bdg_AvisClients.jpg);
	background-repeat: repeat-x;
}

div.espaceMarchand h1, div.espaceMarchand-ssfond h1{
	color:#39F;
	font-size:16px;
	margin-bottom:0px;
}
div.espaceMarchand h2, div.espaceMarchand-ssfond h2{
	color:#999;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #39F;
	font-size:11px;
	padding-bottom:10px;
	width:95%
}

div.espaceMarchand form div, div.espaceMarchand-ssfond form div  {
	display:block;
	margin-bottom:4px;
	margin-top:4px;
	width:auto;
}
div.espaceMarchand form label, div.espaceMarchand-ssfond form label {
	/*margin-left:60px;
	width:148px;
	float:left;*/
}
div.espaceMarchand form input, div.espaceMarchand form select, div.espaceMarchand-ssfond form input, div.espaceMarchand-ssfond form select {
	/*margin-left:40px;*/
}
div.espaceMarchand form .buttOK, div.espaceMarchand-ssfond form .buttOK{
	float:right;
	margin-right:160px;
}



/*inscription newsLetter*/
div.newsLetter img{
	margin-left:60px;
}
div.newsLetter input {
	margin-left:40px;
	display:inline;
	float:left;
}

div.titre
{
	font-weight:bold;
	color:#FF0066;
	font-size:14px;
	margin-bottom:0;
	margin-bottom: 10px;
}

div.titre a, div.titre a:hover
{
	color:#FF0066;
	text-decoration: none;
}

div.titre a:hover
{
	color:#FF0066;
	text-decoration: underline;
}


table.table-border-noir
{
	border-collapse: collapse;
}

table.table-border-noir td
{
	border: 1px solid #cccccc;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

div.footer2
{
	padding-top: 15px;
	float: left;
	text-align: justify;
}

div.footer2 {
	color: #333333;
}

div.footer2 a {
	color: #333333;
	text-decoration: none;
}

div.footer2 a:hover {
	color: #0198FF;
	text-decoration: none;
}



.small-tab-orange-g {
	background-image: url(/img/small_tab_orange_g.gif);
	background-position: left top;
	width: 10px;
	height: 22px;
}
.small-tab-orange-d {
	background-image: url(/img/small_tab_orange_d.gif);
	background-position: right top;
	width: 10px;
	height: 22px;
}
.small-tab-orange {
	background-image: url(/img/small_tab_orange.gif);
	background-color: #fe0065;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
}

.small-tab-orange a {
	color: #ffffff;
}

.small-tab-orange-corps-table {
	border-collapse:collapse;
}
.small-tab-orange-corps-td {
	border: 1px solid #CCCCCC;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.bleu-gras
{
	font-weight: bold;
	color: #FF0066;
}

.orange-gras
{
	font-weight: bold;
	color: #0198FF;
}

.orange-gras-non-ss
{
	font-weight: bold;
	color: #0198FF;
	text-decoration: none;
}

.orange-gras-non-ss:hover
{
	text-decoration: underline;
}

.vert-gras
{
	font-weight: bold;
	color: #7EC414;
}

.texte-rouge
{
	color: #7EC414;
}

a.lien-non-ss
{
	text-decoration: none;
}

a.lien-non-ss:hover
{
	text-decoration: underline;
}

a.lien-gris-ss, a.gris
{
	color: #333333;
	text-decoration: underline;
}

a.lien-gris-ss:hover, a.gris:hover
{
	color: #333333;
	text-decoration: none;
}

div.filtre
{
	float: left;
	border: 1px solid #999999;
	margin-right: 3px;
	margin-bottom: 3px;
	z-index: 500;
	width: 152px;
}

div.filtre-titre
{
}

div.filtre-titre2
{
	float: left;
	padding-left: 5px;
	height: 16px;
	width: 130px;
}

div.filtre-selected
{
	background-color: #0198FF;
	color: #ffffff;
}

div.filtre-titre3
{
	float: right;
	padding-top: 2px;
	height: 14px;
}

div.filtre-corps
{
	clear: both;
	display: none;
	background-color: #ffffff;
	padding: 3px;
	border: 1px solid #999999;
	position: absolute;
	z-index: 500;
}

div.filtre-corps label
{
	padding-left: 3px;
}

.cadre-gris
{
	border: 1px solid #CCCCCC;
	padding: 5px;
}

/* WaitPostBack for ff, opera, ie > 6, ... */
.WaitProgressOverLayerClass 
{
	position: fixed;
	top: 0px;
	left: 0px;
	bottom:0px;
	width: 100%;
	height: 100%;
	background-color: gray;
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
	z-index: 999;
	display:none;
}

.WaitProgressMessageClass
{
	position: fixed;
	background-color: #eee;
	top: 50%;
	left: 37%;
	padding: 15px;
	border: 1px solid #999999;
	z-index: 1000;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1.00;
	text-align: center;
	width: 300px;
	height: 100px;
	background-image: url('/img/loader.gif');
	background-repeat: no-repeat;
	background-position: center 80px;
	display: none;
	color: #FF0066;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
}

.titre-bloc-blanc
{
	float: left;
	font-size: 16px;
	margin-bottom: 5px;
	color:#39F;
	font-weight: bold;
}

table.tab-produits
{
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	display: none;
}

table.tab-produits-affiche
{
	display: table;
}

table.tab-produits tr.ligne-paire
{
	background-color: #ffffff;
	border-bottom: 1px solid #CCCCCC;
}

table.tab-produits tr.ligne-impaire
{
	background-color: #ffffff;
}

table.tab-produits tr.ligne-paire > td, table.tab-produits tr.ligne-impaire > td
{
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
}

table.liste-produits
{
	margin-top: 1px;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	display: none;
}

table.liste-produits-affiche
{
	display: table;
}

table.liste-produits tr.ligne-paire
{
	background-color: #f5f5f5;
}

table.liste-produits tr.ligne-paire td:first-child
{
	background-color: #ffffff;
}

table.liste-produits tr.ligne-impaire
{
	background-color: #ffffff;
}

table.liste-produits tr.ligne-paire > td, table.liste-produits tr.ligne-impaire > td, table.liste-produits tr.ligne-entete > td
{
	border-right: 1px solid #CCCCCC;
	padding: 5px;
}

table.liste-produits tr.ligne-entete
{
	background-color: #888888;
}

table.liste-produits tr.ligne-entete td
{
	color: #FFFFFF;
	font-weight: normal;
}

table.liste-produits tr.ligne-entete a
{
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

table.liste-produits tr.ligne-entete a:hover
{
	text-decoration: none;
}

#navIcon ul
{
	margin: 0px;
	padding: 0px;
}

div.blocProd ul, div.blocProd li, div.blocProd p, div.blocProd div
{
	margin: 0px;
	padding: 0px;
}

div.blocProdD ul, div.blocProdD li, div.blocProdD p, div.blocProdD div
{
	margin: 0px;
	padding: 0px;
}

div.bouton
{
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	display: inline;
	cursor: pointer;
}

div.bouton a, div.bouton div.btn-centre
{
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff; 
	text-decoration: none;
}

div.bouton div.btn-gauche
{
	float: left;
	width: 26px;
	height: 33px;
	background-image: url(/img/btn_gauche.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

div.bouton div.btn-centre
{
	padding-top: 8px;
	float: left;
	height: 25px;
	background-image: url(/img/btn_remplissage.gif);
	background-repeat: repeat-x;
}

div.bouton div.btn-droite
{
	float: left;
	width: 26px;
	height: 33px;
	background-image: url(/img/btn_droite.gif);
	background-repeat: no-repeat;
	background-position: top right;
}



div.bouton-petit
{
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	color: #FF0066;
	display: inline;
}

div.bouton-petit a
{
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	color: #FF0066; 
	text-decoration: none;
}

div.bouton-petit div.btn-gauche
{
	float: left;
	width: 16px;
	height: 20px;
	background-image: url(/img/btn_gauche_petit.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

div.bouton-petit div.btn-centre
{
	padding-top: 2px;
	float: left;
	height: 20px;
	background-image: url(/img/btn_remplissage_petit.gif);
	background-repeat: repeat-x;
}

div.bouton-petit div.btn-droite
{
	float: left;
	width: 16px;
	height: 20px;
	background-image: url(/img/btn_droite_petit.gif);
	background-repeat: no-repeat;
	background-position: top right;
}



.lien-bleu-gras
{
	color: #0198ff;
	font-weight: bold;
}


.lien-orange-gras-ss
{
	/*text-decoration: underline;
	font-weight: bold;
	color: #333333;*/
	
	color: #0198ff;
	font-weight: bold;
}

/*.lien-orange-gras-ss:hover
{
	text-decoration: none;
}*/

.lien-vert-ss
{
	color: #0198ff;
	font-weight: bold;
}

.blanc-sur-fond-bleu {
	background-color: #888888;
}

.blanc-sur-fond-bleu td {
	color: #ffffff;	
}

.fond-tableau-grise {
	border: 1px solid #CCCCCC;
	background-image: url(/img/bdg_AvisClients.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.tableau-grise {
	border: 1px solid #CCCCCC;
}

div.macaron-promo
{
	position: relative;
	padding-top: 12px;
}

div.macaron-promo2
{
	background-image: url(/img/macaron.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 44px;
	height: 44px;
	color: #ffffff;	
	text-align: center;
	padding-top: 12px;
	font-size: 15px;
	font-weight: bold;
}

.macaron-promo-home {
	background-image:url("/img/macaron-petit.png");
	background-position:center top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:11px !important;
	font-weight:bold;
	height:30px;
	padding-top:7px !important;
	text-align:center;
	width:30px;
}

.macaron-promo-home2 {
	background-image:url("/img/macaron-petit.png");
	background-position:center top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:11px !important;
	font-weight:bold;
	height:27px;
	padding-top:1px !important;
	text-align:center;
	width:30px;
}

div.macaron-promo-listeprod
{
	background-image: url(/img/macaron.png);
	background-repeat: no-repeat;
	background-position: top;
	width:44px;
	height:32px;
	text-align: center;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	padding-top: 12px;
}

span.macaron-promo-listeprod
{
	background-image: url(/img/macaron.png);
	background-repeat: no-repeat;
	background-position: top;
	width:44px;
	height:32px;
	text-align: center;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	padding-top: 12px;
}

div#zoom
{
	border: 1px solid #CCCCCC;
	z-index: 100000;
	position: absolute;
	left: 10px;
	top: 10px;
	background-color: #ffffff;
	padding-top: 15px;
	display: none;
}

div#zoom div#zoom-pied
{
	background-image: url(/img/bdg_bandSearch.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 37px;
	width: 618px;
}

div#zoom div#zoom-pied div#texte
{
	padding-top: 7px;
	padding-left: 10px;
	color: #ffffff;
	font-weight: bold;
	font-size: 17px;
}

a#lien-avis, a#lien-avis:hover, a.lien-avis, a.lien-avis:hover
{
	text-decoration: none;
}

a.lien-non-ss-non-ss, a.lien-non-ss-non-ss:hover
{
	text-decoration: none;
}

hr
{
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	border: 0;
}

.btn-scroll-zoom
{
	background:white;
	cursor:pointer;
	border:none;
}

.lien-ss-ss-categ
{
	color: #0198ff;
	text-decoration: none;
}

.lien-ss-ss-categ:hover
{
	text-decoration: underline;
}

.lien-ss-ss-categ-sel
{
	color: #0198ff;
	text-decoration: none;
	font-weight: bold;
}

.lien-ss-ss-categ-sel:hover
{
	text-decoration: underline;
}

.lienbleu
{
	color: #FF0066;
}
