/* CSS Document */

/************************ bouton **************************/
#bouton{
	background:url(../images/fd_btn_gauche.gif) left top no-repeat;
	display:block;
	height:23px;
	float:left;
	font-size:12px;
	color:#4A4A4A;
	text-decoration:none;
}

#bouton:hover{
	color:#7C7C7C !important;
	text-decoration:none;
}

#bouton div{
	background:url(../images/fd_btn_droite.gif) right top no-repeat;
	display:block;
	height:23px;
	padding-left:20px;
	padding-right:20px;
	float:left;
}

#bouton div div{
	background:none;
	padding:0px;
	height:23px;
	line-height:23px;
	float:left;
}




#bouton_gris{
	background:url(../images/fd_btn_gauche_gris.gif) left top no-repeat;
	display:block;
	height:23px;
	float:left;
	font-size:11px;
	color:#353535;
	text-decoration:underline;
}

#bouton_gris:hover{
	color:#5B5B5B !important;
	text-decoration:none;
}

#bouton_gris div{
	background:url(../images/fd_btn_droite_gris.gif) right top no-repeat;
	display:block;
	height:23px;
	padding-left:20px;
	padding-right:20px;
	float:left;
}

#bouton_gris div div{
	background:none;
	padding:0px;
	height:23px;
	line-height:23px;
	float:left;
}
