<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0 auto;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#141764;
	text-align:center;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	color:#141764;
}
h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#5a5a5a;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:35px;
	font-weight:bold;
	color:#000000;
	text-align:center;
}
a {
color: #141764;
}
a:hover {
color: #141764;
text-decoration:none;
}

/*POSITIONNEMENT DES BLOCS*/

#container {
margin:0 auto;
width:768px;
min-height:850px;
background-color:#FFF;
}
#container-special-sessions {
margin:0 auto;
padding:3px;
background-color:#FFF;
}
#header {
float:left;
width:768px;
height:350px;
}
#center {
float:left;
width:768px;
min-height:600px;
margin:0;
padding:0;
background-color:#FFF;
}
#menu{
float:left;
text-align:left;
width:190px;
}
#content {
float:left;
width:504px;
min-height:600px;
margin:0 5px;
padding:0;

}
#footer {
float:left;
width:768px;
height:60px;
background-color:#FFF;
}


/*MENU*/

#menu ul, #menu li{
	display:block;
	list-style-type:none;
	text-indent:3px;
	margin: 1px 0px 0px 5px;
	padding:0;
	line-height: 22px;
}
#menu li a {
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#141764;
	background-color:#e9e9e9;
	text-decoration: none;
	width:150px;
}
#menu li a:hover, #menu li a:focus {
	color:#ffffff;
	background-color:#141764;
}
/*orange*/
.color-1{
	color:#FA7701;
}
.special-sessions{
	background-color:#e9e9e9;
	padding:10px;
	margin:0 5px 0 45px;	
}</pre></body></html>