body 
{
 font: 10px verdana, sans-serif;
 margin: 0;
 padding: 0;
}


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


.carte
{
	position: absolute;
	top: 170px;
	left: 340px !important;
	left: 110px;
}

.xiti
{
	position: absolute;
	left: 1130px;
	top: 850px;
}

.titre
{
	font-family: verdana;
	text-align: center;
	font-size: 50px;
	position: absolute;
	height: 50px;
	width: 650px;
	left : 300px;
	top: 30px;
}


.Liens
{
	color: #708090;
	text-align: center;
}

.Colonne
{
	position: absolute;
	top: 100px;
	left: 10px;
}



div#menu {
    height: auto;
    width: 150px;
}
div#menu li {
    height: 25px;
    width: 175px;
    margin: 2px;
    font-size: 10px;
    text-align: left;
	padding-left: 10px;
	padding-top: 5px;
    list-style-type: none;
    background-image: url(Images/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(images/Images/bouton-gris1.png);
    background-repeat: no-repeat;
}
