.menu 	{
	color:gray;
    font-size: 12px; 
	background-color: transparent;
	text-decoration: none;
	}

.footer 	{
	color:gray;
    font-size: 12px; 
	background-color: transparent;
	text-decoration: none;
	}

.footer:hover {
	color:red;
	background-color: transparent;
	text-decoration: none;
	}

	
.menu:hover {
	color:red;
	background-color: transparent;
	text-decoration: none;
	}
	
.menu_on 	{
	color:black;
	font-weight:bold;
    font-size: 12px; 
	background-color: transparent;
	text-decoration: none;
	}

.menu_on:hover {
	color:red;
	background-color: transparent;
	text-decoration: none;
	}
.menu_blanc 	{
	color:white;
	font-weight:bold;
    font-size: 12px; 
	background-color: transparent;
	text-decoration: none;
	}

.titre 	{
	font-family:Helvetica,Tahoma,Arial,sans-serif;;
	color:red;
	margin-left: 0px;
	margin-bottom:0px;
    font-size: 14px; 
    font-weight: bold; 
	background-color: transparent;
	text-decoration: none;
	}
