/* CSS Document */

a.bouton {
	background-color: #A596B5;
	font-family:Arial;
	text-align:center;
	color: #544664;
	font-weight: bold;
	text-decoration: none;
	display: inline;
	padding: 5px;
}
a.bouton:hover {
	background-color: #544664;
	color: #A596B5;
}
a.bouton_light {
	font-family:Arial;
	text-align:center;
	color: #544664;
	font-weight: bold;
	text-decoration: none;
	display: inline;
	padding: 5px;
	font-size: 14px;
	border: thin solid #544664;
}
a.bouton_light:hover {
	background-color: #544664;
	color: #A596B5;
	font-size: 14px;
}

