/* Ce modèle de feuille de style a objet :
   de formater des principaux éléments constituant 
   une page web destinée a un affichage à l'écran */

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: auto;
	width: 770px;
	
	}
body, p, li, td {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	
	}
h1 {
	font-size: 14px;
	color: #999999;
	text-decoration: underline;




	
	}
h2 {
	font-size: 18px;



	}
h3 {
	font-size: 16px;


	
	}
h4 {

	
	}
table {

	
	}
th {
	background-color: #FF3333;
	font-size: 12px;

	
	}

p {


	}
ul {	

	
	}
li {

	
	}
a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9C9A9C;
	
	}
a:hover {
	text-decoration: underline;
	color: #9C9A9C;
	
	}
/* Les elements de formulaire */
form, input, textarea, select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;

}
