
							   

.doc		  { /* configuration de l'afichage du titre*/
		  max-width:1280px;
		  }
	  a:link     {font-size:20px; color: #black; text-decoration:none;}
	  a:visited  {font-size:20px; color: #black; text-decoration:none;}
	  a:hover    {font-size:20px; color: #black; text-decoration:underline;}
	  a:active   {font-size:20px; color: #black; text-decoration:none;}
	  a:focus    {font-size:20px; color: #black; text-decoration:none;} 
       
body { 			  /* configuration du body par défault*/
     background-color: #white;
     color: #black;
     font-size:20px;
     }
td {
	font-size:20px;
}
img { 
 border-width: 0; /* pas de bordure sur les images */
}