/***************************** Mode présentation **********************/
div.evenement
{
	margin:5px;
}
div.evenement #date
{
	font-weight:bold;
	font-size: 11px;
	margin-bottom:10px;
	background:#007ac3;
	color:White;
}
div.evenement #date a
{
	background:#007ac3;
	font-size: 11px;
	color:White;
	text-decoration:none;
}
div.evenement #date a:hover
{
	background:#007ac3;
	font-size: 11px;
	color:White;
	text-decoration:underline;
}
div.evenement #description
{
	margin-top:10px;
	margin-bottom:10px;
	font-family:Arial;
	color:#6c6c6c;
	font-size: 11px;
	font-style:normal;
	font-weight:normal;
	background: transparent;
}
div.evenement #description img
{
	border:none;
}
div.evenement #lien
{
	color:#007ac3;
	text-align:right;
	margin-bottom:20px;
	font-family:Arial;
	font-size: 11px;
	font-style:normal;
	font-weight:normal;
	background: transparent;
}
div.evenement #lien a
{
	color:#007ac3;
	font-family:Arial;
	font-size: 11px;
	font-style:normal;
	font-weight:normal;
	background: transparent;
	text-decoration:none;
}
div.evenement #lien a:hover
{
	color:#007ac3;
	font-family:Arial;
	font-size: 11px;
	font-style:normal;
	font-weight:normal;
	background: transparent;

	text-decoration:underline;
}
/*************************** Fin mode présentation ********************/

.SeparatorEvenement
{
	margin:0;
	padding:0;
	color:#efefef;
}

div.TitreEvenement
{
	font-family:Arial;
	font-size: 15px;
	font-style:normal;
	font-weight:bold;
	color:#b04be9;
	margin-bottom:20px;
}

div.IntroEvenement
{
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
	font-family:Arial;
	color:#6c6c6c;
	font-size: 11px;
	font-style:normal;
	font-weight:normal;
}


div.ListeEvenement
{
	margin-left:20px;
}