/*Un bouton bleu aux coins arrondis*/

/*Texte a l'interieur du bouton*/
.blue_button_text
{
	color:white;
	font-size:16px;
}

/*Partie gauche du bouton*/
.blue_button_l
{
	height:40px;
	width:38px;
	background-repeat: no-repeat;
	background-image:url('../images/blue_button/blue_button_l.png');
}

/*Partie du milieu du bouton*/
.blue_button_m
{
	height:40px;
	background-repeat: repeat-x;
	background-image:url('../images/blue_button/blue_button_m.png');
}

/*Partie droite du bouton*/
.blue_button_r
{
	height:40px;
	width:40px;
	background-repeat: no-repeat;
	background-image:url('../images/blue_button/blue_button_r.png');
}