<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("style2.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

/* Styles pour les éléments de navigation */
#sidebar {
	float: left;
	width: 140px;
	background-color: #D0C5BA;
	position: relative;
	clear: both;
	display: inline;
	height: 620px;
}

#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cdf;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #344062;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
}
#sub a {
	font-weight: normal;
	text-decoration: none;
	color: #344062;
	padding: 5px;
	table-layout: fixed;
}

#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #B19877;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
}
#content {
	margin: 0;
	padding: 0;
	width: 240px;
	position: relative;
	float: left;
	height: 620px;
}
#content p {
	text-align: center;
	font-weight: normal;
	font-size: small;
	vertical-align: middle;
	color: #B19877;
}
#content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: bottom;
}
#content li {
	float: left;
	width: 120px;
	height: 110px;
	overflow: hidden;
	text-align: center;
}
#content img {
	margin: 15px 0 5px 0;
	padding: 0;
	height: 70px;
	overflow: auto;
}
#photo {
	margin: 0 0 0 0px;
	width: 375px;
	float: left;
	text-align: center;
	border-left-style: dotted;
	border-left-width: thin;
	border-left-color: #344062;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	height: 620px;
}
#photo img {
	margin-top: 70px;
}
#text {
	float: left;
	padding-bottom: 30px;
}
#text p {
	text-align: justify;
	font-weight: normal;
	font-size: small;
	vertical-align: middle;
	color: #344062;
	padding-right: 20px;
	padding-left: 20px;
}
#text li{
	color: #344062;
	list-style-type: square;
}
</pre></body></html>