@charset "UTF-8";
/* CSS Document */

/*FORM CONTACT*/
blockquote {
	padding:5px 10px;
}
div#baseContact {
  position: relative;
}
div#chargementContact, div#terminerContact {
	position: absolute;
	font-size: 32px;
	color: #999;
	font-weight: bold;
	text-align: center;
	margin: 50px 0px;
	visibility: hidden;
	width: 100%;
	top: 0px;
}
div#terminerContact {
  color: #FFF;
}
div#terminerContact a {
  font-size: 12px;
}
