/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/tile.jpg);
}

a{
 font-family: Arial, Helvetica, sans-serif; 
 text-decoration: none;
 color: #339900;
 font-size : 75%;
}

a:hover {
 font-family: Arial, Helvetica, sans-serif; 
 text-decoration: underline;
 color: #339900;
 font-size : 75%;
}

.titre{
 font-family: Arial Black;
 font-size : 22px;
 font-weight: bold;		
 color : #FF0000;
}

.texte{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-color: #000000;
}