body, td, th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin:0;
}
img {
	border:0;
}
/*******************************************************************************
Liens
*******************************************************************************/
a {
	color:#930d03;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#000;
}
/*******************************************************************************
Autres
*******************************************************************************/
h1 {
	font-size:12px;
	margin-top:0px;
	margin-bottom:0px;
	display:inline;
	font-weight:normal;
}
h2 {
	font-size:12px;
	margin-top:0px;
	margin-bottom:0px;
	display:inline;
	font-weight:normal;
}
h3 {
	font-size:12px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:normal;
}
.warning {
	text-align:justify;
	color:#fee274;
	background-color:#b71104;
	border: 1px solid #930d03;
}