<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.titregeneral {
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7777FF;
	text-align: center;
}
.titresecondaire {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8888FF;
	text-align: center;
}
.titre3 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}
body {
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.marge {
	margin-left: 25px;
}
a {
 	color : #8C2F33;
 	background-color : inherit;
 	text-decoration : underline;
}
a:hover {
	color : #00F;
	background-color : inherit;
	text-decoration : underline;
}
#top {
    margin:0 auto;
    background-color: #8C2F33;
    height: 150px;
	width: 1000px;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
}
#bigdiv {
	margin:0 auto;
    width: 1000px;
	height: 1400px;
}
#left {
	margin:0 auto;
    background-color: #8C2F33;
    width: 175px;
	height: 1400px;
	float: left;
}
#center {
    background-color: #FDF7C9;	
	width: 825px;
	height: 1400px;
	margin:0 auto;
	float: right;
}
#bottom {
    margin: 0 auto;
	margin-top: -18px;
    position: relative;
	background-color: #8C2F33;
    height: 100px;
	width: 1000px;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
}
#rubrique{
    font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	text-align: center;
	color: #000000;
	background-color: #FDF7C9;
	border-width: 2px; 
	border-color: black;
	border-style: solid;
	margin: 0% 5% 0% 5%;
	padding: 5px;
	border-radius: 10px;
}</pre></body></html>