/*css principale*/
html, body{
    margin: 0;
    padding:0; 
    text-align: center;
}

body, td, th {
    font-family: arial,sans-serif;
    font-size: 80%;
}

/*css header*/
.tdHeader {
    font-family: Times New Roman,arial,sans-serif;
    font-size: 15px;
}

/*css link*/
a {
	text-decoration:underline;
	color: #808000;
	font-weight: bold;
    font-style: italic;
}
a:hover {
	color: #9B004E;
}

.imgTumb {
    border-width: 2px;
    border-color: #000000;
    border-style: solid;
}