body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image : url(data/fonduni3.jpg);
	background-repeat : repeat;
    margin:0;
    padding:0;
	text-align:center;
}
  
#conteneur{
/*position: absolute;*/
width:648px;
margin: 0 auto; 
background-color : #FFFFFF;
padding:1%;

text-align;left;
}

#image {
/*margin-top:2%;*/
			border:0px;
			}
	
.petit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	text-align:center;
	margin-left:1%;
	margin-right:1%;
}
.adresse{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 65%;
	text-align:center;
}

#bas{
	background-color : #FFFFFF;
}
a {
	text-decoration:underline;
	color : #000000;
}
a:hover {
	text-decoration:none;
	color : #000000;
}
img{
		border:#ffffff;
}