body {
	margin: 20px;
	font-family: Verdana,Arial; 
	font-size: 12px; 
	color: #000066;
}
li {
	font-size: 12px; 
	color:#000066; 
	line-height: 18px;
}
h1 {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 24px; 
	color:#212D73; 
	font-weight: bold; 
}
h2 {
	padding-top: 15px;
	font-size: 18px; 
	color:#FF0000; 
	font-weight: bold;
}
h3 {
	font-size: 15px;
	color:#4F6BE0; 
	font-weight: bold;
}
th {
	font-size: 12px; 
	color:#000066;
}
td {
	font-size: 12px;
	color:#000066;
}
#titre {
	font-size: 15px;
        color:#4F6BE0;
        font-weight: bold;
}
#ok {
	color: #009900;
	font-weight: bold;
}
#erreur {
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
}
#warning {
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
}
#footer {
	font-size: 10px; 
	color:#AAAAFF; 
	text-align: center; 
	margin-top: 20px;
}
a:link,a:visited {
	text-decoration: underline; 
	color: #F48333;
	font-weight: normal;
}
a:hover,a:active {
	text-decoration: underline; 
	color: #FF0000;
	font-weight: bold;
}

