/* CSS Document */

div#menu {
	float: left;
	width: auto;
	min-width: 275px;
	font-size: 0.8em;
	width: 20%;
}

div#menu h2 span {
	display: none;
}
div#menu h2#nosOffres {
	background: url(../img/nav-nos-offres.gif) no-repeat;
	width: 175px;
	height: 36px;
}
div#menu h2#agence {
	background: url(../img/nav-agence.gif) no-repeat;
	width: 175px;
	height: 20px;
}
div#menu h2#pratique {
	background: url(../img/nav-pratique.gif) no-repeat;
	width: 175px;
	height: 20px;
}
div#menu ul {
	margin: 8px 40px 40px 40px;
}
div#menu ul li {
	margin: 0 0 5px 0;
}
div#menu ul li a {
	color: #035018;
}
div#menu ul li a:hover {
	color: #9f2c2b;
	text-decoration: underline;
}
div#menu ul li a.metier {
	color: #9f2c2b;
	font-size: 1.1em;
}
div#menu ul li a.camion {
	background: url(../img/bg_camion.gif) no-repeat;
	padding: 0 0 0 25px;
}

div#menu ul li.btcontact {
	padding: 20px 0 0 0px;
    margin-left: -20px;
}