
body
{
	background-color:black
}

/* Tableau Menu Principale*/
td.MenuPrincipal
{
	height: 40px;
	border-style: none; 
	padding: 0px;
}

td.MP_Cell_1_ON
{
	width: 30px;
	height: 44px;
	background-image: url(images/menu/begin_on.gif);
}
td.MP_Cell_1_OFF
{
	width: 30px;
	height: 44px;
	background-image: url(images/menu/begin_off.gif);
}
td.MP_Cell_btn_ON
{
	width: 30px;
	height: 44px;
	white-space: nowrap;
	background-image: url(images/menu/button_on.gif);
	background-repeat: repeat-x;
}
td.MP_Cell_btn_OFF
{
	width: 30px;
	height: 44px;
	white-space: nowrap;
	background-image: url(images/menu/button_off.gif);
	background-repeat: repeat-x;
}
td.MP_Cell_M_OFF_OFF
{
	width: 30px;
	height: 44px;
	background-image: url(images/menu/middle_off_off.gif);
}
td.MP_Cell_M_ON_OFF
{
	width: 30px;
	height: 44px;
	background-image: url(images/menu/middle_on_off.gif);
}
td.MP_Cell_M_OFF_ON
{
	width: 30px;
	height: 44px;
	background-image: url(images/menu/middle_off_on.gif);
}
td.MP_Cell_END_ON
{
	width: 30px;
	height: 44px;
	background-image: url(images/menu/end_on.gif);
}
td.MP_Cell_END_OFF
{
	width: 30px;
	height: 44px;
	background-image: url(images/menu/end_off.gif);
}

/* Lien Menu */
/* Menu Non-Sélectionner */
a.MenuPrincipal
{
	text-decoration:none;
	white-space: nowrap;

}
a.MenuPrincipal:link
{
	color: black;
}
a.MenuPrincipal:visited
{
	color: black;
}
a.MenuPrincipal:hover
{
	color: white;
}
a.MenuPrincipal:active{
	color: white;
}
/* Menu Sélectionner */
a.MenuPrincipalSel
{
	text-decoration:none;
	white-space: nowrap;
}
a.MenuPrincipalSel:link
{
	color: white;
}
a.MenuPrincipalSel:visited
{
	color: white;
}
a.MenuPrincipalSel:hover
{
	color: white;
	cursor:default;
}
a.MenuPrincipalSel:active{
	color: white;
}

/* Sous Menu */
td.MenuActif
{
	background-color:#000099;
	border-style:groove;
	border-color:black;
	color:white;
}
td.MenuInactif
{
	background-color:#0099FF; 
	border-style:groove; 
	border-color:red; 
	color:black;
}

/* Sous Menu interactif */
a.SousMenuInter
{
	text-decoration:none;
	font-size:small;
	/*white-space: nowrap;*/
}
a.SousMenuInter:link
{
	color: white;
}
a.SousMenuInter:visited
{
	color: white;
}
a.SousMenuInter:hover
{
	color: red;
}
a.SousMenuInterSel
{
	text-decoration:none;
	font-size:small;
	/*white-space: nowrap;*/
}
a.SousMenuInterSel:link
{
	color: red;
}
a.SousMenuInterSel:visited
{
	color: red;
}
a.SousMenuInterSel:hover
{
	cursor:default;
	color: red;
}
a.SousMenuInterSel:active{
	color: red;
}


td.SousMenuInter
{ 
	background-color:#000099; 
	color:white; 
	padding:5px;
}
td.EnteteInter
{
	background-color:#000099;
	color: red;
	font-size: large;
	text-align: left;
}


/* Image Langue */
a.Langue
{
	color: black;
	text-decoration:none;
}

/* Tableau Sous Menu */
td.SousMenuInter
{
	height: 40px;
	border-style: none; 
	padding: 0px;
}

td.SMP_Cell_1_ON
{
	width: 32px;
	height: 44px;
	background-image: url(images/smenu/begin_on.gif);
}
td.SMP_Cell_1_OFF
{
	width: 32px;
	height: 44px;
	background-image: url(images/smenu/begin_off.gif);
}
td.SMP_Cell_btn_ON
{
	/*width: 32px;
	height: 44px;
	white-space: nowrap;*/
	text-align:center;
	background-image: url(images/smenu/button_on.gif);
	background-repeat: repeat-x;
}
td.SMP_Cell_btn_OFF
{
	/*width: 32px;
	height: 44px;
	white-space: nowrap;*/
	text-align:center;
	background-image: url(images/smenu/button_off.gif);
	background-repeat: repeat-x;
}
td.SMP_Cell_M_OFF_OFF
{
	width: 32px;
	height: 44px;
	background-image: url(images/smenu/middle_off_off.gif);
}
td.SMP_Cell_M_ON_OFF
{
	width: 32px;
	height: 44px;
	background-image: url(images/smenu/middle_on_off.gif);
}
td.SMP_Cell_M_OFF_ON
{
	width: 32px;
	height: 44px;
	background-image: url(images/smenu/middle_off_on.gif);
}
td.SMP_Cell_END_ON
{
	width: 32px;
	height: 44px;
	background-image: url(images/smenu/end_on.gif);
}
td.SMP_Cell_END_OFF
{
	width: 32px;
	height: 44px;
	background-image: url(images/smenu/end_off.gif);
}


