﻿#menu dl, #menu dt, #menu dd, #menu ul, #menu li {

	margin: 0;
	padding: 0;
	list-style-type: none;

}

#menu {

	position: absolute;
	top: 275px;
	left: 0;
	height:0; /* bug IE */
	z-index:100;
	width: 100%; /* correction pour Opera */

}

#menu dl {

	float: left;
	width: 10em;

}

#menu dl#lang_fr {

	/*border-left: 0.05em solid gray;*/

}

#menu dl.lang {

	float: left;
	width: 2em;

}

#menu dl#contact_news {

	float: left;
	width: 5.4em;
	/*border-right: 0.05em solid gray;*/

}

#menu dt {

	cursor: default;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	background: #5FE900;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	margin: 0;
	z-index: 100;

}

#menu dd {

	position: absolute;
	left: 0;
	width: 10em; /* Opéra */
	border: 1px solid gray;

}

#menu li {

 text-align: center;
 background: #FFFFFF;
}

#menu dt a {

	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;

}

#menu li a {

	color: #000000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;

}

#enveloppe {

	position: relative;
	top: 2px;

}

#menu li a:hover, #menu li a:focus {

	background: #F6FF74;

}

#menu dt a:hover, #menu dt a:focus {

	background: #F6FF74;
	color: #000000;

}

#menu dl.lang dt a:hover, #menu dl.lang dt a:focus {

	background: #5FE900;

}

/*
#menu {list-style-type:none;font:1.2em cursive;}
#menu dl {float:left}
#menu li {display: inline;}
#menu dd {float:none;margin:-20px 0 0 100px;width:600px;font-size:.7em;height:25px}

#menu a {margin-right:5px;padding:2px 5px;text-decoration:none;color:#000;background:#88f;}
#menu dd a {background-color:#8f8;margin-right:1px}
#menu a:link:hover{text-decoration:underline;background-color:#000;color:#eef}
*/
