body,td,th {
font-family:Trebuchet MS, Arial;
color: #000000;
}

a:link {
	color:#0000FF;
	text-decoration: none;
}
a:visited {
	color:#0000FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #010355;
}
a:active {
	color:#0000FF;
	text-decoration: none;
}

.tableau1 {
border-bottom-width:1px;
border-top-width:1px;
border-left-width:1px;
border-right-width:1px;
border-style:solid;
border-color: #404040;
}

.tableau2 {
border-bottom-width:0px;
border-top-width:0px;
border-left-width:2px;
border-right-width:0px;
border-style:solid;
border-color: #E3171C;
}

/*MENU DEROULANT :*/

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position:static; /* placement du menu, à modifier selon vos besoins */
top: 0;
left: 0;
}
#menu dt {
cursor: pointer;
margin: 0px;
text-align: center;
border: 0px solid;
}
#menu dd {
border: 0px solid;
}

#menu li a, #menu dt a {
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
/*FIN MENU DEROULANT*/