#dates h3.actu  {
	position: relative;
	/* text-indent: -10px; */
	font: 18px 'League Gothic Regular';
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-transform: uppercase;
/* 	margin: -50px 0 10px 76px; */
	margin: -48px 0 18px 81px
}

#dates h3.actu a  {
	color:rgb(255, 139, 128);
	text-decoration:none;
	margin-left: 0px;
}

#dates .date_chiffre {
	position: relative;
	color: rgb(255, 255, 255);
	background-color: rgb(255, 139, 128);
	font: 16px 'League Gothic Regular';
	text-transform: uppercase;
	width: 70px;
	display: block;
}
#dates .date_mois {
	position: relative;

}
#dates .date_annee {
	position: relative;
}

#dates h5 {
	margin-top: 3px;
	color: rgb(255, 139, 128);
	font-style: italic;
	font-weight: normal;
}

#dates article:first-child {
	margin-top: 10px;
}

#dates p {
	position: relative;
	margin-top: 22px;
	line-height: 16px;
}

#dates p a {
	background-color: #404040;
	color: white;
	padding: 0px 3px 2px 3px;
	text-decoration: none;
	line-height: 22px;
}


.actu h5 {
/* 	margin-top: 1px; */
	/*
margin-bottom: 7px;
	text-indent: 5px;
*/
}
#dates p strong {
	color: #0084F1;
}

/* mise en forme du formulaire la lettre */

/* ligne de formulaire*/
#mc_embed_signup_scroll div {
	margin-left: 15px;
	margin-right: 15px;
}
.mc-field-group {
	margin: 5px 0px 15px 0px;
}

.asterisk {
	color: #e8005a;
}
.indicates-required {
	margin-top: 10px;
}
.fg {
	background-color: rgba(0,0,0,.1);
}
/* form la lettre */
#mc_embed_signup {
	width: 299px;
	position: fixed;
	font: 12px "Times New Roman", Georgia, Times, serif;
	font-style: italic;
	bottom: 30px;
	z-index: 20;
	background-color: white;
}
/* champs textes */
#mc_embed_signup_scroll input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	border: 3px solid rgba(255,255,255,0);
	box-shadow: 0;
	border-radius: 0px;
	padding: 5px;
	width: 255px;
}
/* focus */
#mc_embed_signup_scroll input:focus {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	border-color: lime;
	border: 3px solid #0084F1;
	box-shadow: 0;
}

/* bouton */
#mc-embedded-subscribe {
	border: none;
	padding: 2px 5px;
	margin-bottom: 20px;
	background-color: #0084F1;
	color: #fff;
	border-radius: 0px;
	-webkit-appearance: none;
}