#hautPage {
	background:url(/imgCharte/BandeauAgenda.jpg) no-repeat top center;
}
h1,h2,h3,h4 {
	color:#AF1010;
}
#menuCategorie {
	position: absolute; 
	top: 130px; 
	left: 800px;
	width: 86px;
	visibility:hidden;
}
#menuCategorie ul {
	text-align:justify;
	width: 86px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 15px;
	padding: 0px;
}
#menuCategorie li {
	padding: 1px;
	margin: 5px;
	list-style-type: none;
}
#menuCategorie a {
	display:block;
	width:80px;
	padding: 3px;
	font: 11px Verdana, Arial, Helvetica, sans-serif ;
	color:#000000;
	text-decoration: none;
	border: 1px solid gray;
}
#menuCategorie a:hover {
	background-color: #EEEEEE;
}


.evenement {
	display:block;
	font: 11px Verdana, Arial, Helvetica, sans-serif ;
	margin-top: 10px;
}
.evtTitre{
	position: relative;
	top: 0px;
	left: 0px;
	background:#FFFFFF;
	font-weight: bold;
	padding-left:2px;
	padding-top: 2px;
	padding-bottom:2px;
}
.evtDate{
	position: relative; 
	top: 0px;
	left: 0px;
	width:500px;
	background-color: #B97D1E;
	color: #FFFFFF;
	font-weight: bold;
	padding-left:8px;
	padding-top: 2px;
	padding-bottom:2px;
}
.evtLieu{
	position: relative;
	background:#E3E3E3;
	font-weight: bold;
	padding-left:8px;
	padding-top: 2px;
	padding-bottom:2px;
}
.evtType{
	position: relative; 
	top: -34px;
	left: 505px;
	width:168px;
	background-color: #B97D1E;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom:2px;
	overflow:hidden;
}
.evtDescr{
	top: -17px;
	left: 0px;
	background:#F7F7F7;
	position: relative;
	padding-left:8px;
	padding-right:8px;
	padding-top: 2px;
	padding-bottom:2px;
}
.evtOrga{
	background:#E3E3E3;
	position: relative;
	top: -17px;
	padding-left:8px;
	padding-top: 2px;
	padding-bottom:2px;
	position: relative;
	color: #999999;
	border-top: 1px solid #9E9E9E;
}

.evtMois{
	background:#4D6CB3;
	font-weight: bold;
	color: #FFFFFF;
	padding:3px;
}
