body {
/*	background-image: url(images/logo01_1_02.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top left;*/
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #0d3083;
	text-align: justify;
}
p {
	margin: 0px 0px 0px 0px;
	text-align:	center;
}
a {
	color: #0d3083; 
	display: block;
	font-size: 11px;
	text-decoration: none;
	text-align:	center;
}
a:hover {
	display: block;
	color: #ebf3fa;
	background-color: #0d3083;
}
h1 {
	color: #ebf3fa;
	background-color: #0d3083;
	font-size: 12px;
	text-align: center;
	padding: 2px;
}
h2 {
	color: #ebf3fa;
	background-color: #336699;
	font-size: 12px;
	text-align: center;
	padding: 2px;
}
/* ID block */
#rouge a {
	color: #D50000;
	display: block;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
}
#rouge a:hover {
	display: block;
	color: #ebf3fa;
	background-color: #D50000;
}