html, body {
	height: 100%;
	font-size: 0.9em;
	color: #000;
}

h1 { display: none; }
h2 {
	font-size: 1.7em;
	font-weight: bold;
	/*padding: 30px 0;	*/
	padding-top:5px;
	margin: 0 ;
	color: #7EAF41;
}

#agenda_content {
	height: 100%; /* Fixe FF */
}

.agenda_flash_ajax {
	position: absolute;
	width: 490px;
	height: 490px;
	left: 50%;
	top: 50%;
	margin-left: -245px;
	margin-top: -210px;
	background-color: #FFF;
	color: #000;
	overflow: auto;
	display: none;	
}
.agenda_ajax {
	background: #fff url(../../image/agenda_ajax.gif) 50% 50% no-repeat;
}
