/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

.menuhaut a {
	color: #FF3366;
	line-height: 25px;
	text-decoration:none;
	font-weight: bold;
	float:right;
	/*margin-right: 10px;
	margin-left: 10px;*/

}

.menuhaut a:hover {
	color: #000000;
	background: #ff3366;
    text-decoration: none;
	font-weight: bold;
}

.menuhaut .select {
	color: #000000;
	background: #ff3366;
    text-decoration: none;
	font-weight: bold;
}

