body {
	padding: 0;
	font: 0.9em Arial, Helvetica, sans-serif;
	/*background: #F1E3D2;*/
	background: #95badb;
	/*color: #7A5A5A;*/
	color : #204080;
	width: 900px;
}
ul#menu {
	margin-left: 10px;
	margin-top: 0px;
	list-style-type: none;
	width: 100%; /* précision pour Opera */
}
ul#menu li {
	float: left;
	list-style-type: none;
}
ul#menu a {
	float: left;
	margin: 0 1px;
	padding: 3px 15px;
	text-align: center;
	/*border: 1px solid #7A5A5A;*/
	border: 1px solid #204080;
	text-decoration: none;
	/*color: #4A2F2F;*/
	color: #204080;
	/*background:#D2B48C;*/
	background: #739cc0;
	list-style-type: none;
}
ul#menu a:hover {
	/*background:#7A5A5A;*/
	background: #204080;
	/*border: 1px solid #7A5A5A;*/
	border: 1px solid #204080;
	color:#ffffff;
	list-style-type: none;
}
ul#menu a.selected {
	/*background:#7A5A5A;*/
	background: #204080;
	/*border: 1px solid #7A5A5A;*/
	border: 1px solid #204080;
	color:#ffffff;
	list-style-type: none;
}

div#sousmenu {
	width: 800px;
	position: relative;
	margin:0;
	padding: 0.5em;
	text-align: left;
	moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 1.1;
	font-size: 0.9em;
	float:left;
}


ul#photos{
	margin:0;
	list-style-type: none;
	width: 100%; /* précision pour Opera */
	font: 0.7em Arial, Helvetica, sans-serif;
}
ul#photos li {
	float: left;
}
ul#photos a {
	float: left;
	margin: 0 1px;
	padding: 3px 4px;
	text-align: left;
	/*border-right: 1px solid #7A5A5A;*/
	border-right: 1px solid #204080;
	text-decoration: none;
	/*color: #4A2F2F;*/
	color: #204080;
	list-style-type: none;
}
ul#photos a.noRightBorder {
	float: left;
	margin: 0 1px;
	padding: 3px 4px;
	text-align: left;
	border-right: none;
	text-decoration: none;
	color: #204080;
	list-style-type: none;
}
ul#photos a:hover {
	/*border-right: 1px solid #7A5A5A;*/
	border-right: 1px solid #204080;
	/*color:#D2B48C;*/
	color:#739cc0;
	list-style-type: none;
}
ul#photos a.selected, ul#photos a.selected:hover, ul#photos a.selected:visited, ul#photos a.selected:link {
	/*border-right: 1px solid #7A5A5A;*/
	border-right: 1px solid #204080;
	/*color:#D2B48C;*/
	color:#739cc0;
	font: 1.0em Arial, Helvetica, sans-serif;
	font-weight: bold;
	list-style-type: none;
}

div#carnet {
	width: 100%;
	position: relative;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom : 5px;
	padding: 0.5em;
	text-align: justify;
	/*moz-border-radius: 10px;
	border-radius: 10px;*/
	line-height: 1.1;
	font-size: 0.9em;
}

div#diapo {
	width: 800px;
	position: relative;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom : 5px;
	padding: 0em;
	text-align: justify;
	/*moz-border-radius: 10px;
	border-radius: 10px;*/
	line-height: 1.1;
	font-size: 0.9em;
}
ul#diapo{
	margin:0;
	list-style-type: none;
	width: 100%; /* précision pour Opera */
	font: 0.7em Arial, Helvetica, sans-serif;
}
ul#diapo li {
	float: left;
}

/* mentions et copyright */
div#mentions {
	font-family: verdana, arial, sans-serif;
	position: absolute;
	bottom : 200px;
	left : 10px;
	width: 400px;
	margin: 1em;
	padding: 0.5em;
	/*background: #FFF7D2;*/
	background: #c0e0ff;
	-moz-border-radius:10px;
	border-radius:10px;
	line-height: 1.1;
	font-size: 0.9em;
}
div#mentions a {
	text-decoration: none;
	color: #222;
}
div#mentions a:hover {
	text-decoration: underline;
	/*color: #4A2F2F;*/
	color: #204080;
}
