#titre {
	background-image = url("./baniere.jpg");
	height:200px;
	width:800px;
	background-repeat:no-repeat;
	margin-left:25%;
	border:dashed 1px black;
	margin-top : 15%;

	}

#contenu {
	width:350px;
	heaight:auto;
	margin-left:40%;
	margin-top:30px;
	text-align:center;
	font-size:20px;
	}
