a.m_ss, a.m_ss_sel,
a.m_s, a.m_s_sel,
a.m_p, a.m_p_sel,
.m_sp li a, .m_sp_sel li a,
a.MenuIndexBasDePage, a.MenuIndexBasDePageSelected,
popMenuPage, popMenuPage2 {
	/* Propriétés de base pour tous les menu */
	font:normal 12px arial, verdana, helvetica, sans-serif;
	display:block;
	height:auto;
	width:auto;
}

/* <SuperSections> */
	/* Classes de base des SuperSections */
	a.m_ss {		
	}
	a.m_ss:hover {		
	}
	a.m_ss_sel {
	}
	a.m_ss_sel:hover {
	}

	/* Classes d'overload pour des supersections personnalisés aux unités en cours (Optionnel) */
	/* À ajouter seulement si vous avez besoin d'un style différent de supersections propres à une unité. */
	/* La classe multiple à ajouter est ".u_" + le numéro de l'unité. Soit : "a.SuperSectionInternet.u_001001" par exemple. */
	a.m_ss.u_001 {
	
	}

/* </SuperSections> */

/* <Sections> */
	/* Classes de base des Sections */
	a.m_s 
	{	
		width: 200px;
		color: #000000;
		font-family: Arial, Helvetica, sans-serif;
		font-size:  11px;
		line-height: 16px;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
		text-align: left;
		background-color: #ffffff;
		background-image: url(../images/imagesTuac/bgMenu.gif);
		background-repeat: no-repeat;
		height: 20px;	
		padding-top: 5px;
		padding-right: 3px;
		padding-bottom: 1px;
		padding-left: 21px;
		display:block;	
	}
	a.m_s:hover
	{
		width: 200px;
		color: #FFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size:  11px;
		line-height: 16px;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
		text-align: left;
		background-color: #ffffff;
		background-image: url(../images/imagesTuac/bgMenuOver.gif);
		background-repeat: no-repeat;
		height: 20px;	
		padding-top: 5px;
		padding-right: 3px;
		padding-bottom: 1px;
		padding-left: 21px;	
		display:block;
	}
	a.m_s_sel,
	a.m_s_sel:hover
	{
		width: 200px;
		color: #FFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size:  11px;
		line-height: 16px;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
		text-align: left;
		background-color: #ffffff;
		background-image: url(../images/imagesTuac/bgMenuOver.gif);
		background-repeat: no-repeat;
		height: 20px;	
		padding-top: 5px;
		padding-right: 3px;
		padding-bottom: 1px;
		padding-left: 21px;
		display:block;
	}
	
	/* Classes d'overload pour des sections personnalisés aux supersections en cours (Optionnel) */
	/* À ajouter seulement si vous avez besoin d'un style différent de sections propres à une supersection. */
	/* La classe multiple à ajouter est ".ss_" + le numéro de la supersection. Soit : "a.MenuSectionInternet.ss_1" par exemple. */	
	a.m_s.ss_1 {

	}
/* </Sections> */

/* <Pages> */
	/* Classes de base des Pages */
	a.m_p
	{
		display:block;
		color: #000;
		font-family: Arial, Helvetica, sans-serif;
		font-size:  10px;
		line-height: 18px;
		font-weight: normal;
		text-decoration: none;
		text-transform: uppercase;
		text-align: left;
		background-color: #d2d6e1;
		width: 150px;
		padding-right: 3px;
		padding-bottom: 1px;
		padding-left: 21px;
		margin-left:7px;
		border-bottom-width:1px; 
		border-bottom-style: solid;	
		border-bottom-color: #fff;
	}
	a.m_p:hover
	{
		display:block;
		color: #FFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size:  10px;
		line-height: 18px;
		font-weight: normal;
		text-decoration: none;
		text-transform: uppercase;
		text-align: left;
		background-color: #1a336b;
		width: 150px;
		padding-right: 3px;
		padding-bottom: 1px;
		padding-left: 21px;
		margin-left:7px;
		background-image: url(../images/imagesTuac/bgPageOver.gif);
		background-repeat: no-repeat;
		border-bottom-width:1px; 
		border-bottom-style: solid;	
		border-bottom-color: #fff;
	}
	a.m_p_sel,
	a.m_p_sel:hover
	{
		display:block;
		color: #FFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size:  10px;
		line-height: 18px;
		font-weight: normal;
		text-decoration: none;
		text-transform: uppercase;
		text-align: left;
		background-color: #1a336b;
		width: 150px;
		padding-right: 3px;
		padding-bottom: 1px;
		padding-left: 21px;
		margin-left:7px;
		background-image: url(../images/imagesTuac/bgPageOver.gif);
		background-repeat: no-repeat;
		border-bottom-width:1px; 
		border-bottom-style: solid;	
		border-bottom-color: #fff;
	}
	
	/* Classes d'overload pour des pages personnalisés aux sections en cours (Optionnel) */
	/* À ajouter seulement si vous avez besoin d'un style différent de pages propre à une section. */
	/* La classe multiple à ajouter est ".s_" + le numéro de la section. Soit : "a.MenuPageInternet.s_1" par exemple. */	
	a.m_p.s_1 {

	}
/* </Pages> */

/* <SubPage> */
	ul.m_sp { list-style-type: none; margin: 0px; padding: 0px; }
	ul.m_sp li { margin: 0px; padding: 0px; margin-left: 10px; }
	
	.m_sp li a { color: orange; }
	.m_sp li a:hover { color: #c06f00; }
	li.m_sp_sel a { color: #c06f00; }
	li.m_sp_sel .m_sp li a { color: orange; }
	li.m_sp_sel .m_sp li a:hover { color: #c06f00; }
/* </SubPage> */


/* <BasDePages> */
a.MenuIndexBasDePage { color: #072754; }
a.MenuIndexBasDePage:hover { color: #82B1EB; }
a.MenuIndexBasDePageSelected { color: #82B1EB; }
a.MenuIndexBasDePageSelected:hover { color: #82B1EB; }
/* </BasDePages> */


/* <MenuDHTML> */
.popMenuPage, .popMenuPage2 { 
	position:absolute; 
	top:50px; 
	left:10px;
	visibility:hidden; 
	background-color:#99cccc;
	z-index:90; 
}
.popMenuPage2 { z-index:91; }
/* </MenuDHTML> */


/* <_Menu> */
.menu { font:normal 12px arial, verdana, helvetica, sans-serif; }
.menu ul { padding:0; margin:0; }
.menu ul li { padding:0; margin:0; margin-left:15px; }
.menu ul li a { padding-left:0; }

/* <2 niveaux seulement> */
/*
.menu .m_ss { display:none; }
.menu li.m_ss_sel { list-style:none; overflow:hidden; }
.menu a.m_ss_sel { display:none; }
*/
/* </2 niveaux seulement> */

/* <dropdown sections> */
/*
ul.ddmenu li { float:left; }
ul.ddmenu li li { float:none; }
ul.ddmenu li ul { display:none; }
ul.ddmenu li:hover ul { display:block; }
ul.ddmenu li.m_ss_sel ul {display:block; }
*/
/* </dropdown sections> */

/* </_Menu> */
