/* CSS générique */

/********** A GARDER EN L'ÉTAT ************/
*{margin:0; padding:0; font: normal 12px "Verdana";}
li{margin-left: 25px;}
a img{border:0;}
html {font-size: 100%;}

body {}

h1	{font: normal 24px "Trebuchet MS";}
h2 	{font: normal 22px "Trebuchet MS";}
h3 	{font: normal 20px "Trebuchet MS";}
h4 	{font: normal 18px "Trebuchet MS";}
h5 	{font: normal 16px "Trebuchet MS";}
h6 	{font: normal 14px "Trebuchet MS";}

p {padding-bottom:10px;}

a {color:#000; text-decoration:none;}
a:hover {text-decoration:underline;}

strong {font-weight:bold;}
em {font-style:italic;}

table {border-collapse:collapse;}
th {font-weight:bold; text-align:center;}

.clear		{clear:both;}
.center 		{text-align:center;}
.left 		{text-align:left;}
.right 		{text-align:right;}
.justify 	{text-align:justify;}
.underline 	{text-decoration:underline;}
