a.type1 { color: white; }
a.type1:hover { color: red;}

a.type2 { color: red; }
a.type2:hover { color: green;}

a.type3 { color: blue; }
a.type3:hover { color: red;}

a.type_titre { color: #0068B3; text-decoration : none; }
a.type_titre:hover { color: #000099; text-decoration : none;}

#menu_haut
{
	width: 	1000px;
	height: 35px;
	background-image: url('images/haut_cadre.png');
	float: center;
	font-family: Arial, Helvetica, sans-serif;
	}

.menu_haut
{
    padding-left: 1px;
    padding-top: 7px;
	padding-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
