<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	font-family : Arial;
	font-size : 9pt;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

html, body {
	width: 100%;
	height: 100%;
	background-color: white;
}

br
{
	clear: both;
}

a
{
	color: black;
}
a:hover
{
	text-decoration: none;
}
#content{
	width: 720px;
	margin: 0px auto;
/* 	min-height: 500px; */
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	background-image: url(../images/bandeau.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #DEDEDE;
	vertical-align: top;
}
#menu
{
/* 	position: absolute; */
	display: block;
	margin-left: 310px;
	margin-top:  102px;
	margin-bottom: 2px;
	width: 400px;
	clear: both;
	float: left;
	z-index: 1;

}
#menu li
{
	width: 90px;
	border: 1px solid red;
	border-collapse: collapse;
	list-style: none;
	float: left;
	clear: none;
	padding: 0.2em;
	text-align: center;
	font-weight: bold;
	background-color: #FE9901;

	filter : alpha(opacity=50);
	-moz-opacity : 0.5;
	opacity: 0.5;
}
#menu li:hover
{
	filter : alpha(opacity=90);
	-moz-opacity : 0.9;
	opacity: 0.9;
	cursor:pointer;
/* 	background-color: white; */
}
#body
{
	float: left;
	clear: both;
	width: 720px;
/* 	margin-top: 100px; */
	background-color: gray;
	vertical-align: top;
}
.acceuil
{
	background-color: #DEDEDE;
	margin: 20px;
	padding: 15px;
	filter : alpha(opacity=90);
	-moz-opacity : 0.9;
	opacity: 0.9;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	text-align: justify;
}

.photo
{
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	width: 150px;
	height: 150px;
	background-color: white;
	float: left;
 	text-align: center;
 	margin: 10px;
}
.photo img
{
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	border-top: 1px solid black;
	border-left: 1px solid black;
	margin: 10px auto;
	cursor:pointer;
	filter : alpha(opacity=70);
	-moz-opacity : 0.7;
	opacity: 0.7;
}
.photo img:hover
{
	filter : alpha(opacity=100);
	-moz-opacity : 1;
	opacity: 1;
}
.photo img.directory
{
	border: 0px;
	filter : alpha(opacity=100);
	-moz-opacity : 1;
	opacity: 1;
}

.photo .name
{
	text-align: center;
	line-height: 20px;
	vertical-align: middle;
}
.photo .name span
{
	cursor: pointer;
}
.photo .name img
{
	border: 0px;
	margin: 2px;
	vertical-align: middle;
	cursor:pointer;
}
#backgroundFullscreen
{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	filter : alpha(opacity=90);
	-moz-opacity : 0.9;
	opacity: 0.9;
	background-color: black;
	z-index: 10;
}
#fullscreen
{
	display: block;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -300px;
	margin-left: -400px;
	display: block;
	width: 800px;
	height: 600px;
	z-index: 20;
	text-align: center;
	vertical-align: middle;
}
#fullscreen img
{
	filter : alpha(opacity=100);
	-moz-opacity : 1;
	opacity: 1;
	clear: both;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	vertical-align: middle;
	margin: auto;
}
#fullscreen #closeFullscreen
{
	width: 300px;
	text-align: center;
	margin: 10px auto;
	color: white;
	font-weight: bold;
}
#fullscreen.hide, #backgroundFullscreen.hide
{
	display: none;
}
#foot
{
	clear: both;
	background-image: url(../images/bas_2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 33px;
	text-align: center;
	line-height:30px;
	font-size: 8pt;
}
#foot a
{
	font-size: 8pt;
}
form
{
	width: 500px;
	margin: 30px auto;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	background-color: #DEDEDE;
	padding: 10px;
	height: 300px;
}
label
{
	margin-right: 15px;
	padding-left:5px;
	width: 120px;
	display: block;
	font-weight: bold;
	color: black;
	float: left;
	border-bottom: 1px solid black;
	border-left: 1px solid gray;
}
input
{
	float: left;
	width: 350px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
}
form br
{
	clear: both;
}
textarea
{
	float: left;
	width: 350px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	height: 200px;
}
.bouton
{
	margin: 0px auto;
	background-color: #FE9901;
	font-weight: bold;
	filter : alpha(opacity=50);
	-moz-opacity : 0.5;
	opacity: 0.5;
	float: none;
	display: block;
	width: 120px;
	clear: both;
	margin-top: 20px;
}
.bouton:hover
{
	filter : alpha(opacity=90);
	-moz-opacity : 0.9;
	opacity: 0.9;
	cursor:pointer;
}
.text
{
	width: 500px;
	margin: 30px auto;
	padding: 20px;
	font-weight: bold;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	background-color: #DEDEDE;
}
.textred
{
	width: 500px;
	margin: 30px auto;
	color: red;
	font-weight: bold;
	padding: 20px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	background-color: #FFAAAA;
}</pre></body></html>