<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

/* POSITIONNEMENT */
html, body {
	margin: 0;
	background-color:#f6f6f7;
	}
#container {
	width: 760px;
	margin: 0 auto;
	position: relative;
	background-color:#ffffff;
	}
#header {
	width: 760px;
	position: relative;
	height: 440px;
	}	
#content {
	/* eviter la superposition 
	du pied de page et du contenu */
	padding-bottom: 0px;
	width: 750px;
	margin:0 5px;
	padding:0;
	min-height:540px;
}
#footer {
	clear:both;
	width:760px;
	background-color: #ffffff;
	height:70px;
	text-align:center;
	bottom:0px;
	color:#000000;
	}

/*DECORATION */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	}
a {
	color: #f72fe0;
	}
.italic {
  	font-style: italic;
}

.emphase {
  	font-weight: bold;
}
.center {
	text-align:center;
}
.blanc {
	color:#FFFFFF;
}
.rose {
	color:#f72fe0;
}
.rose_gras {
	color:#f72fe0;
	font-weight: bold;
}
.gris {
	color:#666463;
}
.gris_gras {
	color:#666463;
	font-weight: bold;}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#f15be0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color:#666666;
	font-weight:bold;
	font-style:italic;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color:#555555;
	font-style:italic;
}

hr {
	border-top:#94CD61 solid 1px;
	margin-top:-8px;
}
</pre></body></html>