/********/
/* HTML */
/********/
body {
	text-align		: center;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 12px;
	margin			: 10px;
	background-color: #F9F8F7;
	color			: #281908;
}
td {
	color		: #664841;
	font-size	: 12px;
	text-align	: justify;
}
a {
	color	: #666666;
}
td a:link, td a:visited, td a:active {
	color			: #B4CD1F;
	font-weight		: bold;
	text-decoration	: none;
}
td a:hover {
	color			: #B4CD1F;
	font-weight		: bold;
	text-decoration	: underline;
}
h1 {
	color			: #B4CD1F;
	font-size		: 28px;
	text-decoration	: none;
	margin-left		: 0px;
	font-weight		: normal;
}
h2 {
	color			: #B4CD1F;
	font-size		: 16px;
	text-decoration	: none;
}
hr {
	border		: 0px;
	border-top	: 1px #664841 dashed;
	height		: 1px;
}
/**************************************************/


/******/
/* ID */
/******/
#fil_ariane {
	font-size	: 11px;
}
/**************************************************/


/***********/
/* CLASSES */
/***********/
.cadre {
	border	: 1px #664841 solid;
}
.tableau_vignette {
	border	: 1px #664841 solid;
}
.tableau_vignette th {
	color		: #957B6E;
	font-weight	: bold;
	text-align	: left;
	font-size	: 12px;
}
.vendu {
	font-size	: 28px;
	color		: #FF0000;
}
.rouge_vendu {
	color		: #FF0000;
}
.retour,
a.retour:link,
a.retour:visited,
a.retour:hover,
a.retour:active {
	font-size	: 22px;
	font-weight	: normal;
}
/**************************************************/
