#conteneur {
	height: 1000px;
}

/*-------------------------------DESCRIPTION-GAUCHE------------------------------------------*/
*html #description {
	top: 280px;
}

#description{
	position:absolute;
	top: 270px;
	left: 100px;
}

/*--------------------------------------COPYRIGHT-----------------------------------------*/
#petitLogo {
	top: 970px;
}

*html #copyright {
	top: 1000px;
}

#copyright {
	top: 990px;
}

