/**********************************************
	CSS Pour la fiche Article en Layer
	rguig - 20100413
************************************************/
#LayerFicheArticle{
	/*padding:10px;*/	
}	

#LayerFicheArticle{
	font-family: Arial;
	font-size:11px;
	color:#555;
	width:97%;
}

#LayerFicheArticle img{
	border: 0px;	
}


#LayerFicheArticle .marque_prod{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #555555;
    font-weight: bold;
}	

#LayerFicheArticle .InfoQte{
	font-size:10px;
	color:#555;
}
	
#LayerFicheArticle table {
	border-collapse:collapse;
}
	
#LayerFicheArticle td #LayerFicheArticle th{
	font-size:11px;
}

#LayerFicheArticle .InputQuantite{
	border:solid 1px #000;	
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px; 
}
	
	
#LayerFicheArticle .Prix{
	color: #AE0A2C;
	font-weight:bold;
	font-size:14px;
}
	
#LayerFicheArticle .PrixBarre{
	color: #AE0A2C;
	font-size:11px;
	font-weight:bold;
	text-decoration:line-through;
}	
	
#LayerFicheArticle .PrixVol{
	color: #555;
	font-size:11px;
}
	
#LayerFicheArticle .PrixVolBarre{
	color: #555;
	font-size:10px;
	text-decoration:line-through;
}	
		
#LayerFicheArticle .LibellePromo{
	color: #AE0A2C;
	font-size:12px;
	font-weight:bold;
}

/*************************************************
*  LAYER DES LISTES 
**************************************************/

.LayerAddListe  ul {
	margin:0px;
	padding: 0px;
	/*margin-left:-30px;*/ 
	display: none; 
	position: absolute;
	right:5px;
	border: 1px solid #d5d6b4;
	width:177px;
	background-color:#FFF;
	text-align:left;
	z-index:100;
}


.LayerAddListe li {
	list-style-type: none; 
	position: relative;
}

.PuceX{
	margin-right:8px;
	margin-left:5px;
}

.LayerAddListe ul li a {
	font-weight:normal;
	color:#555;
}


.LayerAddListe .LayerListePointiller{
	margin-top:2px;
	margin-bottom:2px;
	margin-left:5px;
	height:1px;
	background-image: url(http://media.houra.fr/images_2009/dotted_h.gif);
	background-repeat: repeat-x;
	width:90%;
}

.LayerAddListe .RetourListe{
	
	font-weight:bold;
	color:#313131;
}
.LayerAddListe  .InputNewList{
	float:left;
	color:#666;
	margin-top:2px;
	width:120px;
	margin-left:5px;
}

.LayerAddListe .ArtInList { 
	color:#313131; 
	margin-left:5px;
}

.fil_arianne_recherche > table > tbody > tr > td {
	padding-left: 5px;
}

/* Patch IE 6 */ 
*+html .LayerAddListe ul.niveau2 {
	margin-left: -180px; margin-top: -13px;
}


*+html .LayerAddListe li {
	list-style-type: none; 
	position:static;
}


/*
*+html .LayerAddListe ul.niveau2 {
	right: auto; top: auto;
}
*/


/******************************
Form du BT Acheter 
**********************************/
/* pour IE 6 */
/*
* html form .FormBtAchat {  
	margin-top:-20px;
}
*/


	


