.centre {
	float: left;
	width: 456px;
	margin-right: 0px;
	background-color: #eeffcc;

}
.droite {
	float:left;
	width: 140px;
	height:624px;
	margin-top: 3px;
	padding-top:10px;
	background-image: url("img/fond_droite.png");
	background-repeat: no-repeat;
	/*background-position: 3px -10px;*/
}

