@CHARSET "UTF-8";

@media screen {
	#global #contenu {
		top: 235px; left: 320px; height: 365px;
		background: url(../images/f-rubrique.png) no-repeat;
	}
	#global #contenu.scriptok {
		top: 135px; left: 320px; height: 465px;
		background: url(../images/f-contenu.png) no-repeat;
	}
	
	/*-- menu liste des liens d'une rubrique --*/
	#contenu .menu_arbo {
		position: absolute; top: 35px; right: 0;
		margin: 30px 36px; padding: 0 10px 0 0; width: 532px; height: 335px;
		overflow: auto;
	}
	#contenu.scriptok .menu_arbo { display: none; }
	#contenu .menu_arbo h3 { }
	#contenu .menu_arbo ul { margin: 0; padding: 0; list-style: none; }
	#contenu .menu_arbo li { display: block; float: left; margin: 0 ; }
	#contenu .menu_arbo li a {
		display: block; padding: 15px; width: 145px; height: 125px;
		background: url(../images/f-enfantCategorie.png) no-repeat; overflow: hidden;
		text-decoration: none; color: white;
	}
	#contenu .menu_arbo li img { border: none; padding: 3px; background: white; margin: 0 5px 0 0; float: left; }
	#contenu .menu_arbo li strong.titreEnfant { font-size: 1.2em; display: block; margin-bottom: 0.5em; }
	#contenu .menu_arbo li span.descEnfant { font-size: 1.1em; }
	#contenu .menu_arbo li a:hover {}
	#contenu .menu_arbo li a:hover strong.titreEnfant, #contenu .menu_arbo li a:hover span.descEnfant { color: #edbfc0; }
	#contenu .menu_arbo li a:hover img { filter: alpha(opacity = 75); -moz-opacity: 0.75; opacity: 0.75; }
	
	/*-- carte google --*/
	#map {
		position: absolute; top: 35px; right: 0;
		margin: 30px 36px; padding: 0 10px 0 0; width: 532px; height: 335px;
	}
	.titrePointCarte { display: block; font-size: 1.4em; font-weight: bold; color: #c00; margin-bottom: 0.6em; }
	.imgPointCarte { float: left; margin: 0 5px 5px 0; padding: 4px; background: white; border: 1px solid #ccc; }
	.descPointCarte { display: block; width: 250px; color: black; }
	a .descPointCarte { color: black; text-decoration: none;}
	a:hover .descPointCarte, a:hover .titrePointCarte { text-decoration: underline; }
}

@media print {

}