body {
	background-image: url(images/back.gif);
	font-family: Trebuchet MS;
	background-repeat: repeat;
}

  a:link {
	text-decoration: none;
	color: #808080;
}
a:visited {
	text-decoration: none;
	color: #808080;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.texte_bleu {
	color: #336699;
}
.menu_droit {
	font-size: 12px;
	color:#666;
}
#menu {
list-style: none;
width: 150px;
padding-top: 0px;
height: 214px;
padding-left: 5px;
border-style: none none dotted none;
border-color: rgb(192, 192, 192);
border-width: medium medium medium 1px;
}
#menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu a:link{
color: #808080;
font-family: Trebuchet MS;
font-size: 10px;
height: 18px;
display:block;
text-decoration: none;
padding: 2px 0 0 0px;
font-weight:normal;
}

#menu a:visited{
color: #808080;
font-family: Trebuchet MS;
font-size: 10px;
height: 18px;
display:block;
text-decoration: none;
padding: 2px 0 0 0px;
font-weight:normal;

}

#menu a:hover{
	color: #06F;
}

#menu a:active{
	color: #F00;
}
