
.toolbar
{
	font-family: Arial,
             	 Helvetica,
             	 sans-serif;
	font-size:0.9em;
	text-align:left;
	color:black;
	background-color:#C1C2C1;
	background-image: url(../../images/voyage/toolbar_bg.png);
	background-repeat:repeat-x;
	padding:2px 5px 2px 5px;

}

.toolbar span , select /* labels (y compris boutons)  */
{
	position:relative;
	top:-3px;
	margin-left:5px;
	margin-right:5px;
}

.toolbar #etape{
	margin-right: -2px;
	margin-left:0px;
	font-variant:small-caps;
	font-weight:bold;
	color:#281608;
}

.toolbarButton
{
	margin: 0px 0px 0px 5px;
	padding: 0px;
	height:24px;
	width: auto;
	overflow: visible; /* Resolution d'un bug IE <= 7 | http://jehiah.cz/archive/button-width-in-ie/ */
	background-color:/*#F3F3EF*/#FFF1C8; /* Jaune clair */
	cursor:pointer;
}

