html,body {
background-color : #000062; 
scrollbar-face-color:  #000062; 
scrollbar-shadow-color: #414141;
scrollbar-highlight-color: #C6E6FE;
scrollbar-3dlight-color: #414141;
scrollbar-darkshadow-color: #000000; 
scrollbar-track-color: white; 
scrollbar-arrow-color: yellow;
}

p,ul,li,td {
font-size : 10px; 
font-family :  Verdana, Arial, Helvetica, Geneva, sans-serif; 
color : white; 
}

h1 {
font-size : 200%; 
font-family :  Verdana, Arial, Helvetica, Geneva, sans-serif;
color : #FFFFFF; 
text-align: center;
}

h2 {
font-size : 150%; 
font-family :  Verdana, Arial, Helvetica, Geneva, sans-serif; 
color : red; 
padding-left:15px;
}

a:link {color: yellow; text-decoration:underline;}
a:visited {color: orange; text-decoration:underline;}
a:hover {color:red; text-decoration:none;}

a.bouton:link{
	width:150px;
	height:30px;
	text-decoration:none;
	color:white;
	text-align:center;
	font-weight:bold;
	font-size: 10px;
	background-color: #0000CC;
	padding:5px;
	border-style:outset;
	border-width:2px;
	border-color:silver;
}

a.bouton:visited{
	width:150px;
	height:30px;
	text-decoration:none;
	color:white;
	text-align:center;
	font-weight:bold;
	font-size: 10px;
	background-color:#0066FF;
	padding:5px;
	border-style:outset;
	border-width:2px;
	border-color:silver;
}

a.bouton:hover{
	width:150px;
	height:30px;
	text-decoration:none;
	color:white;
	text-align:center;	
	font-weight:bold;
	font-size: 10px;
	background-color:#0000FF;
	background-image:../images/aqua.jpg;
	padding:5px;
	border-style:inset;
	border-width:2px;
	border-color:silver;
}

.bouton{text-align:left;padding:3px;}

