/* ----- sous menu 1 Collection------------------------ */
#sousmenu1 {
	position:absolute;
	top: 156px;
	left: 0px;
	z-index: 100;
	font-size: 16px;
	letter-spacing: 6px;
	font-family: "Times New Roman", Times, serif;
	width: 502px;
}
#sousmenu1 a {
	line-height : 22px;
}

#sousmenu1lignes	{
	display: none;
}

#sousmenu1lignes a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height : 22px;
	font-size: 11px;
	text-align: left;
	padding-left: 36px;
	letter-spacing: 3px;
	line-height : 22px;
	background: #FF9900;
	display: block;
}

#sousmenu1lignes a:hover {
	color: #FF9900;
	text-decoration: none;
	background-color: #ffffff;
}

/* ----- sous menu 2 Intemporels------------------------ */

#sousmenu2 {
	position: absolute;
	top: 156px;
	left: 515px;
	z-index: 100;
	font-size: 16px;
	letter-spacing: 13px;
	font-family: "Times New Roman", Times, serif;
	width: 385px;
}
#sousmenu2 a {
	line-height : 22px;
}

#sousmenu2lignes	{
	position: absolute;
	top: 178px;
	left: 0px;
	z-index: 100;
	width: 900px;
	display: none;
}
#sousmenu2lignes li	{
	float: right;
}

#sousmenu2lignes a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height : 56px;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
	background: #6699cc;
	display: block;
	padding: 0 5px;
	border-left: 1px solid white;
}

#sousmenu2lignes a:hover {
	color: #FF9900;
	text-decoration: none;
	background-color: #ffffff;
}
