@charset "UTF-8";


@media screen {
	#con_descriptif img { display: none; }
	
	.menu_arbo h3 { display: none; }
	
	/* général */
	.menu_arbo ul { position: relative; margin: 0; padding: 0; }
	.menu_arbo li { list-style: none; display: block; padding: 0; }
	.menu_arbo strong {
		position: relative; margin: 0; padding: 0;
		font-size: 1.4em; font-weight: bold; color: #6cac25;
	}
	.menu_arbo span.chapeau {
		position: relative; margin: 0; padding: 0;
		font-size: 1.2em; font-weight: bold; color: black;
	}
	.menu_arbo a.gotoArticle {
		position: relative;  display: block;
		margin: 1em 0 0 0; padding-left: 20px; height: 15px; line-height: 15px;
		text-decoration: none; color: #00898f;
		background: url(../images/puce-rubrique.png) no-repeat left center;
	}
	.menu_arbo a.gotoArticle:hover { text-decoration: underline; }
	.menu_arbo .leonMenuArbo { clear: left; }
	.menu_arbo .descFiche { position: relative; float: left; }
	
	/* spécifique fiches */
	.menu_arbo.fiches { margin-bottom: 2em; }
	.menu_arbo.fiches ul {  }
	.menu_arbo.fiches ul li { border-bottom: 1px solid #daeac8; padding: 0.5em 0;  }
	.menu_arbo li span.image {
		position: relative; display: block;
		width: 80px; height: 55px; text-align: center;
		float: left; margin-right: 10px;
	}
	.menu_arbo li img { border: none; }
	
	
	/* spécifique rubriques */
	.menu_arbo.rubriques {  }
	.menu_arbo.rubriques .sousRub { border-top: 1px solid white;  }
	.menu_arbo.rubriques ul ul {   }
	.menu_arbo.rubriques li {
		position: relative; display: block;
		margin: 0 0 1em 0; padding: 0 0 10px 0; width: 100%;
		background: url(../images/f-categories.png) no-repeat left bottom;
	}
	.menu_arbo.rubriques li li {
		position: relative; float: left; width: 31.5%;
		margin: 5px; padding: 0;
		background: none;
	}
	.menu_arbo.rubriques li li.clearer { position: relative; float: none; clear: left;margin: 0; width: auto; }
	.menu_arbo.rubriques li img {
		position: relative; display: block;
		width: 50px; height: 50px;
		float: left; margin-right: 10px;
	}
	.menu_arbo.rubriques strong { 
		display: block; padding: 5px 5px 0 5px;
		background: url(../images/top-categories.png) no-repeat;
	}
	.menu_arbo.rubriques li li strong { padding: 0; background: none; width: 150px; } 
	.menu_arbo.rubriques span.chapeau { display: block; margin: -10px 5px 5px 5px; }
	
	/* agenda */
	.menu_arbo.fiches.actus { position: relative;  float: right; margin: 0 -50px 0 0; padding: 0 0 10px 0; width: 280px; background: url(../images/f-PA-accueil.png) no-repeat left bottom; }
	.menu_arbo.fiches.actus ul {
		position: relative; margin: 0; padding: 10px 50px 0 31px;
		list-style: none;
		background: url(../images/entete-PA-accueil.png) no-repeat;
	}
	.menu_arbo.fiches.actus ul li { border-bottom: none; margin: 0; padding: 0; width: 200px;  }
	.menu_arbo.fiches.actus li a.gotoArticle { text-decoration: none; color: white; font-size: 1.1em; margin: 0; }
	.menu_arbo.fiches.actus li a.gotoArticle:hover { text-decoration: none; color: #daeac8; }
	.menu_arbo.fiches.actus li img { float: none; border: none; margin-right: 5px; } 
	.menu_arbo.fiches.actus li strong { position: absolute; top: 0; left: -999em; } 
	
	
	.agendaListeEvenements { position: relative; float: left; width: 420px; }
	.agendaListeEvenements ul a { position: absolute; top: 0; left: -999em; }
	.agendaListeEvenements ul ul a { position: relative; top: auto; left: auto; }
	.agendaListeEvenements h3 { font-size: 2em; font-weight: normal; color: #00898f; margin-top: 0; }
	.agendaListeEvenements ul { margin: 0; padding: 0; list-style: none; }
	.agendaListeEvenements ul li { }
	.agendaListeEvenements li span.agendaNomDuMois {
		display: block; width: 100%; margin-bottom: 0.5em;
		font-size: 1.5em; font-weight: bold; color: #00898f;
		border-bottom: 1px solid #00898f;
	}
	.agendaListeEvenements li ul{ }
	.agendaListeEvenements li li { border-bottom: 1px solid #00898f; padding: 1em; }
	.dateEve, .horaireEve { color: #6AAB22; }
	.agendaListeEvenements strong {
		display: block; padding-left: 14px;
		font-size: 1.3em; color: black; text-decoration: none;
		background: url(../images/puce-menuSecond.png) no-repeat left top;
	}
	.agendaListeEvenements a {
		display: block;
		color: black; text-decoration: none;
	}
	.agendaListeEvenements a:hover { text-decoration: underline; }
}

@media print {
}
