@charset "UTF-8";

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/


/* Spécification base ul (Menu general > le plus haut niveau) */

ul.MenuBarHorizontal{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	cursor: default;
	width: auto;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

/* indication pour le menu de base en "li" niveau 1 (taille en largeur de la cellule 1) */
ul.MenuBarHorizontal li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: pointer;
	float: left;

}

ul.MenuBarHorizontal li a{
	display: block;
	cursor: pointer;
	text-decoration: none;
	height: 30px;
	margin-top: 2px;
	margin-right: 4px;
	margin-left: 4px;

}



/* indication pour le sous-menu de base en "ul" niveau 1 (taille en largeur de la cellule 1) */

ul.SousMenuArbo{
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: pointer;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ffffff;
	border-left-color: #ffffff;
	width: 220px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	z-index: 1020;
	position: absolute;
	left: -1000em;
	height: auto;
	/*position:relative;*/
}


/* Récupère ses propriété du Menu quand il est visible - il fait passé la balise ul en-dessous et déclenche le sous menu (en ref au -1000em au-dessus) */

ul.SousMenuArbo.MenuBarSubmenuVisible{
	left: auto;
}

/* Espace interieur de la cellule du sous-menu */

ul.SousMenuArbo li{
	font-size: 12px;
	text-decoration: none;
	background-color: #c7d0d8;
	color:#ffffff;
	width: 220px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	height: auto;
	text-align: left;
	clear:left;
}


/* effet passage souris dans le sous menu */

ul.SousMenuArbo li:hover{
	background-color:#343529;
}

ul.SousMenuArbo li a {
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 10px;
	color: #343529;
	cursor: pointer;
	text-decoration: none;
	height: auto;
}

ul.SousMenuArbo li a:hover {
	color: #FFFFFF;
}

/* être sur que le menu passe au-dessus - Le Z-index gère la profondeur */

ul.MenuBarActive{
	z-index: 1000;
}


/*ul.MenuBarHorizontal ul ul {
	position: absolute;	
}*/


/*******************************************************************************

Indication spécifique au Menu (couleur selon rubrique, effets souris...)

 *******************************************************************************/
 
.menu {
	width: 1000px;
	margin-top: 10px;
	margin-left: 15px;
	
}

.Accueil{
	text-align: center;
	background-image: url(../images/accueil.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 34px;
	width: 84px;
	color: #FFF;	
}

.Accueil a {
	color: #FFF;
}

.Accueil:hover  {
	background-image: url(../images/on_accueil.png);
	color: #bdcfe7;
}

.MaVille {
	text-align: center;
	background-image: url(../images/maville.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 34px;
	width: 84px;
	color: #FFF;
} 

.MaVille a {
	text-align: center;
	color: #FFFFFF;
	padding-top: 5px;
}

.MaVille:hover {
	background-image: url(../images/on_maville.png);
	color: #e9dacf;
}

.Social {
	text-align: center;
	background-image: url(../images/social.png);
	width: 84px;
	font-family: Arial, Helvetica, sans-serif;;
	background-repeat: no-repeat;
	height: 34px;
	background-position: center;
	color: #FFFFFF;
} 

.Social a {
	color: #FFFFFF;
	padding-top: 5px;
}

.Social:hover {
	background-image: url(../images/on_social.png);
	color: #c4ebe5;
}

.Jeunesse {
	text-align: center;
	background-image: url(../images/jeunesse.png);
	width: 90px;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	height: 34px;
	background-position: center;
	color: #FFFFFF;
} 

.Jeunesse a {
	color: #FFFFFF;
	padding-top: 5px;
}


.Jeunesse:hover {
	background-image: url(../images/on_jeunesse.png);
	color: #f7eed3;
}

.Culture {
	text-align: center;
	background-image: url(../images/culture.png);
	width: 88px;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	height: 34px;
	background-position: center;
	color: #FFFFFF;
} 

.Culture a {
	color: #FFFFFF;
	padding-top: 5px;
}

.Culture:hover {
	background-image: url(../images/on_culture.png);
	color: #f1c7b0;
}

.Sports {
	text-align: center;
	background-image: url(../images/sport.png);
	width: 84px;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	height: 34px;
	background-position: center;
	color: #FFFFFF;
} 

.Sports a {
	padding-top: 5px;
	color: #FFFFFF;
}

.Sports:hover {
	background-image: url(../images/on_sport.png);
	color: #cdf4d2;
}

.Economie {
	text-align: center;
	background-image: url(../images/economie.png);
	width: 91px;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	height: 34px;
	background-position: center;
	color: #FFFFFF;
} 

.Economie a {
	padding-top: 5px;
	color: #FFFFFF;
}

.Economie:hover {
	background-image: url(../images/on_economie.png);
	color: #ece0fa;
}


.Docutheque {
	text-align: center;
	background-image: url(../images/docutheque.png);
	width: 117px;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	height: 34px;
	background-position: center;
	color: #FFFFFF;
} 

.Docutheque a {
	padding-top: 5px;
	color: #FFFFFF;
}

.Docutheque:hover {
	background-image: url(../images/on_docutheque.png);
	color: #f5ccd1;
}



.espace_menu {
	display: block;
	padding-top: 8px;

} 

/*.MenuBlocCouleur:hover{
	background-color: #bbe33e;
}*/

.SousMenu{
	background-color: #343529;
	width: 220px;
	overflow:hidden;
	background-image: url(../images/fleche_menu.gif);
	height: 15px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}  


/*******************************************************************************

 *******************************************************************************/


ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

@media screen, projection{
	
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		float: left;
	}
}
