#menutlf td.presentation {
	color: white;
	text-align: left;
	font-family: Calibri, Arial;
	font-size: 1em;
	border-top: 1px #000 solid;
    border-left: 1px #000 solid;
    border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
}

#menutlf td.info, #menutlf td.service {
	color: white;
	text-align: left;
	font-family: Calibri, Arial;
	font-size: 1em;
	border-top: 0px #000 solid;
    border-left: 1px #000 solid;
    border-right: 1px #000 solid;
	border-bottom: 0px #000 solid;
}

#menutlf td.rep, #menutlf td.contacts {
	color: white;
	text-align: left;
	font-family: Calibri, Arial;
	font-size: 1em;
	border-top: 1px #000 solid;
    border-left: 1px #000 solid;
    border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
}

#menutlf td.lien {
	color: white;
	text-align: left;
	font-family: Calibri, Arial;
	font-size: 1em;
	border-top: 0px #000 solid;
    border-left: 1px #000 solid;
    border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
}

#menutlf a:hover {
	font-style: italic;
	
}

#menutlf td.presentation {
	background-color: #27294E;
}

#menutlf td.info {
	background-color: #373A8E;
}

#menutlf td.rep {
	background-color: #434CB1;
}

#menutlf td.service {
	background-color: #1A50B8;
}

#menutlf td.contacts {
	background-color: #3399FF;
}

#menutlf td.lien {
	background-color: #7FBDFA;
}

#menutlf td:hover {
	
	background-color: #666666;
}

#menutlf a {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: white;
}

#menutlf a:visited {
	color: white;
	text-decoration: none;
}

#menutlf td:hover a {
	color: white;
}

#menutlf td:hover a:visited {
	color: white;
}



