html, body{
font-family: Courier New, Courier, Mono;       /* La police */
font-size: 12px;                /* La taille en pixel */
color: #000000;
}

a{
font-family: Courier New, Courier, Mono;       /* La police */
font-size: 12px;                /* La taille en pixel */
color: #000000;					/* La couleur  */
text-decoration: none;     /* La décoration, ici le soulignement */
}

a.pre{
position: absolute;
right: 65px;
color: #E33248;                 /* Sa couleur */
font-size: 10px;                /* La taille de la police en pixel */
text-decoration: none;     /* La décoration, ici le soulignement */
}

a.sui{
position: absolute;
right:0px;
color: #E33248;
font-size: 10px;
text-decoration: none;     /* La décoration, ici le soulignement */
}

span.link{
text-decoration: underline;
}

span.actif{
	color: #E33248;
}

div.fleches{
	 position:absolute;
	 left:484px; 
	 top:50px; 
	 width:405px; 
	 height:20px; 
 }


div.cadre{
	 position:absolute;
	 left:484px; 
	 top:70px; 
	 width:405px; 
	 height:400px; 
 }

img{
	  float: right;                   /* L'image se cale sur le bord droit du cadre */
	  border: none;                   /* Même en cas de lien, l'image n'a pas de bordure */
}
 
div.texte{

text-align: right;
position:absolute;
left:489px;
top:511px;
width:400px;
height:50px;
}

div.menu{
padding-left: 10px;
height: 15px;
margin: 0px;
}
