/* 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		: 250px;
}
h2 {
	color			: #B4CD1F;
	font-size		: 16px;
	text-decoration	: none;
}
hr {
	border		: 0px;
	border-top	: 1px #664841 dashed;
}
/**************************************************/


/* 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;
}
/**************************************************/