.rightSection {
	border : 1px solid black;
	padding: 2%;
	margin-bottom: 5%;
	//border-radius: 0.3em;
	background-color: #222222;
	color: #DDDDDD;
	//box-shadow: 0px 0px 5px #555555;
}
.rightSection a {
	text-decoration: none;
	color: #DDDDDD;
}
.rightSection a:hover{
	color: red;
}

.rightSectionHeader {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 2%;
	font-size: 1.2em;
	text-align: center;
}

.rightSectionContent {
	text-align: center;
	font-size: 1em;
}

.rightSectionContent ul {
	list-style-type : none;
	padding: 0;
	margin: 0;
	margin-top: 5%;
}


.rightSectionFooter {
	position: relative;
	text-align: right;
	font-style: italic;
	width: 100%;
	font-size: 0.9em;
	margin-top: 1em;
}

#rightSectionPicture {
	position: relative;
	max-width : 100%;
	max-height : 200px;
}

.ligneEvenement {
	margin-bottom : 1em;
}

.evenementDate {
	text-decoration : underline;
}
