/* Fichier CSS */
body
{
	background-color: #166cb9;
	margin: 0;
	text-align: center;	
	/*color: white;
	font-size: 18px;*/
}
h1, h2
{
	color: white;
	/*font-family: verdana;*/
}
.zoom1
{
	background-image: url(../Photos/PreMoulin3.jpg);
	background-repeat: no-repeat;
	/*margin-left: 200px;*/
	margin-left: auto;
    margin-right: auto;
	width: 614px;
	/*height: 410px;*/
}
.zoom1 p, .zoom1 a 
{
	height: 410px;
	width: 614px;
	display: block;

	color: white;
	font-size: 18px;
}
.zoom1 a:hover 
{
	background-image: url(../Photos/PreMoulin3_2.jpg);
	background-repeat:no-repeat;
	cursor:help;
}
p
{
	color: white;
	font-size: 18px;
}




