/* =============== GENERAL ==================== */
body
{
width:1300px;
margin:auto;
margin-left:auto;
margin-right:auto;
margin-top:0px;
margin-bottom:10px;
}
h1
{
font-size:18px;
color:#0033FF;
font-family:Trebuchet MS;
font-weight: bold;
margin-left:0px;
}
h2
{
font-size:48px;
color:#0033FF;
font-family:Trebuchet MS;
font-weight: bold;
}
h3
{
font-size:8x;
color:#66CCFF;
font-family:Trebuchet MS;
font-weight: bold;
margin-left:0px;
}
h4
{
font-size:48px;
color:#0033FF;
font-family:Trebuchet MS;
font-weight: bold;
margin-left:0px;
}
img
{
border:none;
margin:0;
padding:0;
}
table {
 border-width:0.1px; 
 border-style:solid; 
 border-color:green;
 border-collapse : collapse;
 font-size: 12px;
 top:50px;
 }
td { 
 border-width:0.1px;
 border-style:solid; 
border-color:blue;
font-size: 12px;
color:#30033FF;
text-align: center;
 }

.colonne {
font-family: Verdana, Arial, Helvetica, sans-serif; /* police du texte */
font-size: 12px; /* taille du texte */
text-align: center; /* texte aligner à droite */
width: 100px; /* largeur de la cellule*/
height:50px;
}