/* CSS Document */
#page h2{
	color:#FFFFFF;
	font-size:11px;
	padding-left:8px;
	line-height:27px;
	height:27px;
	margin:0;
	cursor:pointer;
}
#page .journee{
	width:596px;
	margin-bottom:2px;
}
.onglet_off{
	background:url(../images/onglet_agenda_off.gif) no-repeat;
}
.onglet_on{
	background:url(../images/onglet_agenda_on.gif) no-repeat;
}

#page .evenement{
	border-bottom:1px solid #999999;
	cursor:pointer;
	padding: 1px 1px 1px 0;
}
#page .evenement a{
	text-decoration:none;
}
#page .evenement img{
	display:block;
	float:left;
}
#page .evenement .infos{
	float:left;
	width:430px;
	font-size:11px;
	margin-top:10px;
	margin-left:10px;
}
#page .infos span{
	display:block;
}
#page .infos .titre{
	font-weight:bold;
}
#page .infos .lieu{
	color:#E3001A;
}