/* CSS Document */
<!--
html, body 
{
background-image: url(../images/fondl01.jpg);

margin:0;
padding:0;
height: 100%;
width: 100%;
}
#arplan{
/* l'image occupe toute la place du body */
width : 100%;
height: 100%;
}
.Style4 {font-size: 16px; color: #000066; font-family: Arial, Helvetica, sans-serif;}
.Style5 {
	font-size: 14;
	font-weight: bold;
}
.Style7 {
	font-size: 11px;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Style8 { font-family: Arial, Helvetica, sans-serif; color: #000066; font-size: 36px; }
.Style9 {color: #000066; font-family: Arial, Helvetica, sans-serif; font-size: 14px;}
.Style10 {font-size: 18px; color: #000066; font-family: Arial, Helvetica, sans-serif; }

a:link {
	color: #800080;
}
a:visited {
	color: #0000BB;
}
a:hover {
	color: #FF3333;
}
