

.Text {  
	font-family: Tahoma, Times, serif; 
	font-size: small; 
	font-style: normal; 
	line-height: normal;
	color: #000000;
	text-align: justify
}

/* Style pour les liens*/
A:link{color:black ; text-decoration:none} 
A:active{color:black ; text-decoration:none} 
A:visited{color:black ; text-decoration:none} 
A:hover{font-style="italic" ; text-decoration:none} 
.Barre_Horiz { background-color: #86AEE5; height: 5px }
.Barre_Vert { background-color: #86AEE5; width: 5px}
.Text_Titre {  font-family: "Tahoma", Times, serif; font-size: 20px; color: #000000; font-weight: bold}
.Text_Menu {  font-family: "Tahoma", Times, serif; font-size: 14px; color: #3333ff; font-weight: bold;text-align: left}
BODY {background-image:url(images/fond.jpg); background-repeat: repeat; background-attachment: fixed}



/*
Tu n'appliques la taille et la police qu'à body ?
tu devrais plutôt faire quelque chose comme :
body, p, div, li, a {
   font-size:10px;
   font-family:verdana;
}
(tous les éléments où tu mets du texte qui doit avoir cette police)
Et mettre le background-color pour body seul éventuellement.
*/