@charset "utf-8";
/* Auteur: M.E. */
/* 01/01/2004 */

body {
	background: #430ADC url(Images/wallpaper-430ADC.png);
	color: #FFFFFF;
	font-family: serif;
	font-weight: normal;
	font-size: 12pt;
	margin-left: 7%;
	margin-right: 7%;
}

td {
	color: #FFFFFF;
	font-family: georgia, serif;
	font-weight: normal;
	font-size: 12pt;
	text-align: left;
}

td.titre {
	background: #0000A0;
	vertical-align: middle;
	height: 32px;
	font-size: 14pt;
}

td.contenu {
	background: #6633FF;
	vertical-align: top;
}

A:link {
	color: #00FFFF;
	text-decoration: none;
}
A.menu:link {
	color: #FFFFFF;
	text-decoration: none;
}

A:visited {
	color: #33CCFF;
	text-decoration: none;
}

A.menu:visited {
	color: #CCCCFF;
	text-decoration: none;
}

A:hover {
	color: #00FFFF;
	text-decoration: underline;
}

A.menu:hover {
	color: #0000A0;
	text-decoration: underline;
}

P {
	font-family: serif;
	font-size: 14pt;
	text-indent: 24pt;
	text-align: justify;
	color: #FFFFFF;
}

P.noindent-w {
	font-size:14pt;
	text-indent:0pt;
	text-align: left;
	color: #FFFFFF;
}
P.noindent-y {
	font-size:14pt;
	text-indent:0pt;
	text-align: left;
	color: #FFFF00;
}

P.note {
	font-size:12pt;
	text-indent:0pt;
	text-align: left;
	color: #FFFFFF;
}

span.g10 {
	font-size:10pt;
	color: #00FF80;
	
}

span.y12b {
	font-size:12pt;
	font-weight: bold;
	color: #FFFF00;
	
}

/* Pour les gros titres jaunes */
H1 {
	font-family: serif;
	font-size: 24pt;
	font-weight: normal;
	text-align: center;
	color: #FFFF00;
}

/* Pour les moyens titres jaunes */
H2 {
	font-family: serif;
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
	color: #FFFF00;
}
/* Pour les petits titres jaunes */
H3 {
	font-family: serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	color: #FFFF00;
}

/* Pour les tout petits titres jaunes */
H6 {
	font-family: verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	margin-top: 17pt;
	margin-bottom: 0pt;
	color: #FFFF00;
}

/* Pour les citations vertes normales */
address {
	font-family: georgia, serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	line-height: 14pt;
	text-align: justify;
	margin-left: 10%;
	margin-right: 10%;
	color: #00FF80;
}

/* Pour les citations vertes de haut de page */
address.m25 {
	font-family: serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	line-height: 14pt;
	text-align: left;
	margin-left: 20%;
	color: #00FF80;
}

/* Pour les listes normales (biblio, etc...) */
LI {
	font-family: serif;
	text-align: left;
	font-size: 14pt;
	color: #FFFFFF;
}
/* Pour les astuces */
LI.trucs {
	font-family: verdana, sans-serif;
	font-size:10pt;
	text-align: left;
	margin-top: 0pt;
	color: #FFFF00;
}