/* CSS Document */

/*
Pale : FBEEE0
Moyen : F8DFC6
Foncé : E4831F
*/


h1{
	font-size:1.5em;
	color:#E4831F;
}

strong{
	color:#E4831F;
}
th{text-align:left;color:#E4831F; padding:12px 0 0 5px;}
tr.alternatestyle{
	background-color:#F8DFC6;
}
tr.itemstyle{
	background-color:#FBEEE0;
}

#DtListeProduits span.Nom{
	font-weight:bold;
	color:#E4831F;
}
#DtListeProduits a{
	color:#E4831F;
	text-decoration:none;
}
#BtnAjouterPanier{
	color:#E4831F;
}

div#boitepanier{
	background-position:0% -50%;
}

div#boitepanier[id]{
	background-position:0% -30%;
}

#certifications{
	margin-top:40px;
}


#DtBoitePanier td.format, #DtBoitePanier td.prix{
	text-align:right;
	padding-right:30px;
}
