html, body {
	margin: 0px;
	background-color: #DBE4E5;
	height:100%;
}

.grain-index {
	background-image: url(images/grain.png);
	height:813px;
	width: 100%;
	background-repeat: repeat;
	position: absolute;
}

.degrade {
	width: 100%;
	height:100%;
	background-image: url(images/degrade.png);
	background-repeat: repeat-x;
	position: absolute;
	left: 0px;
	top: 0px;
}


.conteneur {
	width:594px;
	height:auto;
	margin:auto;
	position:relative;
}

.tete {
	background-image: url(images/tete.png);
	height: 184px;
	width: 594px;
}

.pied {
	background-image: url(images/piedpres.png);
	height: 77px;
	width: 594px;
	position: relative;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}

.corps {
	width: 534px;
	height:379px;
	background-image: url(images/corpspres.png);
	padding-right: 30px;
	padding-left: 30px;

}
.logos {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.pastille {
	position:absolute;
	left: 85px;
	top: 425px;
}
