#menu {
	float: right;
	font-weight: bolder;
	text-transform: uppercase;
	font-size: small;
	margin: 120px -1px 0 0;
	padding: 2px 0 0 0;
	behavior: url(csshover.htc);/*Win IE6 fix*/
}
/* remove the bullets, padding and margins from the lists */
#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
#menu li {
	float: left;
	position: relative;
	z-index: 100;
	line-height:1em;
	margin:0 2px;
}
#menu ul ul li{
	border:none;
}
/* use the table to position the dropdown list */
/*#menu table {
	position: absolute;
	border-collapse: collapse;
	z-index: 80;
	left: -1px;
	top: 25px;
}
*/
/* style all the links */
#menu a {
	display: block;
	font-size: 1em;
	margin: 0;
	padding: 7px 0;
	text-decoration: none;
	white-space: nowrap;
}
/* style the links hover */
/*#menu:hover {
	color: #000;
	background: #d4d8bd;
}
*/
/* hide the sub level links*/
#menu ul ul{
	visibility: hidden;
	position: absolute;
	font-weight: bold;
	padding-left: 0;
}
.sous_menu a{
	white-space:normal !important;
	width: 220px;
	text-transform: none;
	color: #000000 !important;
	font-size: 0.9em;
	padding-left:15px !important;
}
/* make the sub level visible on hover list or link */
#menu ul li:hover ul, #menu ul a:hover ul {
	visibility: visible;
}
/*design: menu et menu inferieur */
/*menu communauté*/
#couleur1 a, #couleur1 a:hover {
	color: #49AB28;
}
#couleur1 ul,
#couleur1 ul li{
	background: #CBE38E;
}
#couleur1 .sous_menu a:hover {
	background-color:#BCCF8E;
}
/*menu competence*/
#couleur2 a, #couleur2 a:hover {
	color: #DF551E;
}
#couleur2 ul {
	background: #F9B89B;
}
#couleur2 .sous_menu a:hover {
	background-color:#EFA686;
}
/*menu atout*/
#couleur3 a, #couleur3 a:hover {
	color: #54A5C7;
}
#couleur3 ul {
	background: #B1E0F4;
	margin-left: -146px;
}
#couleur3 .sous_menu a:hover {
	background-color:#8BC7DF;
}
/*menu projet*/
#couleur4 a, #couleur4 a:hover {
	color: #EFAA24;
}
#couleur4 ul {
	background: #F6C86F;
	margin-left: -146px;
}
#couleur4 .sous_menu a:hover {
	background-color:#DFB96F;
}
