@charset "utf-8";
/* CSS Document */

#header #menu {
	list-style:none;
}

#header #menu a {
	display:block;
	/*background-color:#000000;*/
	height:30px;
	text-align:center;
	line-height:30px;
	
	text-decoration:none;
}

#header #menu ul {
	list-style:none;
}

#header #menu li {
	float:left;
	width:auto;
}


#header #menu li ul li {
	float:none;
	width:auto;
}

#header #menu li ul {
	position:absolute;
	left:-999em;
	/*top:120px;*/
}

#header #menu li:hover ul { 
	left:auto;
	float:none;
}

#header #menu li.sfhover ul {
	left:auto;
	float:none;
}

#header #menu a#orange {
	color:#f28504;
	width:104px;
	background-color:#000000;
	margin-right:2px;
}

#header #menu a#violet {
	color:#947cac;
	/*width:238px;*/width:175px;
	background-color:#000000;
	margin-right:2px;
}

#header #menu a#vert {
	color:#99c00f;
	/*width:131px;*/width:238px;
	background-color:#000000;
	margin-right:2px;
}

#header #menu a#bleu {
	color:#00befc;
	/*width:175px;*/width:131px;
	background-color:#000000;
	margin-right:2px;
}

#header #menu a#rose {
	color:#e4515b;
	width:135px;
	background-color:#000000;
	margin-right:2px;
}
#header #menu a#parme {
	color:#969abd;
	width:135px;
	background-color:#000000;
	margin-right:2px;
}

#header #menu a#rouge {
	color:#e40404;
	width:137px;
	background-color:#000000;
	margin-right:0;
	padding-right:0;
}
#header #menu a#orange:hover {
	background-color:#f28504;
	color:#000000;
}

#header #menu a#violet:hover {
	background-color:#947cac;
	color:#000000;
}

#header #menu a#vert:hover {
	background-color:#99c00f;
	color:#000000;
}

#header #menu a#bleu:hover {
	background-color:#00befc;
	color:#000000;
}

#header #menu a#rose:hover {
	background-color:#e4515b;
	color:#000000;
}

#header #menu a#parme:hover {
	background-color:#969abd;
	color:#000000;
}

#header #menu a#rouge:hover {
	background-color:#e40404;
	color:#000000;
}

#header #menu a#orange.selected {
	background-color:#F28504;
	color:#000000;
}

#header #menu a#violet.selected {
	background-color:#947CAC;
	color:#000000;
}

#header #menu a#vert.selected {
	background-color:#99c00f;
	color:#000000;
}

#header #menu a#bleu.selected {
	background-color:#00befc;
	color:#000000;
}

#header #menu a#rose.selected {
	background-color:#E4515B;
	color:#000000;
}
#header #menu a#parme.selected {
	background-color:#969abd;
	color:#000000;
}

#header #menu a#rouge.selected {
	background-color:#e40404;
	color:#000000;
}
/********************************************
			SOUS MENU
********************************************/


#header #menu li ul li a {
	display:block;
	height:auto;
	line-height:20px;
	text-decoration:none;
	text-align:left;
	padding-left:10px;
}

#header #menu  #test a {
	line-height:15px;
}


/********/

#sous_menu_orange {
	padding:10px 0;
	padding-left: 5px;
	/*background-color:#f28504;*/
	background-color:#000000;
	font-family:"Trebuchet MS";
}

#sous_menu_orange li a {
	width:130px;
	/*background-color:#f28504;*/
	background-color:#000000;
	color:#f28504;
}

#sous_menu_orange li a:hover {
	color:#000000;
	background-color:#F28504;
}

/********/

#sous_menu_violet {
	padding:10px 0;
	padding-left: 5px;
	background-color:#000000;
	font-family:"Trebuchet MS";
}

#sous_menu_violet li a {
	/*width:245px;*/width:160px;
	background-color:#000000;
	color:#947cac;
}

#sous_menu_violet li a:hover {
	color:#000000;
	background-color:#927CAB;
}

/********/

#sous_menu_vert {
	padding:10px 0;
	padding-left: 5px;
	background-color:#000000;
	font-family:"Trebuchet MS";
}

#sous_menu_vert li a {
	/*width:175px;*/width:223px;
	background-color:#000000;
	color:#99c00f;
}

#sous_menu_vert li a:hover {
	color:#000000;
	background-color:#99C00F;
}

/********/

#sous_menu_bleu {
	padding:10px 0;
	padding-left: 5px;
	background-color:#000000;
	font-family:"Trebuchet MS";
}

#sous_menu_bleu li a {
	width:116px;
	background-color:#000000;
	color:#00befc;
}

#sous_menu_bleu li a:hover {
	color:#000000;
	background-color:#00BEFC;
}

/********/

#sous_menu_rose {
	background-color:#000000;
	font-family:"Trebuchet MS";
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 5px;
}

#sous_menu_rose li a {
	width:130px;
	background-color:#000000;
	color:#e4515b;
}

#sous_menu_rose li a:hover {
	color:#000000;
	background-color:#E4515B;
	}
/********/

#sous_menu_parme {
	padding:10px 0;
	padding-left: 5px;
	background-color:#000000;
	font-family:"Trebuchet MS";
}

#sous_menu_parme li a {
	width:175px;
	background-color:#000000;
	color:#969abd;
}

#sous_menu_parme li a:hover {
	color:#000000;
	background-color:#969abd;
}
/********/

#sous_menu_rouge {
	padding:10px 0;
	padding-left: 5px;
	background-color:#000000;
	font-family:"Trebuchet MS";
}

#sous_menu_rouge li a {
	width:175px;
	background-color:#000000;
	color:#e40404;
}

#sous_menu_rouge li a:hover {
	color:#000000;
	background-color:#e40404;
}