.menu a{
		color					: #FFFFFF;
		text-decoration			: none;
}

.menu a:hover {
		color					: #FFFFFF;
		text-decoration			: none;
		font-weight				: bold;
}

.menu a:visited{
		color					: #FFFFFF;
		text-decoration			: none;
}

.menu ul
        {
        list-style				: none;
        height					: 38px;
        width					: 600px;
        background-color 		: #f5821f;
        line-height				: 38px;
        margin					: 0;
        padding					: 0;
        }

.menu li
        {
        position				: relative;
        background				: #f5821f;
        margin-left				: 10px;
        padding					: 0;
        float					: left;
        font-family 			: Arial;
		font-size				: 12px;
		color					: #FFFFFF;
		line-height				: 38px;
		padding-left			: 5px;
		padding-right			: 5px;
        }

.menu ul li {
		postion					: absolute;
	}



.menu ul li ul {
		position				: absolute;
		top						: 30px;
		left					: 0px;
		background-color		: #ffffff;
		width					: 874px;
		height					: 40px;
}

.menu ul li ul li {
		background-color		: #18731c;
		position				: relative;
		left					: 0px;
		height					: 60px;
}

.menu li:hover
        {
        background-color		: #18731c;
        font-weight				: bold;
        z-index					: 1;
        cursor					: pointer;
      }

.menu li:hover ul {
		font-weight				: normal;
}

.menu ul ul
        {
        position				: relative;
        display					: none;
        left					: 0px;
        top						: 0px;
        }

.menu li:hover ul ul
        {
        display					: none;
        font-weight				: normal;
        }

.menu li:hover ul li ul
        {
        display					: block;
        font-weight				: bold;
        }

.menu li:hover ul, li:hover ul
        {
        display					: block;
        }

.enquete{
    position: absolute;
	top: 50px;
	left: 280px;
	background: #006AB5;
	width:502px;
	height:568px;
	padding-left:1px;
	padding-top:1px;
	visibility:hidden;
	z-index:99;
}