

body {
    padding: 0px;
    margin: 0px;
}


#global {
    background: url('/images/cigogne_p.jpg') no-repeat;
	background-position-y: 120px;
	background-position-x: 20px;

	font-family: 'Exo', sans-serif;
	font-size: 30px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#bandeau {
	/*background-color: #CC3266;*/
    background: url('/images/arc.png') no-repeat;

	height: 220px;
	padding: 10px;
}

#bandeau .logo {
	float: left;
	width: 140px;
}

#bandeau .date{
	float: right;
	width: 800px;
	color: white;
	text-transform: uppercase;
	text-align: right;
	font-size: 50px;
}

#annonce {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	text-align: right;
	font-size: 50px;
	margin-top: -90px;
	width: 500px;
	float: right;
	margin-left: 420px;
	margin-bottom: 90px;
}

h1 {
	font-size: 80px;
	color: #CC3266;
	margin: 0px;
}

h2, h3, ul {
	margin: 0px;
}

li {
	list-style: none;
}

a {
	color: black;
	text-decoration: none;
}

.small {
	font-size: 50%;
}

#collecte {
	font-family: 'Source Sans Pro', sans-serif;
	width: 800px;
	font-size: 60px;
	/*float: left;*/
}

#footer {
    background: url('/images/arc_bas.png') no-repeat;
    height: 150px;
    width: 960px;
    color: white;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 25px;
	position: absolute;
	bottom: 0;
}

#liens {
	text-align: right;
	margin-top: 40px;
	padding-right: 20px;
	width: 600px;
	float: right;
}

#liens a {
    color: white;
	text-decoration: none;
}