body {
	background-image: url(../img/photo/fond.gif);
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#menu {
	background-color: #000000;
	color: #FFFFFF;
	background-image: url(../img/photo/menu.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 77px;
	margin: 0px;
	padding: 0px;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
#navigation a:hover {
	color: #336699;
}

#navigation {
	line-height: 20px;
	float: left;
	margin-left: 15px;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 10px;
}
a.logo {
	background-image: url(../img/photo/logo.gif);
	display: block;
	float: right;
	height: 73px;
	width: 200px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a.logo:hover {
	background-image: url(../img/photo/logo-on.gif);
}
#infos {
	font-size: 11px;
	color: #666666;
	float: left;
	clear: both;
	margin: 10px;
	width: 200px;
	text-align: justify;
	background-color: #EFEFEF;
	padding: 5px;
	border: 1px solid #E0DFE3;
	background-image: url(../img/photo/fond-infos.gif);
	background-repeat: repeat-x;
	background-position: top;
	line-height: 16px;
}
#c_photo {
	text-align: center;
	margin-top: 30px;
}
#c_photo img {
	border: 1px solid #000000;
}

