/*************************/
/* BOUTONS BONUS */
/*************************/
#bonus{
	width: 25px;
	float: left;
	background: #FFF; /* couleur de fond du bloc bonus*/
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#facebook{
	width: 25px;
	height: 25px;
	background: url('../images/bonus/facebook.png');
	display: block;
}
#twitter{
	width: 25px;
	height: 25px;
	background: url('../images/bonus/twitter.png');
	display: block;
}

