

input.bouton_bleu {
	background-color:#c80303;
	border:1px outset ;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	height: 18px;
	width:100px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: middle;
	text-align: center;
	
}
input.bouton_bleu:hover {
	background-color: #2772ac;
	border:1px outset #2772ac;
	color:#fff;
	cursor:pointer;
	height:18px;
	width:100px;*/
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: middle;
	text-align: center;
}


input.bouton_rouge {
	background-color:#2772ac;
	border:1px outset #2772ac;
	color:#ffffff;
	font-weight:bold;
	cursor:pointer;
	height: 17px;
	/*width:60px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: middle;
	text-align: center;
	
}
input.bouton_rouge:hover {
	background-color:#c80303;
	border:1px outset #FCD152;
	color:#ffffff;
	cursor:pointer;
	height:17px;
	/*width:60px;*/
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: middle;
	text-align: center;
}



.button{
	font-family : Verdana, Tahoma, Arial;
	font-size : 10px;
	color : #000000;
	Border : 1px #000000 solid;
	cursor:hand;
	background-color : #129DE9
}
.buttonHover { font-family : Verdana, Tahoma, Arial; font-size : 10px; color : #ffffff; Border : 1px #000000 solid; cursor:hand; background-color : #204093; }
.buttonHoverE { font-family : Verdana, Tahoma, Arial; font-size : 10px; color : #000000; Border : 1px #000000 solid; cursor:hand; background-color : #E1EBF7; }

