<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body
 {
	margin				:	0; /* pour éviter les marges */
	text-align			:	center; /* pour corriger le bug de centrage IE */
	color				:	#000000;
	background-color	: 	#b3b3b5;
}
body
{
	width				: 	800px;
	margin				: 	auto auto 5px auto; /* Pour centrer notre page */
	color				:	#000000;
	background-color	: 	#ffffff;
	min-height			:	600px;
}

/* ----------------------- HEADER ----------------------- */

#header
{
	position			:	fixed;
	width				: 	800px;
	height				: 	100px;
	background-image	:	url("./img/header.jpg");
}
/* ----------------------- FOOTER ----------------------- */
#footer
{
	padding-top			:	0px;
	margin-top			:	0px;
	border-top			:	1px rgb(5,31,106) dashed;
	bottom				:	5px;
}

/* ----------------------- Menu ----------------------- */

#menu a
{
	color				: 	black;
	background-color	:	transparent;
	text-decoration		:	none;
	font-weight			: 	bold;
}
#menu a:hover
{
	color				: 	black;
	background-color	:	transparent;
	text-decoration		:	underline;
	font-weight			: 	bold;
}
#menu
{
	float				:	left;
	position			:	fixed;
	color				:	#000000;
	background-color	:	white;
	margin-top			:	130px;
	margin-right		:	10px;
	margin-left			:	5px;
	width 				:	200px;
	border-radius		:	10px 10px 10px 10px;
}
#menu_top
{
	margin-bottom		:	-45px;
	padding				:	15px;
	font-size			:	22px;
	height				:	50px;
	background-image	:	url(./img/menu_top.png);
	background-repeat	:	no-repeat;
	border-radius		:	10px 10px 0px 0px;
}
#menu_bottom
{
	text-align			:	center;
	margin-top			:	-20px;
	margin-bottom		:	-20px;
	padding-top			:	20px;
	font-size			:	22px;
	height				:	50px;
	background-image	:	url(./img/menu_bottom.png);
	background-repeat	:	no-repeat;
	border-radius		:	0px 0px 10px 10px;
}

/* ----------------------- MAIN ----------------------- */

#main
{	
	/*background			:	url('./img/bg.png');*/
	padding-top			:	100px;
	margin-right		: 	10px;
	margin-left			: 	210px;
	border-left			: 	1px rgb(5,31,106) dashed;
	min-height			:	500px;
}
a
{
	text-decoration		:	none;
}
a:hover
{
	text-decoration		:	underline;
	color				: 	rgb(53,146,193);
}
h1
{
   color				:	rgb(53,146,193);
   background-color		:	white;
   font-family			: 	"Comic Sans MS", serif;
   text-align			: 	center;
   font-size			: 	2em;
   font-weight			: 	bold;
   text-decoration		: 	none;
   text-indent			: 	30px;
   margin-top			: 	2px;
}
h2
{
   color				: 	rgb(53,146,193);
   background-color		:	white;
   font-family			: 	"Comic Sans MS", serif;
   text-align			: 	left;
   font-size			: 	1.5em;
   font-weight			: 	bold;
   text-decoration		: 	none;
   text-indent			:	40px;
}
h3
{
   color				: 	rgb(53,146,193);
   background-color		:	white;
   font-family			: 	"Comic Sans MS", serif;
   text-align			: 	left;
   font-size			: 	1em;
   font-weight			: 	bold;
   text-decoration		: 	none;
   text-indent			: 	50px;
}
p
{
	font-size			: 	0.8em;
	font-family			: 	"Trebuchet MS", serif;
	text-indent			: 	30px;
	text-align			: 	justify;
	margin-top			: 	0px;
	margin-bottom		: 	2px;
	margin-left			: 	15px;
}
table
{
	margin: auto; /* Centre le tableau */
	margin-top: 5px;
	margin-bottom: 5px;
	border: 2px solid rgb(53,146,193);
	border-collapse: collapse;
}
th, td
{
	border				: 	1px solid black;
	padding				: 	2px;
	text-align			: 	center;
	color				:	black;
	background-color	:	white;
}
li, lu
{
	font-size			:	16px;
	text-align			:	left;
}
dl
{

	text-align			:	justify;
}
img
{	
	margin-top			:	10px;
	margin-bottom		:	10px;
	max-width			:	550px;
	/*border			:	1.5px solid grey;*/
}
.gras
{
	font-weight			: bold;
}
.formula
{
	border				:	none;
}
.level2
{
	text-indent			:	8px;
	font-size			:	14px;
}
.indice
{
	vertical-align		:	sub;
}
.exp
{
	vertical-align		:	super;
}
.center
'{
	text-align			:	center;
}
.noindent
{
	text-indent			:	0px;
}</pre></body></html>