@charset iso-8859-1
/* AUTEUR: FRANÇOIS LAROCQUE */
/* DATE DE CREATION: 06/03/00 */
<style type="text/css"> 
 
body {TEXT-ALIGN:justify; FONT-FAMILY:Arial;}
STRONG {font-weight : bold; font-size : 16px;   color : #000040; }
P.sautdepage {
	page-break-after: always;

}
P {text-align : justify;  font-size : 15px;  margin-left:50px;}
I {font-weight : 800;  color : #757575; }

H6 {
	font-style : italic; 
	font-size : 13px; 
}

H5 {
	font-style : italic;
	font-size : 16px;    
	color : blue; 
}

H4 {
   font-style : italic; 
   font-size : 18px; 
   margin-left:35px;
   color : #grey; 
}

H3 {
   font-style : italic; 
   font-weight : bold; 
   font-size : 20px;
   margin-left:20px;
   color : #ff0000; 
}

H2 {
   font-style : italic; 
   font-weight : bold; 
   font-size : 28px; 
   margin-left:10px;
   color : #cf0000; 
}

H1 {
   font-weight : bold; 
   font-size : 35px; 
   color : maroon;  
   border-style : ridge; 
}

EM {
   font-weight : 800; 
   font-size : 16px;
   font-family : Arial; 
   color : #757575; 
}

DIV.rem P STRONG {
   font-style : italic; 
   font-size : 150%; 
   color : green; 
}

BR {
   text-align : justify; 
}

BLOCKQUOTE {
   text-align : justify; 
}

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

A.classB:link {
   text-decoration : none; 
}

A.classB:hover {
   font-size : 7px; 
   font-family : arial; 
}

A.classA:link {
   text-decoration : none; 
}

A.classA:hover {
   font-size : 17px; 
   font-family : arial; 
   text-decoration : underline; 
}

A {
   color : black; 
   background-color : #c0c0c0; 
   text-decoration : none; 
}

.logo2 {
   font-size : 30px; 
   text-align : center; 
   top : 500px; 
   left : 0; 
   position : relative; 
   z-index : -2; 
}

.invis {
   font-size : 11px; 
   font-family : Arial; 
   text-align : center; 
   position : absolute; 
   visibility : hidden; 
}
#layer4 {
   border-width : 4px; 
   border-style : ridge; 
}

</style>

<BODY>
<P>
Et voici comment se présente le lien :

<a href="" class="classA">ton_lien</a>&nbsp;&nbsp;<a href="" class="classB">ou comme ca</a>&nbsp;&nbsp;<a href="">ou bien alors !!!</a>

On peut faire autant de "class" que l'on veut. classA, classB, etc...Ici 2 (cf ci-dessus) et exemple dans <B><FONT SIZE=+4>chine1.html</FONT></B>
<H1>ENTETE 1</H1>
<H2>ENTETE 2</H2>
<H3>ENTETE 3</H3>
<H4>ENTETE 4</H4>
<H5>ENTETE 5</H5>
<H6>ENTETE 6</H6>

<P class="choix">P avec CLASS=choix</P><br>
<P id="layer4">P avec ID="layer4</P><br>

</BODY>

