
body
{    
   margin-top: 5px;
   margin-bottom: 5px;  
   margin-left:5px;
   margin-right:5px;
   
	background-image: url("../../image/fondjaune.jpg");  
	
	SCROLLBAR-HIGHLIGHT-COLOR: black;		/* contour gauche et haut */
	SCROLLBAR-SHADOW-COLOR: black; 		/* contour droite et bas */
	SCROLLBAR-ARROW-COLOR: black; 			/* fleches */
	SCROLLBAR-TRACK-COLOR: background-image: url("site_foyer/image/fondjaune.jpg"); 		/* vide */
	SCROLLBAR-3DLIGHT-COLOR: #EDD098; 		/* ombre gauche haut  */
	SCROLLBAR-DARKSHADOW-COLOR: #EDD098; 	/* ombre droite bas  */
	SCROLLBAR-BASE-COLOR: background-image: url("site_foyer/image/fondjaune.jpg");			/* barre defilment + case fes fleches     */
  
  font-family: georgia, serif; 
}




table
{
	margin:auto;
}




img
{
  border:0px;					/* enleve les bordure des image : pas de trait pour les lien */
  width:20px
}




a {
	color:blue;
	text-decoration:underline; 
  }					/*  */

a:active {color:red;}				/*conserne le lien au moment du clic*/
a:visited {color:550099;}			/*conserne les liens deja visites*/ 
a:hover 
	{
		color:rgb(216,49,1);			/* lien hypertexte survolé par le pointeur de la souris  */
		text-decoration:none; 		/* non souligné */
	}


	

