/* CSS Document */
body {
    margin-top: 0px;
    font: 11px Tahoma;
    color: #000000;
    text-decoration: none;
}

/* liens */
a {
    color: #003366;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
a:link {
    text-decoration: none;
}
a:hover {
    color: #006699;
    text-decoration: none;
}

/* Titre */
h1 {border-bottom: 1px solid #000000;
}

h2 {border-top: 1px solid #000000;
}

h3 {
	font: 10px Tahoma;
	color: #000000;
	font-weight         : bold;
	width:100%;
	text-decoration:underline;
}

.headerline{
	background-color:#CCCCCC;
	font-weight: bold;
}

.line1{
	background-color:#F0F0F0;
}

.line2{
	background-color:#FFFFFF;
}

.indexgrey {background-color: #F0F0F0;}