/* Styles utilisés pour les menu */
/* Conmme ils sont utilisés par la programmation, il est important de ne pas modifier les nom des classes */

/* Lorsqu'un menu est sélectionné, on ajoute le suffixe 'selected' au nom de la classe */
/* Pour un état de survol, on utilise la pseudo classe :hover */

a.SuperSectionInternet, a.SuperSectionExtranet, a.SuperSectionIntranet, a.SuperSectionPrive,
a.SuperSectionInternet:hover, a.SuperSectionExtranet:hover, a.SuperSectionIntranet:hover, a.SuperSectionPrive:hover,
a.SuperSectionInternetSelected, a.SuperSectionExtranetSelected, a.SuperSectionIntranetSelected, a.SuperSectionPriveSelected,
a.SuperSectionIntranetSelected:hover, a.SuperSectionInternetSelected:hover, a.SuperSectionExtranetSelected:hover, a.SuperSectionPriveSelected:hover,
a.MenuSectionIntranet, a.MenuSectionExtranet, a.MenuSectionInternet, a.MenuSectionPrive,
a.MenuSectionIntranet:hover, a.MenuSectionExtranet:hover, a.MenuSectionInternet:hover, a.MenuSectionPrive:hover,
a.MenuSectionIntranetSelected, a.MenuSectionExtranetSelected, a.MenuSectionInternetSelected, a.MenuSectionPriveSelected,
a.MenuSectionIntranetSelected:hover, a.MenuSectionExtranetSelected:hover, a.MenuSectionInternetSelected:hover, a.MenuSectionPriveSelected:hover,
a.MenuPagePrive, a.MenuPageIntranet, a.MenuPageExtranet, a.MenuPageInternet,
a.MenuPageInternet:hover, a.MenuPageExtranet:hover, a.MenuPageIntranet:hover, a.MenuPagePrive:hover,
a.MenuPagePriveSelected, a.MenuPageIntranetSelected, a.MenuPageExtranetSelected, a.MenuPageInternetSelected,
a.MenuPagePriveSelected:hover, a.MenuPageIntranetSelected:hover, a.MenuPageExtranetSelected:hover, a.MenuPageInternetSelected:hover,
a.MenuIndexBasDePage, a.MenuIndexBasDePageSelected, a.MenuIndexBasDePageSelected:hover, a.MenuIndexBasDePage:hover,
popMenuPage, popMenuPage2
{
	/* Propriétés de base pour tous les menu */
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	display:block;
	text-decoration: none;
	height: auto;
	width: auto;
}


/* <SuperSections> */
	a.SuperSectionInternet, a.SuperSectionExtranet, a.SuperSectionIntranet, a.SuperSectionPrive {
		color: red;	
		padding-left: 10px;
	}
	a.SuperSectionInternet:hover, a.SuperSectionExtranet:hover, a.SuperSectionIntranet:hover, a.SuperSectionPrive:hover {
		color: red;
		padding-left: 10px;
	}
	a.SuperSectionInternetSelected, a.SuperSectionExtranetSelected, a.SuperSectionIntranetSelected, a.SuperSectionPriveSelected {
		color: red;	
		padding-left: 10px;
	}
	a.SuperSectionIntranetSelected:hover, a.SuperSectionInternetSelected:hover, a.SuperSectionExtranetSelected:hover, a.SuperSectionPriveSelected:hover {
		color: red;	
		padding-left: 10px;
	}
/* </SuperSections> */


/* <Sections> */
a.MenuSectionIntranet, a.MenuSectionExtranet, a.MenuSectionInternet, a.MenuSectionPrive
{
	background: url(../images/imagesIcoh/bgMenuRight.gif) no-repeat;
	background-position: 140px 0;
	color: #4e6692;
	font-size: 11px;
	padding: 3px 15px 3px 0;
	width: 130px;
	font-weight:bold;
}
a.MenuSectionIntranet:hover, a.MenuSectionExtranet:hover, a.MenuSectionInternet:hover, a.MenuSectionPrive:hover
{
	background: url(../images/imagesIcoh/bgMenuRightOver.gif) no-repeat;
	background-position: 140px 0;
	color: #4e6692;
	font-size: 11px;
	padding: 3px 15px 3px 0;
	width: 130px;
	font-weight:bold;
}
a.MenuSectionIntranetSelected, a.MenuSectionExtranetSelected, a.MenuSectionInternetSelected, a.MenuSectionPriveSelected
{
	background: url(../images/imagesIcoh/bgMenuRightOver.gif) no-repeat;
	background-position: 140px 0;
	color: #d67429;
	font-size: 11px;
	padding: 3px 15px 3px 0;
	width: 130px;
	font-weight:bold;
}
a.MenuSectionIntranetSelected:hover, a.MenuSectionExtranetSelected:hover, a.MenuSectionInternetSelected:hover, a.MenuSectionPriveSelected:hover
{
	background: url(../images/imagesIcoh/bgMenuRightOver.gif) no-repeat;
	background-position: 140px 0;
	color: #4e6692;
	font-size: 11px;
	padding: 3px 15px 3px 0;
	width: 130px;
	font-weight:bold;
}
/* </Sections> */


/* <Pages> */
	a.MenuPagePrive, a.MenuPageIntranet, a.MenuPageExtranet, a.MenuPageInternet {
		color: #000;
		text-align:left;
		font-size:11px;
		margin-right:15px;
		margin-top:4px;
		padding:4px;
		text-decoration:none;
	}
	a.MenuPageInternet:hover, a.MenuPageExtranet:hover, a.MenuPageIntranet:hover, a.MenuPagePrive:hover {
		color: #000;
		text-align:left;
		font-size:11px;
		margin-right:15px;
		margin-top:4px;
		padding:4px;
		text-decoration:none;
	}
	a.MenuPagePriveSelected, a.MenuPageIntranetSelected, a.MenuPageExtranetSelected, a.MenuPageInternetSelected {
		color: #000;
		text-align:left;
		font-size:11px;
		margin-right:15px;
		margin-top:4px;
		padding:4px;
		text-decoration:none;
	}
	a.MenuPagePriveSelected:hover, a.MenuPageIntranetSelected:hover, a.MenuPageExtranetSelected:hover, a.MenuPageInternetSelected:hover {
		color: #000;
		text-align:left;
		font-size:11px;
		margin-right:15px;
		margin-top:4px;
		padding:4px;
		text-decoration:none;
	}
/* </Pages> */


/* <BasDePages> */
a.MenuIndexBasDePage { color: #072754; }
a.MenuIndexBasDePage:hover { color: #82B1EB; }
a.MenuIndexBasDePageSelected { color: #82B1EB; }
a.MenuIndexBasDePageSelected:hover { color: #82B1EB; }
/* </BasDePages> */


/* <MenuDHTML> */
.popMenuPage {
	position: absolute; 
	top: 50px; 
	left: 10px; 
	z-index: 90; 
	visibility: hidden;
	background-color: #99cccc;
}
.popMenuPage2 {
	position: absolute; 
	top: 50px; 
	left: 10px;
	z-index: 91; 
	visibility: hidden;
	background-color: #99cccc;
}
/* </MenuDHTML> */
