/***********************************************
  ici inclure les css utilisé dans l'ensemble des pages intermediaires
************************************************/

.addProduit {
	color: rgb(81, 122, 164);
	background: transparent url(../img/produits/ajouter_produit.png) no-repeat scroll 110px top; 
	display:block; 
	height:22px; 
	margin-bottom:6px;
	margin-left: 50px;
	margin-top : -13px;
}

#alert_new {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../img/produits/alert_new-l.png) no-repeat scroll 0 0;
	height:21px;
	position:absolute;
	/**right:10px;**/right:70px;
	margin-top : 3px;	
	top:0px;
}

.alert_souscription {
	font-weight:bold;
	color:Red;
	position: relative;
	bottom: -5px;
}

#alert_new span {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#99CCFF url(../img/produits/alert_new-r.png) no-repeat scroll right top;
	display:block;
	font-size:11px;
	font-weight:bold;
	height:21px;
	line-height:21px;
	margin-left:21px;
	padding:0 6px;
	width:5em;
}
.boite_all_1b, .boite_all_2b, .boite_all_3b, .boite_all_4b{
	font-size:1px; overflow:hidden; position: relative; left: 0px;
	display:block;background-color:#948661;}
.boite_all_1b {height:1px;  margin:0 5px; width :500px; }
.boite_all_2b {height:1px; margin:0 3px; width :504px; }
.boite_all_3b {height:1px; margin:0 2px; width :506px;}
.boite_all_4b {height:2px; margin:0 1px;width :508px;  }


