/* 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: 80%;
	font-weight: bold;
}

.gaucheT{
	font-size: 70%;
}

.piedT {
	font-size: 65%;
	text-align: center;
}

.important {
	color: #718296;
	font-weight: bold;
}	

.important2 {
	font-weight: bold;
}

.sousTitre {
	font-size: 80%;
}

/* début style administration */
#admin {
	text-align: right;
	font-size: 65%;
	color: #DCD9CA;
}

#admin  a:link {
	color: #DCD9CA;
}
#admin  a:visited{
	color: #DCD9CA;
}

#login input  {
	background-color: #DBE9EA;
	border-style: solid;
	border-width: 1px;
	border-color: #C6D3D3;
}
/* fin style administration */
