/* CSS Document */
<style type="text/css">
<!--
body {
	background-color: #999999;
}
a        { text-decoration: underline; color : #CCCCCC;}
a.hover        { text-decoration: underline; color : #CCCCCC; }

.style1 {
	font-family: Tahoma;
	font-size: 12px;
}
.style2 {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Tahoma;
}
.style4 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.style6 {font-family: Tahoma; font-size: 12px; font-weight: bold; color: #FFFFFF; }
.style7 {
	font-size: 10px;
	font-family: Tahoma;
}
.style8 {
	color: #00349A;
	font-weight: bold;
}
.style9 {color: #00349A}
/* button  cliquer */
.button { 
font-family : Tahoma ;
font-size: 10px ;
color: white ;
background-color: #00349A;
top: 80% ;
border-width: 1pt ;
}
input {
background-color: #F5F5F5;
color: #00349A;
font: 10px Tahoma;
}
textarea {
background-color: #F5F5F5;
color: #00349A;
font: 10px Tahoma;
}
select { 
background-color: #F5F5F5;
color: #00349A;
font: 10px Tahoma;
}
-->
</style>

