body
{
 background-color: #8B6969;
 font: 11px verdana, sans-serif;
 margin: 0;
 padding: 0;
}

a
{
	color: #708090;
	text-decoration: none;
}

td
{
	font-size: 13px;
}

th
{
	font-size: 15px;
	border: solid 1px;
}


.resultat
{
	margin: 20px;
	padding:20px;
	padding-left: 60px;
	
}
.texte
{
	text-align: justify;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.VerticalColonne1
{	
	font-size: 16px;
	text-align: center;	
	font-variant: small-caps;
	position: absolute;
	top: 120px;
	left: 80px;
}
.ColonneA
{
	position: absolute;
	top: 140px;
	left: 60px;
}
div#menu {
    height: auto;
    width: 150px;
}
div#menu li {
    height: 25px;
    width: 175px;
    margin: 2px;
    font-family: Verdana;
    font-size: 11px;
    text-align: left;
	padding-left: 10px;
	padding-top: 4px;
    list-style-type: none;
    background-image: url(photos/bouton-gris1.png);
    background-repeat: no-repeat;
}
div#menu li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
div#menu li a:link {
    color: grey:
}
div#menu li a:visited {
    color: black;
}
div#menu li a:hover {
    color: grey;
}
div#menu li a:active {
    background-image: url(photos/Images/bouton-gris1.png);
    background-repeat: no-repeat;
}