<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
	border: 0px;
	margin: 0px;
	background-image: url(../img/img_fond.gif);
}

#groupe
{
	margin: auto;
	width: 800px;
	background-color: #FFF;
}

header
{
	height: 50px;
	background-color: #4E7AC7;
}

section
{
	padding: 0px 0px 40px 0px;
	text-align: justify;
}

footer
{
	height: 30px;
	line-height: 30px;
	background-color: #35478C;
	text-align: center;
}

h1
{
	font-family: "Strait", Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 2em;
	margin: 0px;
	line-height: 50px;
	display: inline-block;
	background-color: #FFF;
	margin: 0px 10px 0px 50px;
	padding: 0px 10px 0px 10px;
}

h2
{
	font-family: "Kaushan Script", Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #35478C;
	font-size: 4em;
	text-align: center;
	text-shadow: 4px 4px 10px #666;
	-moz-text-shadow: 4px 4px 10px #666;
	-webkit-text-shadow: 4px 4px 10px #666;
	-o-text-shadow: 4px 4px 10px #666;
	-ms-text-shadow: 4px 4px 10px #666;
	margin: 0px;
	margin: 40px 0px 0px 0px; 
}

h3
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 1.8em;
	text-align: center;
	margin: 0px;
	margin: 0px 0px 40px 0px;
}

p
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 1em;
	margin: 0px 0px 40px 0px;
	padding: 0px 50px 0px 50px;
}

p2
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 0.8em;
}

p3
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 1em;
}

em
{
	/*rien pour le moment*/
}

strong
{
	/*rien pour le moment*/
}

.ombrage
{
	box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	-o-box-shadow: 0px 0px 10px #000;
	-ms-box-shadow: 0px 0px 10px #000;
}

.soustitre
{
	font-family: "Strait", Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #530909;
}

#grille
{
	display: inline-block;
	text-align: center;
	margin: 0px 0px 0px 165px;
}</pre></body></html>