body{
	background-color: #4D2433;
	padding: 10px;
	margin: auto;
	font-family: Calibri, Tahoma, Segoe UI, Arial, Trebuchet MS, Verdana;
	font-size: 13px;
	color: #231017;
}

td{
	margin: auto;
	font-family: Calibri, Tahoma, Segoe UI, Arial, Trebuchet MS, Verdana;
	font-size: 13px;
	color: #231017;
}



/* LIENS */

a:link {
	text-decoration: none;
	color: #B8585A;
}

a:visited {
	text-decoration: none;
	color: #B8585A;
}

a:hover {
	text-decoration: overline;
	color: #BA2327;
}

a:active {
	text-decoration: none;
	color: #B8585A;
}