/* - Feuille de style Menu               - */
/* - ----------------------------------- - */

/* - Menu Principal ----------------------- */
/* - Tous les styles commencent par "m1-" - */
/* - -------------------------------------- */

#m1 {
	/* -- Placement -- */
	position: absolute;
	z-index: 5;
	top: 73px;
	width: 750px;
	margin-left: 20px;
	padding: 2px;
	height: 30px;
}

#m1-debut, #m1-fin, .m1-menuDebut, .m1-menuFin {
	display: none;
}

.m1-menuSeparateur {
	width: 15px;
	background-image: url(img/sepMenu.gif);
	background-repeat: no-repeat;
	float: left;
	background-position: center center;
}

#m1 dl {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#m1 a, #m1 a:visited {
	color: #000;
	text-decoration: none;
}

#m1 a:hover {
	color: #900;
	text-decoration: underline;
}

.m1-menuTitre, .m1-menuTitreRollover, .m1-menuSelTitre, .m1-menuSelTitreRollover {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.m1-menuTitre {
	color: #000;
}

.m1-menuTitreRollover, .m1-menuSelTitre, .m1-menuSelTitreRollover  {
	color: #900;
}

.m1-menuContenu, .m1-menuContenuRollover, .m1-menuSelContenu, .m1-menuSelContenuRollover {
	display: none;
}

/* - Menu secondaire ---------------------- */
/* - Tous les styles commencent par "m2-" - */
/* - -------------------------------------- */

#m2 {
	/* -- Placement -- */
	position: absolute;
	margin-left: 10px;
	top: 110px;
	width: 150px;
	z-index: 5;
}

/* -- On abandonne la structure actuelle, mais on ne désespère pas de la retrouver un jour -- 

#m2 {
	position: absolute;
	margin-left: 10px;
	top: 120px;
	width: 150px;
	z-index: 5;
	background-image: url(img/fd-mg-milieu.gif);	
	background-color: #fff;
}

#m2-debut {
	background-image: url(img/fd-mg-haut.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #fff;
	height: 1px;
	padding: 0;
	margin: 0;
}

#m2-fin {
	background-image: url(img/fd-mg-bas.gif);
	background-color: #fcc;
}

#m2 dl {
	clear: both;
	margin: 0;
	padding: 0;
}

.m2-menuTitre, .m2-menuTitreRollover, .m2-menuSelTitre, .m2-menuSelTitreRollover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

.m2-menuTitre, .m2-menuTitreRollover {
	color: #666;
}

.m2-menuSelTitre, .m2-menuSelTitreRollover {
	color: #000;
}

#m2 dd, #m2 ul, #m2 li {
	display: none;
}

.m2-menuTitreRollover #mL-menuLangue {
	float: right;
	margin-right: 20px;
}
*/

#mL-menuLangue {
	float: right;
	margin-right: 20px;
}

/* ----------------------------------------------------------------------*/
/* -- Extension Jodel -- */
td.ombreGauche {
	background:  url("img/bh-ombre-gauche.gif");
	width: 10px;
}
td.ombreDroite {
	background:  url("img/bh-ombre-droite.gif");
	width: 10px;
}
td.ombreBG1 {
	background:  url("img/bh-ombre-bg1.gif");
	height: 10px;
	width: 10px;
}
td.ombreBG2 {
	background: url("img/bh-ombre-bg2.gif");
	height: 10px;
	width: 5px;
}
td.ombreBas {
	background: url("img/bh-ombre-bas.gif");
}
td.ombreBD2 {
	background: url("img/bh-ombre-bd2.gif");
	height: 10px;
	width: 5px;
}
td.ombreBD1 {
	background:  url("img/bh-ombre-bd1.gif");
	height: 10px;
	width: 10px;
}
/* Les mêmes en haut */
td.ombreHG1 {
	background:  url("img/bh-ombre-hg1.gif");
	height: 5px;
	width: 10px;
}
td.ombreHG2 {
	background: url("img/bh-ombre-hg2.gif");
	height: 5px;
	width: 5px;
}
td.ombreHaut {
	background: url("img/bh-ombre-haut.gif");
}
td.ombreHD2 {
	background: url("img/bh-ombre-hd2.gif");
	height: 5px;
	width: 5px;
}
td.ombreHD1 {
	background:  url("img/bh-ombre-hd1.gif");
	height: 5px;
	width: 10px;
}

/*
.txtMenu {
	font-size: 13px;
	font-weight: bold;
}
.txtMenuSel {
	font-size: 13px;
	font-weight: bold;
	color: #990000;
}

a.menu {
	color: #000000;
	text-decoration: none;
}
a.menu:hover {
	color: #990000;
	text-decoration: underline;
}
*/
.mgTxtItem1 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.mgTxtItem1Sel {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.mgTxtItem2 {
	font-size: 11px;
	color: #666666;
}
.mgTxtItem2Sel {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

a.mg1, a.mg2 {
	color: #666666;
	text-decoration: none;
}
a.mg1:hover, a.mg2:hover {
	color: #000000;
	text-decoration: underline;
}