h2 {
	border-bottom: 1px solid #5F5F5F;
}

#box-article ul {
	margin-bottom: 10px;
}
#box-article li {
	clear: both;
}
#box-article .thumb-left {
	margin-bottom: 10px;
}

#texte {
	clear: both;
	padding-bottom: 15px;
	border-bottom: 1px solid #5F5F5F;
	margin-bottom: 10px;
}
#texte li {
	margin-left: 25px;
}

#news-preview {
	float: left;
	padding: 5px 5px 5px 25px;
	text-align: left;
	background-image: url('/images/arrowleft.gif');
	background-position: left;
}
#news-next {
	float: right;
	padding: 5px 25px 5px 5px;
	text-align: right;
	background-image: url('/images/arrow.gif');
	background-position: right;
}

#box-actu {
	text-align: left;
	float: right;
	width: 130px;
}

#box-actu dl {
	width: 130px;
}

#box-actu dt {
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	text-align: right;
}

#box-actu dd {
	clear: both;
	margin-bottom: 10px;
}

#box-actu .short {
	float: left;
	clear: both;
	vertical-align: top;
}

/* ********************* calendrier / news ********************* */
#box-calendar {
	height: 166px;
}

#tableCalendrier {
	margin: 5px auto 5px auto;
	border: 1px solid #5F5F5F;
	border-collapse: collapse;
	width: 160px;
	align: center;
}
#tableCalendrier td {
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #5F5F5F;
}

.calendarActif a {
	background-color: #00CD18;
	display: inline-block;
	font-weight: bold;
	width: 100%;
}

#calendarToday {
	font-style: italic;
}


#box-calendar-loader {
	position: absolute;
	width: 300px;
	background-color: #3F3F3F;
	margin: -5px 0px 0px -5px;
	text-align: center;
	height: 176px;
}

#box-calendar-loader img {
	margin-top: 20px;
}