@charset "UTF-8";
/*
	CSS customiser pour MT sur le portail.	
*/

.textBlackBackground a{
	color: #FF0000;
}

#menuTop li a.currentSelection {
	background: #d6d6d6 url(../../../images/jahia/refonte2012/fd_menu_main.png) left top repeat-x;
	color:#000;
}

/* Bouton Authentication MyMT */
.boutAuth input {
	margin-top:2px;
	float:left;
	display:block;
	width:25px;
	height:25px;
	text-align:center;
	vertical-align:middle;
	background:url(../../../images/jahia/refonte2012/ico_cadenas.png) center top no-repeat;
	color:white;
	text-decoration:none;
	border:0px;
}
.boutAuth input:hover {
	background:url(../../../images/jahia/refonte2012/ico_cadenas.png) center bottom no-repeat;
	cursor: pointer;
}

/* Bouton recherche Pages Jaunes / Annuaire */
.boutPJ input {
	margin-top:2px;
	float:left;
	display:block;
	width:25px;
	height:25px;
	text-align:center;
	vertical-align:middle;
	background:url(../../../images/jahia/refonte2012/ico_pj.png) center top no-repeat;
	color:white;
	text-decoration:none;
	border:0px;
}
	
.boutPJ input:hover {
	background:url(../../../images/jahia/refonte2012/ico_pj.png) center bottom no-repeat;
	cursor: pointer;
}	

	

/*----------------------------------------------------------------------------------- 
 -- AJOUTER PAR DC DEPUIS LES ANCIENS FICHIERS DE STYLE
 ------------------------------------------------------------------------------------
*/

/* ETAT DE RESEAU */
#header #Header_navigation_reseaux {	
	z-index:3;
	width:182px;
	height:28px;
	background: url(../../../images/jahia/template_header_reseau_background.png) no-repeat;
	background-image: url(../../../images/jahia/template_header_reseau_background.png);
}

#header #puceEtatReseau {
	width: 14px;
	height: 14px;
	z-index: 20;
	position: relative;
	margin-top: 8px;
	left: -30px;
}

#header .vert {
	background:url(../../../images/jahia/template_header_reseau_vert.png) no-repeat;
}

#header .orange {
	background:url(../../../images/jahia/template_header_reseau_orange.png) no-repeat;
}

#header .rouge {
	background:url(../../../images/jahia/template_header_reseau_rouge.png) no-repeat;
}
#header .etatReseauxModeEdit{
	position:relative;
	left:656px;
}
#header .etatReseaux {
	text-decoration: none; 
}
#header .etatReseaux:hover {
	background: none; /* correction d'un bug IE */
}
#header .etatReseaux span.etatReseauxSpan {
	display: none;
	height:83px;
	width:140px;
	top:0px;	
	background:url(../../../images/jahia/template_header_reseau_background_hover.png) no-repeat;
	z-index:5;
}
#header .etatReseaux:hover span.etatReseauxSpan {
	display: inline;
	position: absolute;
	z-index:5;
	top: 26px;	
}

#etatReseauxListe li a{
	font-size: 11px;
	margin:0px;
	padding:0px;
	text-align: left;
}

#etatReseauxListe a.etatReseauMenuLink:hover {
	color:#CC0000;
	text-decoration:none;
	background-image:none;
	background-color:#000;
}

#etatReseauxListe a.etatReseauMenuLink {
    color:#FFFFFF;
    background-image:none;
    background-color:#000;
}

.HeaderNavigContent {
	padding:20px 0px 0 22px;
	display:block;
}

#etatReseauxListe li.boxMenuli {
	display:block;
	list-style-type:none;
	background: url(../../../images/jahia/puce_liste.gif) no-repeat 0 0.60em;
	padding: 0 10px 6px 10px;
	text-align:left;
	font-family:Arial, sans-serif;
	font-size:12px;
	letter-spacing:-0.05em;
	color:#666666;
	float: none;
}
	
/* Page Front Météo */
.widgetMeteo ul {
	height:100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.widgetMeteo li {
	float:left;
}

/* Page Front Plan Site */
.planSiteFront {
	text-align: left;
}

li.planSiteItem {
	list-style: none;
}
li.nestedListItem {
	list-style-type: disc;
}
#plan a.titre2 {
	font-size:12px;
	text-transform:uppercase;
	font-weight:400;
	color:#E80000;
}