div#droite{
	float: right;
	width: 900px;
	min-height:1100px;
	background: url(../img/fond/fond-droite.jpg) center repeat-y;
}
div#cont-gauche{
	float:left;
	width:660px;
	height: auto;
	/*background:#00FFFF;*/
}
div#cont-droite{
	float:right;
	width:240px;
	height: auto;
}
div#titre{
	width:660px;
	margin:10px 0;
	height:63px;	
	background: url(../img/fond/titre-page2.jpg) center no-repeat;
}
div#titre h1{
	width:660px;
	margin:0;
	padding:0;
	height: 63px;
	line-height: 67px;
	text-align:center;
	font-size: 1.1em;
	color:#FFFFFF;	
}