body {
	background-repeat: no-repeat;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	color: #484848;
}
#m1 {
	width: 70px;
	font-size: 11px;
	color: #000000;
	background-image: url(../images/bg_menu_marron.jpg);
	height: 28px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#m2 {
	width: 140px;
	font-size: 11px;
	color: #000000;
	background-image: url(../images/bg_menu_marron.jpg);
	height: 28px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#m3 {
	width: 195px;
	font-size: 11px;
	color: #000000;
	background-image: url(../images/bg_menu_marron.jpg);
	height: 28px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#m4 {
	width: 160px;
	font-size: 11px;
	color: #000000;
	background-image: url(../images/bg_menu_marron.jpg);
	height: 28px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#m5 {
	width: 150px;
	font-size: 11px;
	color: #000000;
	height: 28px;
	background-image: url(../images/bg_menu_orange.jpg);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#m6 {
	width: 80px;
	font-size: 11px;
	color: #000000;
	height: 28px;
	background-image: url(../images/bg_menu_orange.jpg);
}
#m7 {
	width: 25px;
	font-size: 11px;
	color: #000000;
	height: 28px;
	background-image: url(../images/bg_menu_orange.jpg);
}
.txnoir {
	color: #000000;
	font-size: 12px;
}
#decallage {
}

/* ------------------------------------------------------------------------------------
Tha Drop-down Menu
------------------------------------------------------------------------------------ */

/* Elements de premier niveau
--------------------------------------*/
#menuDeroulant
{
	width: 856px;
	height: 30px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	top: 99px;
	color: #000000;
	background-color: #FFFFFF;
}
#menuDeroulant li
{
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
}
#menuDeroulant li a:link, #menuDeroulant li a:visited
{
	display: block;
	height: 1%;
	color: #FFF;
	margin: 0;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}
#menuDeroulant li a:hover {
}

#menuDeroulant .sousMenu
{
	display: none;
	list-style-type: none;
	padding: 0;
	border: 0;
	text-align: center;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	width: 100%;
	position: static;
}
#menuDeroulant .sousMenu li
{
	float: none;
	padding: 0;
	border: 0;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	background-image: url(url(../images/fondmenu.jpg));
}
#menuDeroulant .sousMenu li a:link, #menuDeroulant .sousMenu li a:visited
{
	display: block;
	color: #000000;
	margin: 0;
	border: 0;
	text-decoration: none;
	background-color: transparent;
	background-image: url(../images/fondmenu.jpg);
	background-repeat: repeat;
	height: 20px;
	padding-top: 5px;
}
#menuDeroulant .sousMenu li a:hover
{
	background-image: url(../images/fondmenu2.jpg);
	background-color: #F09300;
	color: #8F2224;
}

#menuDeroulant li:hover > .sousMenu {
	display: block;
	background-image: url(images/fondmenu2.jpg));
}
