@charset "UTF-8";
body {
	background-color: #F8F6EE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* CSS Document */


body,td,th {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000;
}
.majuscule a{
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-transform: capitalize;
}
.douze a{
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-transform: capitalize;
}

a {
	font-size: 13px;
	color: #000;
	font-weight: bold;
}
a:visited {
	/* [disabled]color: #333; */
	text-decoration: none;
}
a:hover {
	color: #e7302a;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.couleur_rouge {
	color: #e7302a;
}
.align_right {
	text-align: right;
}
.titre {
	font-size: 13px;
}
