<style type="text/css">

body{
	font-family:"tahoma", Verdana, sans-serif; 
	//background-color:#fbfbe1;
	background-color:#f6efbe;
	}

.menu_titre{
	text-align:center;
	font-size:1.6em;
	letter-spacing:8px;
	font-weight:bolder;
	font-family:"tahoma";
	color:purple;
}

/*--------
Lien normal 
------------*/
A:link,A:visited,A:active {
	color:blue; 
	text-decoration: none;
	font-weight:normal;
	font-size:1.0em;
	font-family:"tahoma";
}
/*Lien survolé (quand la souris est sur le lien) */
A:hover{
	color:red;
	text-decoration: none;
	font-weight:normal;
	font-size:1.0em;
}
/*--------
Lien ouverture session 
------------*/
A:link.menu_session,A:visited.menu_session,A:active.menu_session {
	color:red; 
	text-decoration: none;
	font-weight:normal;
	font-size:0.8em;
	font-family:"tahoma";
	text-align:right;
}
/*Lien survolé (quand la souris est sur le lien) */
A:hover.menu_session{
	color:blue;
	text-decoration: none;
	font-weight:normal;
	font-size:0.8em;
	text-align:right;
}
</style>
