#menu .spip {
	margin: 0 5px 0 5px;
}

#menu .imgmenu {
	margin: 0 3px 0 3px;
}

#sousmenu .barrehaut {
	height: 9px;
	width: 220px;
	background: url(../icones/fond_gauche_haut.gif) no-repeat;
}

#sousmenu .centre {
	width: 220px;
	background: url(../icones/fond_gauche.gif) repeat-y;
	padding: 5px 0;
}

#sousmenu .barrebas {
	height: 9px;
	width: 220px;
	background: url(../icones/fond_gauche_bas.gif) no-repeat;
}

#menu h2 {
	font-size: 12px;
	margin: 0 0 0 10px;
	padding: 2px 0 5px 15px;
	text-align: left;
	font-weight: bold;
	background: url(../icones/li.gif) no-repeat;
	background-position: 0 5px;
}

#menu h1 {
	float: left;
	font-size: 13px;
	margin: 7px;
	padding: 3px;
	background-color: #A6B172;
	border: 2px solid #881919;
}

#menu h1 a{ 
	text-decoration: none; 
}
#menu h1 a:hover { 
	text-decoration: none;
}
#menu h1 a.selected { 
	text-decoration: none;
}
#menu h1 a:hover.selected { 
	text-decoration: none;
}

#menu h1 img {
	border: 0;
	margin: 0;
}

#menu a { 
	color: #A91818;
	text-decoration: none;
}
#menu a:hover { 
	color: #495E43;
	text-decoration: none;
}
#menu a.selected {
	color: #480C0C; 
	text-decoration: none;
}
#menu a:hover.selected {
	color: #495E43; 
	text-decoration: none;
}
