/******************************************/
/************** MODELE-BOUTON *************/
/******************************************/

div.bouton-defaut {
	margin:0 auto;
	height:20px;
	cursor:pointer;
}

div.bouton-defaut-milieu span {
	font-size: 10px;
	font-family:Verdana;
	font-weight:bold;
	color:#3B3B3B;
	padding:4px 3px 0px 0px;
	white-space: nowrap;
	display:block;
	float:left;
}

div.bouton-defaut-milieu img {
	float:left;
	margin:2px 6px 0 0;
}

html>body div.bouton-defaut-milieu img {
	margin:0;
	padding:2px 6px 0 0;
}

div.bouton-disable {
	cursor:wait;
}

div.bouton-disable p {
	color:#999999;
}

div.bouton-defaut-gauche {
	width:9px;
	float:left;
	height:16px;
	padding:4px 0 5px 0;
}

div.bouton-defaut-milieu {
	float:left;
	padding:0 0 5px 0;
}

div.bouton-defaut-droit {
	width:9px;
	float:left;
	height:16px;
	padding:4px 0 5px 0;
}

