td {
	font-family: Arial, Verdana;
	font-style: normal;
	font-size: 15px;
}
.encadre {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.menu {
	color: white;
	font-size: 15px;
	font-weight: 600;
}

.sousmenu {
	color: white;
	font-size: 12px;
	font-weight: 600;
}

.footer {
	font-family: Arial, Verdana;
	color: gray;
	font-size: 12px;
}


.titrehome {
	font-family: Arial, Verdana;
	color: #555555;
	font-size: 30px;
	letter-spacing : 5px ;
}

.titrehome2 {
	font-family: Arial, Verdana;
	color: #777777;
	font-size: 12px;
	letter-spacing : 1px ;
	font-weight: 600;
}

.titre2 {
	font-family: Arial, Verdana;
	color: #777777;
	font-size: 24px;
	letter-spacing : 1px ;
	font-weight: 500;
}


.legende {
	font-family: Arial, Verdana;
	color: #777777;
	font-size: 10px;
	font-weight: 600;
}

.rubrique {
	display:block;
	margin-left:20px;
}


a:link { color: white; text-decoration:none ;  }
a:visited { color: silver; text-decoration:none ; }
a:hover { color: white; text-decoration:underline ; }
