/*  Base -------------------------------------------------------- */
/*Base -------------------------------------------------------- */

.bouton
{
	border-right: #efece7 thin outset;
	border-top: #efece7 thin outset;
	font-weight: bold;
	font-size: 12px;
	border-left: #efece7 thin outset;
	width: 100px;
	color: #665640;
	border-bottom: #efece7 thin outset;
	height: 20px;
	background-color: #f7f5f2;
	text-align: center;
}
.textBoxOrdre
{
	border-right: #efece7 thin inset;
	border-top: #efece7 thin inset;
	font-weight: bold;
	font-size: 12px;
	border-left: #efece7 thin inset;
	width: 100px;
	color: #665640;
	border-bottom: #efece7 thin inset;
	height: 20px;
	background-color: #f7f5f2;
	text-align: center;
}


.rouge
{
	color:Red;
}

