html, body {
	min-height: 100%;
	margin: 0;
	padding: 0;
	background-color: #54c3ec;
}

@font-face {
	font-family:"Pacifico";
	src:url(Pacifico.ttf) format("truetype");
}

.centerDiv {
	height: 290px;
	width: 470px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -195px;
	margin-left: -235px;
}

.ballons {
	height: 300px;
	width: 190px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -390px;
	margin-left: -490px;
}

.cafe {
	height: 150px;
	width: 324px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -400px;
	margin-left: -162px;
}

.parapluie {
	height: 300px;
	width: 302px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -390px;
	margin-left: 250px;
}

.marche {
	height: 250px;
	width: 262px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 90px;
	margin-left: -525px;
}

.solidarite {
	height: 150px;
	width: 134px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 50px;
	margin-left: -67px;
}

.questions {
	height: 320px;
	width: 286px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 2px;
	margin-left: 300px;
}


.mdlogo {
	margin-left: 55px;
	margin-bottom: 7px;
}

.eventLabel {
	font-family: "Pacifico";
	color: white;
	text-align: center;
}

.rond {
	height: 60px;
	width: 60;
	border-radius: 30px;
	font-family: "Pacifico";
	color: #678aac;
	text-align: center;
	background-color: #98dbf4 ;
	line-height: 2;
	font-size: 20pt;
	
}

.ballonLabel {
	width: 190px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -110px;
	margin-left: -350px;
	background-color: #4d9499;
	padding: 10px;
	color: white;
	text-align: center;
	z-index: 100;
	font-family: "Times new roman";
	font-size: 12pt;
	-moz-box-shadow: 10px 10px 5px #656565;
	-webkit-box-shadow: 10px 10px 5px #656565;
	-o-box-shadow: 10px 10px 5px #656565;
	box-shadow: 10px 10px 5px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#6565', Direction=135, Strength=5);
}

.cafeLabel {
	width: 190px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -275px;
	margin-left: 45px;
	background-color: #678aac;
	padding: 10px;
	color: white;
	text-align: center;
	z-index: 100;
	font-family: "Times new roman";
	font-size: 12pt;
	-moz-box-shadow: 10px 10px 5px #656565;
	-webkit-box-shadow: 10px 10px 5px #656565;
	-o-box-shadow: 10px 10px 5px #656565;
	box-shadow: 10px 10px 5px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#6565', Direction=135, Strength=5);
}

.ballonLabel a,.bonheurLabel a, .cafeLabel a {
	color: white;
	text-decoration: none;
}


.ballonLabel a:hover, .bonheurLabel a:hover, .cafeLabel a:hover {
	text-decoration: underline;
}

.bonheurLabel {
	width: 470px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 100px;
	margin-left: -235px;
	background-color: #678aac;
	padding: 10px;
	color: white;
	text-align: center;
	z-index: 100;
	font-family: "Times new roman";
	font-size: 12pt;
	-moz-box-shadow: 10px 10px 5px #656565;
	-webkit-box-shadow: 10px 10px 5px #656565;
	-o-box-shadow: 10px 10px 5px #656565;
	box-shadow: 10px 10px 5px #656565;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#6565', Direction=135, Strength=5);
}

.labelTitle {
	font-size: 16pt;
	border-bottom: solid white thin;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-weight: bold;
	
}