/* CSS Document */

/*
Pale : FFF6DA
Moyen : FFF1BA
Foncé : CCB369
*/


h1, h2{
	font-size:1.5em;
	color:#BE9C0A;
}

strong{
	color:#BE9C0A;
}

tr.itemstyle, tr.itemstyle .txtPrix{
	background-color:#FFF6DA;
}

tr.alternatestyle, tr.alternatestyle .txtPrix{
	background-color:#FFF1BA;
}

#DtListeProduits tr td input.txtPrix{
	border:none;
	border-color:#FFF6DA;
	width:40px;
	height:20px;
	margin-left:-2px;
	color:#000000;
	box-shadow:none;

}
td.Prix{
	width:40px;
}
td.Nom, td.Format, td.Dilution, td.Prix, td.BoiteQte, td.imagepanier{
	background-color:#FFFFFF;
	font-weight:bold;
	color:#BE9C0A;
}
td.Nom{
	width:240px;
}

td.Format{
	width:68px;
}

#DtListeProduits{
	color:#333333;
}
#DtListeProduits a{
	color:#BE9C0A;
	text-decoration:none;
}
#DtListeProduits input{
	width:15px;
	margin-left:2px;
	height:12px;
}

#BtnAjouterPanier{
	color:#BE9C0A;
}

#divTxtConcentre{
	position:relative;
}
#TxtConcentre{
	position:absolute;
	left:180px;
	top:32px;
	width:66px;
}
#colcentretexte a{
font-weight:bold;
color:#BE9C0A;

}
select {
	width:60px;
}
