@charset "utf-8";
/* CSS Document */
body
{
	background: white;
	align: center;
}
p
{
	color: black;
	font-size: 16px;
	font-style: bold;
	text-align: center;
	
}
a
{
	color: black;
	font-size: 16px;
	font-style: bold;
	text-align: center;
	
}
b
{
	color: black;
	font-size: 16px;
	font-style: bold;
	text-align: center;
	
}

.lien
{
	color: black;
	font-size: 16px;
	font-style: bold;
	text-align: center;
}
	

.photo
{
	scrollbar-face-color : black;
	scrollbar-highlight-color : black;
	scrollbar-3dlight-color : white;
	scrollbar-shadow-color : white;
	scrollbar-darkshadow-color : white;
	scrollbar-track-color : white;
	scrollbar-arrow-color : white;
	overflow: auto;
	height: 283px;
	width: 740px;
	margin-left: middle;
	background-color: white;
	text-align: center;
	vertical-align: middle;
	margin: auto;
}
