/* début style de la balise A */
a {
	color: #5D7284; 
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	background-color: #437484;
	text-decoration: underline;
}	
/* fin style de la balise A */
#menuT {
	margin-left: 7%;
	margin-bottom: 2%;
	font-size: 14px;
	font-weight: bold;
}
.gaucheT{
	font-size: 11px;
}
.piedT {
	font-size: 10px;
	text-align: center;
}
.important {
	color: #718296;
	font-weight: bold;
}	
.important2 {
	font-weight: bold;
}
.sousTitre {
	font-size: 12px;
}
/* début style administration */
#admin {
	text-align: right;
	font-size: 9px;
	color: #DCD9CA;
}
#admin  a:link {
	color: #DCD9CA;
}
#admin  a:visited{
	color: #DCD9CA;
}
/* fin style administration */