/* ------ La page de Stephanie --- style generaux ------ */
BODY {
	background : #EEEEFF;
	font-family : arial, sans-serif;
	scrollbar-3dlight-color : #FFFFFF;
	scrollbar-arrow-color : #0000C0;
	scrollbar-darkshadow-color : #FFFFFF;
	scrollbar-face-color : #FFFFFF;
	scrollbar-highlight-color : #0000C0;
	scrollbar-shadow-color : #0000C0;
	scrollbar-track-color : #eeeeff;
}

P, TD, TH, OL, UL {
	color : #00166A;
	font-family : arial, sans-serif;
	font-size : 13pt;
	font-weight: normal;
}

H1 {
	background : #EEEEFF;
	color : #9900FF;
	font-family : "comic sans ms", arial, sans-serif;
	font-size : 26pt;
}

H2 {
	background : #EEEEFF;
	color : #FF00CC;
	font-family : arial, sans-serif;
	font-size : 21pt;
}

H3 {
	background : #EEEEFF;
	color : #FF00CC;
	font-family : arial, sans-serif;
	font-size : 17pt;
}

BIG {
	font-size : 16pt;
}

SMALL {
	font-size : 9pt;
}

HR {
	height : 5pt;
	color : #CCCCFF;
	background : #EEEEFF;
}

/* ------ style des liens ------ */
A {
	font-family : arial, sans-serif;
	font-size : 13pt;
	text-decoration : none;
}

A:LINK {
	background : #EEEEFF;
	color : #0000FF;
}

A:VISITED {
	background : #EEEEFF;
	color : #0000FF;
}

A:ACTIVE {
	background : #EEEEFF;
	color : #FF00CC;
}

A:HOVER {
	background : #EEEEFF;
	color : #FF00CC;
}


