/* Propriétés globales
***********************************************************************/
*{padding:0; margin:0; outline:none;}
body{font-size:0.625em; font-family:Verdana, Arial, Helvetica, sans-serif; text-align:center;}

a{color:#4f849f; text-decoration:none;}
a:hover{color:#000; text-decoration:underline;}

ul, ol{list-style:none;}

/* Propriétés communes
***********************************************************************/
	/*Menu principal*/
	.menu {font-size:1.1em; text-align:left; white-space:nowrap /*IE hack*/; background:url(../images/bgd_menu.gif) 0 100% no-repeat; width:954px; height:33px; margin:0 auto 8px auto; padding:0 0 14px 1px;}
	.menu li {float:left; z-index:auto!important /*Non-IE6*/; z-index:1000/*IE6*/; padding:0 0 0 5px;}
	.menu .first{padding:0;}
	.menu li a {font-weight:bold; font-size:1.09em; color:#000; float:none !important /*Non-IE6*/; float:left /*IE-6*/; background:url(../images/bgd_normal.gif) no-repeat; width:132px; display:block; height:33px; line-height:33px; text-align:center;}
	.menu li a:hover{color:#fff; background:url(../images/bgd_current.gif) no-repeat; text-decoration:none;}
	.menu li ul{display:none;}

	/*autres que-IE6 hovering*/
	.menu li:hover {position:relative;}
	.menu li:hover a {color:#fff; background:url(../images/bgd_current.gif) no-repeat;}
	.menu li:hover ul {background:#fff; display:block; width:197px; padding:3px; position:absolute; z-index:999; top:33px; left:2px;}
	.menu li:hover li{background:#ffbf30; padding:0;}
	.menu li:hover li a {font-size:11px; font-weight:normal; color:#404040; white-space:normal; display:block; width:172px; height:auto; line-height:16px; background:#ffcc59 url(../images/bullet_02.gif) 4px 6px no-repeat; text-align:left; border:5px solid #ffbf30; border-top:2px solid #ffbf30; border-bottom:2px solid #ffbf30; width:172px; padding:0 0 2px 14px;}
	.menu li:hover li a:hover {color:#fff; background:#1ea6e0 url(../images/bullet_02.gif) 4px 6px no-repeat; border:5px solid #1ea6e0; border-top:2px solid #1ea6e0; border-bottom:2px solid #1ea6e0; text-decoration:none;}
	.menu .lastItem:hover ul{left:-63px;}
	.menu .first:hover ul{left:-3px;}
	
	/*IE6 hovering*/
	.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}
	.menu li a:hover {color:#fff; position:relative /*IE hack*/; z-index:1000 /*IE hack*/; background:url(../images/bgd_current.gif) no-repeat;}
	.menu li a:hover ul {background:#fff; display:block; width:197px; padding:3px; position:absolute; z-index:999; top:33px; left:-3px;}
	.menu li a:hover li{background:#ffbf30; padding:0;}
	.menu li a:hover li a {font-size:11px; font-weight:normal; color:#404040; white-space:normal; display:block; height:1px; line-height:16px; background:#ffcc59 url(../images/bullet_02.gif) 4px 6px no-repeat; text-align:left; border:5px solid #ffbf30; border-top:2px solid #ffbf30; border-bottom:2px solid #ffbf30; width:172px; padding:0 0 2px 14px;}
	.menu li a:hover li a:hover {color:#fff; background:#1ea6e0 url(../images/bullet_02.gif) 4px 6px no-repeat; border:5px solid #1ea6e0; border-top:2px solid #1ea6e0; border-bottom:2px solid #1ea6e0; text-decoration:none;}
	.menu .lastItem a:hover ul{left:-66px;}
