.menu {
	position: relative;
	height: 14px;
	padding: 0px;
	/*margin-left: 430px;*/
	float:right;
	margin-top: 40px;
}

.menu li{
	float:left;
}

.menu li a {
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0;
	display: block;
	float: left;
	height: 20px;
	position: relative;
	margin: 0px 1px 0px 0px;
	padding: 5px 14px 0px 14px;
	font-family: arial;
	font-size: 90%;
	font-weight: bold;
	color: #02619f;
	outline: none;
	background-image: url(../img/hover-current.png);
	background-repeat:repeat-x;
}
.menu li a:hover{
	color: #FFF;
	background-image: url(../img/hover.png);
	background-repeat: repeat;
}

.menu #current {
	background-image: url(../img/hover.png);
	background-repeat:repeat-x;
}
.menu #current a{
	background-image: none;
	color:#FFF;
	/*color:#02619f;*/
}
 
.menu #current a:hover{
	color:#FFF;
}
 
 /*Menu Lateral */
 
#menuLateral{
	position:absolute;
	top:125px;
	left:25px;
	width:216px;
	border:#999 solid 1px;
	-moz-border-radius: 8px;
	background:#FFF url(../img/fond-V.png) no-repeat;
	background-position:30px 40px;
	z-index:2;
	padding-bottom:60px;
}
#menuLateral p{
	color:#2f6015;
	font-size:24px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:right;
	padding:30px 40px 15px 5px;
	text-transform:capitalize;
	
}
 dl { 
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 100%;
	}
dl,dd { margin: 0; }
dt {
	font-size: 110%;
	/*padding: 10px;
	margin: 1px;
	line-height: 110%;
	padding:10px 1px 5px 1px;*/
}

#menuLateral dt a {
	display:block;
	color: #2f6015;
	text-decoration: none;
	font-size:140%;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999;
	padding:20px 1px 15px 10px;
	line-height:80%;
	/*white-space: nowrap;*/

}
dd a {
	color: #2f6015;
	text-decoration: none;
}
#menuLateral dt a:hover{
	background-color:#dcf2b8;
}
#menuLateral dt a.current{
	background-color:#dcf2b8;
}
.SousLien{
	display:block;
	padding-top:5px;
	font-size:60%;
	color:#adc81c;
	line-height:90%;
	/*white-space: nowrap;*/
}
#menuLateral dl ul {
	padding-left:0px;
	margin-left:0px;
	padding-bottom:10px;
}
#menuLateral dl ul li{
	padding-left:15px;
	margin-left:5px;
	background:url(../img/puce4.png) no-repeat 0px 5px;
}
#menuLateral dl ul li a {
	text-decoration:none;
	color:#2f6015;
}
#menuLateral dl ul li a:hover{
	color:#172f0b;
}
/*dl ul { list-style: none; padding: 0px; margin:  0px 0px 0px 0px; }*/
