body
{
	background-color: black;
	background-image: url("images/fond.gif"); 
	background-repeat: no-repeat; 
    background-position: left; 
	/*background-attachment: fixed; */
	height: 478px;
	margin: auto; /* Pour centrer notre page */
	/*margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
	/*margin-bottom: 20px;    /* Idem pour le bas du navigateur */
}
table { position: absolute;
top: 478px;

 }
		
#menu
{
font-family: "Arial", Arial, Verdana, serif; 
	color: white;
	font-size: 20px;
	text-align: center;
}
a:visited /* Quand le visiteur a déjà vu la page concernée */
{
   color: white;
   /*text-decoration: line-through;*/
}
a:focus /* Quand le visiteur sélectionne le lien */
{
  background-color: transparent;
}
a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: none;
   color: transparent;
}
a /* Lien normal */
{
   text-decoration: none;
   color: transparent;
   font-style: bold;
}
a img /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
}


p
{
font-family: "Arial", Arial, Verdana, serif; 
	color: white;
	font-size: 16px;
	text-align: center;
}


#titre{font-size:18px;}
a
{color:white;}
a:focus
{color:white;}
a:hover
{color:white;
font-size:24px;}

#news
{
	font-family: "Arial", Arial, Verdana, serif; 
	color: white;
	font-size: 16px;
	text-align: center;
	background-color: teal ; 
	
	opacity : 0.7;
    filter : alpha(opacity=70); 
	
	/*degradé*/
 /*filter: progid:DXImageTransform.Microsoft.Gradient(
   startcolorstr=red,endcolorstr=white
);*/
	
	width: 500px; /* On a indiqué une largeur (obligatoire) */
	 margin: auto;
   border: 2px solid black;
    padding: 10px;
   /*position: absolute;*/
   /*right: 50%;*/
   /*bottom: 20px;*/

   /* On peut donc demander à ce que le block soit centré avec "auto" */
   /*margin-bottom: 20px;*/
}

#pied_de_page
{
   padding: 0px;
   clear: both;
   text-align: center;
   color: white;
   background-color: #626262;
   /*background-image: url("images/motif.png");
   background-repeat: repeat-x;*/
   position: absolute;
 bottom: 0px;
 right: 0px;
   /*border: 2px solid black;*/
}


       
