#fil {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
}
#fil li {
	float: left;
	padding: 0 5px;
}
#fil a {
	text-decoration: underline;
}

a#accueil {
	float: left;
	margin: 3px 10px 0 0;
}
#menu {
	font-size: 1em;
	height: 43px;
	position: absolute;
	right: 0;
	bottom: -5px;
	padding-top: 12px;
	z-index: 100;
}
#menu ul {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu ul ul {
	float: none;
	font-size: 1em;
}
#menu li {
	float: left;
	margin: 0 1px;
	position: relative;
	text-align: center;
	width: 13em;
}
	#menu li ul {
		left: 0;
		position: absolute;
		top: 39px;
		width: 13em;
	}
	#menu li ul li {
		border-bottom: 1px solid #ccc;
		margin: 0;
	}

#menu .titre {
	background: transparent url("dt.png") repeat-x;
	border-top: 6px solid #fffd2b;
	color: #06c;
	cursor: pointer;
	display: block;
	font-weight: bold;
	height: 35px;
	line-height: 30px;
	margin-bottom: 2px;
}
/* ++++++++++++  Les bordures ++++++++++++++ */
#mn1 .titre, #mn1 ul {
	border-top: 6px solid #f93;
}
#mn2 .titre, #mn2 ul {
	border-top: 6px solid #3c3;
}
#mn3 .titre, #mn3 ul {
	border-top: 6px solid #33f;
}
#mn4 .titre, #mn4 ul {
	border-top: 6px solid #C33;
}
#mn5 .titre, #mn5 ul {
	border-top: 6px solid #c33;
}

#menu li ul a {
	background: transparent url("fond-a.png") repeat;
	color: #000;
	display: block;
	padding: 2px 0;
	text-decoration: none;
	width: 13em;
}
#menu a:hover, #menu a:focus {
	color: #fff;
}
#mn1 a:hover, #mn1 a:focus {
	background: transparent url("fond-a1.png") repeat;
}
#mn2 a:hover, #mn2 a:focus {
	background: transparent url("fond-a2.png") repeat;
}
#mn3 a:hover, #mn3 a:focus {
	background: transparent url("fond-a3.png") repeat;
}
#mn4 a:hover, #mn4 a:focus {
	background: transparent url("fond-a4.png") repeat;
}
#mn5 a:hover, #mn5 a:focus {
	background: transparent url("fond-a5.png") repeat;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++ SOUS MENU +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
dl#sous-menu {
/*width: 15em;*/
}
dl#sous-menu dt {
cursor: pointer;
/*margin: 2px 0;*/
height: 2em;
line-height: 2em;
text-align: center;
font-weight: bold;
border-top: 1px solid #A8B1B9;
border-bottom: 1px solid #A8B1B9;
background: transparent url("dt.png") repeat-x;
}
dl#sous-menu dd {
/*border: 1px solid gray;*/
}
dl#sous-menu li, ul.lien-art li {
text-align: center;
background: #fff;
}
dl#sous-menu li a, dl#sous-menu dt a, ul.lien-art li a {
color: #CCA405;
font-size: 1.2em;
text-decoration: underline;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
dl#sous-menu dt a {
	color: #0066CC;
}
dl#sous-menu li a:hover, dl#sous-menu dt a:hover, ul.lien-art li a:hover {
background: #eee;
}



