.bouton {
	width: 100px;
	background-color: #FFFFFF;
	color: #0066CC; 
	font-family: Arial;
	font-size: 10pt; 
	font-weight: bold;
	text-align: center;
}

.adresse {
	color: #0066CC; 
	font-family: Arial,Helvetica;
	font-size: 12px; 
	font-weight: normal;
}

a.bouton {
	width: 100px;
	background-color: #FFFFFF;
	color:#0066CC; 
	font-family: Arial;
	font-size: 10pt; 
	font-weight:bold;
	text-align: center;
}

a:link.bouton {
	width: 100px;
	background-color: #FFFFFF;
	color: #0066CC; 
	font-family: Arial;
	font-size: 10pt; 
	font-weight: bold;
	text-align: center;
}

a:visited.bouton {
	width: 100px;
	background-color: #FFFFFF;
	color: #0066CC; 
	font-family: Arial;
	font-size: 10pt; 
	font-weight: bold;
	text-align: center;
}

a:hover.bouton {
	width: 100px;
	background-color: #0066CC;
	color: #FFFFFF; 
	font-family: Arial;
	font-size: 10pt; 
	font-weight: bold;
	text-align: center;
}

a:active.bouton {
	width: 100px;
	background-color: #FFFFFF;
	color: #0066CC; 
	font-family: Arial;
	font-size: 10pt; 
	font-weight: bold;
	text-align: center;
}