/*	
/* 	Mes essais de feuilles CSS */
/*
  	Commentaires:	
	Pour afficher des tables universelles avec:
   	Une ligne de titre en gros et gras caractères
   	Une ligne de tête de colonne en gras
	Une première colonne en gras, alignement à gauche
	Une dernière ligne pour image, fond blanc
	En réserve, une colonne de droite pour les prix,
	avec alignement à droite et prix en gras.
	D'autres idées ??
	La table a un fond gris-clair
*/
  	a:hover, a:active, a:focus { background: #eee; color: #000; }
hmtl,body,a,div,p,form,h1,h2,h3,h4,ul,li,img,input,select,table	{margin: 0; padding: 0; border: 0;}

/* body {background-image: url(fonds001.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	}*/
		/*   Ligne de titre de la table*/
table#matable
	     {
	     width: 830px;
	     font-family: Verdana;
	     font-style: normal;
	     font-weight: bolder;
	     font-size: small;
 	     color: white;
      	     text-align: center;
	     background-color: black;
	     border-color: red;
	     border-style: solid;
	     border-width: 0px;
	     }
	     .titre
      {
      font-size: x-large;
      color: white;
      background-color:	black;
      }
.lignehaut
       {
       font-size: x-small;
       font-weight: bold;
       font-style: normal;
       color: black;
       text-align: center;
       background-color: #D7D7D7;
       }
.ligne3
       {
       font-size: x-small;
       font-weight: bold;
       font-style: normal;
       color: black;
       text-align: center;
       background-color: #D7D7D7;
       }
.data
     {
     width: 100px;
     font-family: sans-serif
     font-weight: normal;
     font-size: xx-small;
     color: black;
     text-align: center;
     border-color: black;
     border-style: solid;	     
     background-color: #F8F8F8;
     }
.lignebas
     {
     font-weight: bold;
     font-size: small;
     font-style: italic;
     color: green;
     text-align: center;
     background-color: #F8F8F8;
     }
.colgauche
	{
	text-align: left;
	width: 100px;
	color: blue;
	background-color: #D7D7D7;
	}

