@charset "utf-8";
/* CSS Document */

.menuhaut {
	text-transform: capitalize;
	color: #CCCCCC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
a:hover {
	text-decoration: underline overline;
	color: #7A9356;
}
.menubas {
	text-transform: capitalize;
	color: #CCCCCC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.texte {
	color: #CCCCCC;
}
body {
	color: #CCC;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a {
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}

