body,table,td {
	padding: 0px;
	background-color: #f6f6f6;
	margin: 0px;
	color: #555;
	font-family: trebuchet MS;
}

H1,H2,H3,H4,H5 {
	background-color: #000;
	padding-left: 10px;
	color: #eee;
	margin: 0;
}

H3 {
	background-image: url("/images/interface/table_TH.gif");
	background-color: #000;
	background-repeat: repeat-x;
	height: 23px;
	line-height: 23px;
	border: 1px solid #555;
	border-right: 1px solid #fff;
	color: #fff;
	font-size: 100%;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
margin-top: 5px;
}

H4 {
	margin: 3px 0px;
	font-size: 80%;
}

H2 {
	color: #B22;
	background-color: transparent;
	font-size: 120%;
}

a {
	text-decoration: none;
	color: #BB2222;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0px;
}

.produit {
	width: 40%;
	border: 1px solid black;
}

div.small_error {
	border: 1px solid #B22;
	background-color: #fBB;
	width: 85%;
	margin: 3px;
	margin-left: 7.5%;
}

.droite {
	text-align: right;
}

.gauche {
	text-align: left;
}

.centre {
	text-align: center;
}

.justifie {
	text-align: justify;
}

.full_largeur {
	width: 100%;
}

.lien{
cursor: pointer;
}

.margin_top_2{
	margin-top: 2px;
}

.margin_top_5{
	margin-top: 5px;
}

.margin_top_10{
	margin-top: 10px;
}

.margin_top_25{
	margin-top: 25px;
}

.margin_top_50{
	margin-top: 50px;
}

.view_attribut_cagnotte{
	/* background-image: url("/images/interface/augmentez_cagnotte.jpg"); */
	width: 303px;
	height:48px;
}

.view_montant_cagnotte_attribut{
	position: relative;
	margin-left: 240px;
	margin-bottom: 20px;
	width: 63px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 12px;
	margin-top: -48px;
	font-weight: bold;
}

.small{
font-size: x-small;
}

div.miniProd{
width: 175px;
padding-left: 1px;
}
div.miniProd table.mep tr td{
vertical-align: bottom;
}
div.miniProdDesi{
font-family: impact;
font-style: italic;
background-image: url("/images/interface/table_TH.gif");
background-color: #000;
background-repeat: repeat-x;
height: 23px;
line-height: 23px;
color: #EEE;
padding-left: 2px;
}
div.miniProdDesc{
font-size: small;
color: #555;
padding-left: 2px;
}
div.miniProdPrix{
color: #B22;
font-family: impact;
font-size: 120%;
}

.erreur{
color: #B22;
border: 1px solid #B22;
background-color: #FEE;
padding: 3px 0px;
}

.valide{
color: #2B2;
width: 90%;
border: 1px solid #2B2;
margin-left: 5%;
text-align: center;
background-color: #EFE;
padding: 3px 0px;
}