body
{
	margin: 0;
	padding: 0;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
}

#logo
{
	margin: 0;
}

#bloc_entete_evenement
{
	width: 100%;
}

#bloc_chapo_evenement
{
	float: left;
	width: 50%;
}

#reportage_main_img
{
	float: right;
	width: 350px;
	text-align: center;
}

#text_evenement
{
	float: left;
	margin-top: 2%;
}

#footer
{
	width: 100%;
	float: left;
	border-top: 1px dashed #CCCCCC;
	margin-top: 2%;
	padding-top: 1%;
}

