div#illustration {
	background: url(Images/illustrations/illustration-plansite.jpg) center no-repeat;
}
div#texte {
	overflow:auto;
	margin: 20px 0 0 0 ;
	height: 325px;
	width:540px;
	padding: 0 15px;
}
div#titre{
	margin: 20px 0 0 0;
	padding: 0;
	font-weight:bold;
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color:#777777;
}
div#texte p {
	margin: 5px 0 0 0 ;
	font-weight:bold;
	color: #333333;
	font-size: 12px;
	text-indent: 30px;
}
div#texte h1 {
	margin: 5px 0 0 0 ;
	font-weight:bold;
	color: #990303;
	font-size: 13px;
}
div#texte h1 a {
	color: #990303;
}
div#texte a {
	color: #333333;
	text-decoration: none;
}
div#texte h1 :hover, div#texte p :hover {
	text-decoration:underline;
}