html,body {
	background-color:white;
}

p, ul, li {
font-size : 100%;
font-family : Tahoma;
color : black;
text-align: center;
}

h1 {
font-size : 180%;
font-family : Tahoma;
color : black;
text-align: center;
}

h2 {
font-size : 150%;
font-family : Tahoma;
color : black;
padding-left:15px;
}

h3 {
font-size : 100%;
font-family : Tahoma;
color : black;
padding-left:15px;
text-align:left;
}

h4 {
font-size : 100%;
font-family : Tahoma;
color : black;
padding-left:15px;
text-align:left;
}

h5 {
font-size : 75%;
font-family : Tahoma;
color : black;
padding-left:15px;
text-align:center;
}

h6 {
font-size : 75%;
font-family : Tahoma;
color : green;
padding-left:15px;
text-align:right;
}

a:link {color:black; text-decoration:none; border:none; }
a:visited {color:black; text-decoration:none;}
a:hover {color:red;	text-decoration:blink; font-weight:bold;}

table {
    border-top:1px solid #e5eff8;
    border-left:1px solid #e5eff8;
    border-right:1px solid #e5eff8;
    margin:2px auto;
    border-collapse:collapse;
}

td {
   	font-size : 75%;
    border-bottom:1px solid #e5eff8;
    padding:.3em 1em;
    text-align:left;
}

tr.odd td {
    background:#f7fbff
}
tr.odd .column1 {
    background:#f4f9fe;
}
.column1 {
    background:#f9fcfe;
}

/* Fin de des examples du site http://www.pckult.net/tutoriaux/27-css/1176-styliser-vos-tableaux-a-la-mode-web-20-afin-de-leur-donner-un-peu-plus-de-visibilite */


