body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 10pt; 
/*	background-color : White;*/
/*	background : url(cube05.gif);*/
} 

.actif {
background-color : white; 
color: black; 
border-bottom-width : 1px; 
border-bottom-style : solid; 
border-left-width : 5px; 
border-left-style : solid; 
border-color : red; 
padding-left : 5px; 
} 

.head {
font-family : Arial, Helvetica, sans-serif; 
font-size : 11pt; 
border : 0 none ; 
border-top-style : solid; 
border-color : red; 
border-right-style : solid; 
padding-left : 3px; 
padding : 3px; 
font-weight : bold; 
} 

H1 {
font-family : Arial, Verdana, Helvetica, sans-serif; 
font-size : 14pt; 
font-weight : bold; 
border-bottom-width : 1px; 
border-bottom-style : solid; 
border-left-width : 13px; 
border-color : darkblue; 
border-left-style : solid; 
padding-left : 3px; 
} 

H2 {
font-family : Arial, Verdana, Helvetica, sans-serif; 
font-size : 12pt; 
font-weight : bold; 
border-bottom-width : 1px; 
border-bottom-style : solid; 
border-left-width : 10px; 
border-color : #0000CD; 
border-left-style : solid; 
padding-left : 3px; 
} 

H3 {
font-family : Arial, Verdana, Helvetica, sans-serif; 
font-size : 10pt; 
font-weight : bold; 
border-bottom-width : 1px; 
border-bottom-style : solid; 
border-left-width : 10px; 
border-color : green; 
border-left-style : solid; 
padding-left : 3px; 
} 

h4 {
font-family : Arial, Verdana, Helvetica, sans-serif; 
font-size : 8pt;
font-weight : bold; 
border-bottom-width : 1px;
border-bottom-style : solid;
border-left-width : 10px;
border-color : Yellow;
border-left-style : solid;
padding-left : 3px;
}

h5 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-left-width : 10px;
	border-color : #98FB98;
	border-left-style : solid;
	padding-left : 3px;
} 
p, table, form  {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10pt; 
margin-left : 5px; 
} 

.huit {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 8pt; 
margin-left : 4px; 
} 

.cadre {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight : bold; 
	background-color: lightblue;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	padding: 0px;
	spacing: 0px;
	margin-left: 5px;
} 

.copyright {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 8pt;
font-weight : Italic; 
} 

P.stitre {
Font-Family : Arial ;
Font-Size : 12pt ;
Color : #87B0D2 ;
Font-Weight : Bold
}

P.titre {
Text-Indent : 5pt ;
Margin-Bottom : 0pt ;
Margin-Top : 0pt ;
Text-Align : Center ;
Margin-Left : 12pt ;
Margin-Right : 5pt ;
Font-Family : Arial ;
Font-Size : 16pt ;
Color : #87B0D2 ;
Text-Decoration : Underline ;
Font-Style : Normal ;
Font-Weight : Bold ;
Vertical-Align : Baseline
}

.aide {
	Text-Indent : 0pt ;
	Text-Transform : None ;
	Margin-Bottom : 0pt ;
	Margin-Top : 0pt ;
	Text-Align : left ;
	Margin-Left : 0pt ;
	Margin-Right : 0pt ;
	Font-Family : Arial ;
	Font-Size : 8pt ;
	Color : Green;
	Text-Decoration : None ;
	Vertical-Align : Baseline
}

/* AFFICHAGE DES CARACTÈRES */
i {
color : #000066; 
} 

b {
color : Blue;
} 

/* Style des liens :  */

A:link {
text-decoration : underline; 
color : #000066; 
} 

A:hover {
	text-decoration : none;
	color : red;
} 

A:active {
text-decoration : underline; 
color : red; 
} 

A:visited {
color : gray; 
} 