/* CSS Document */

#boutonsite {
	background-color:#FFFFFF;
	color:white;
	font-size:12px;
	font-weight:bold;
	height:auto;
	font-family:"MS Sans Serif", "sans-serif", Verdana, Arial;
	border:0px;
	padding:1px;
}
#boutonsite dl {
	line-height: 19px;
	border:0px;
	
}
#boutonsite dt {
	cursor: pointer;
	text-align: center;
	background: #fff;
	border: 1px solid #666666;
}

 #boutonsite dt a {
	color:#3F8297;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
 #boutonsite dt a:hover {
	background: #eee;
	font-size:11px;
	font-family:"MS Sans Serif", "sans-serif", Verdana, Arial;
color: #FF502D;
	font-weight:bold;

}