body    {
		background-color: black;
		background-image: URL("photo.jpg");
		font-family: Verdana,Arial;
		font-size: 10px;
		color: #009999;
		}
		
a:link  {
		color: salmon;
        text-decoration: none;
        font-size: 12px;
		}

a:visited
		{
        color: #8F8FAF;
        text-decoration: none;
        font-size: 12px;
		}

a:hover {
		color: red;
		text-decoration: none;
		font-size: 12px;
		}
		
.titreprincipal
		{
		font-size: 28px;
		font-weight: bold;
		color: #009999;
		text-align: center;
		}
		
.niveau1
		{
		font-size: 16px;
		font-weight: bold;
		margin-left: 50px;
		}
		
.niveau2
		{
		font-family: Verdana,Arial;
		font-size: 10px;
		color: white;
		}
		
.niveau2r
		{
		font-family: Verdana,Arial;
		font-size: 10px;
		color: red;
		}
		
.niveau3
		{
		font-family: Verdana,Arial;
  		font-size: 10px;
		color: white;
		}
		
.formulaire
		{
		font-family: Verdana,Arial;
		font-size: 10px;
		color: black;
		}
		
.paragraphe
		{
		text-align: justify;
		margin-left: 80px;
		margin-right: 80px;
		}
		
.alerte
		{
		font-family: Verdana,Arial;
		font-size: 24px;
		color: red;
		font-weight:bold;
		}
		
.fond1  {
		background-color: #99CC99;
  		color: Black;
  		font-size: 10px;
		}
		
.fond2  {
		background-color: #006666;
		color: white;
		font-size: 10px;
		}
		
.fond3  {
		background-color: #669999;
		color: Black;
		font-size: 12px;
		font-weight: bold;
		}
		
.titretab
		{
		font-size: 12px;
		font-weight: bold;
		color: black;
		}

