@charset "UTF-8"; 

body {
	background-color: #F6F7EB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 13px;
}

a:link {
   color: black;
   text-decoration: none;
}

a:visited {
   color: black;
   text-decoration: none;
}

a:hover {
	color: #721919;
	text-decoration: underline;
}

.tableau-ext {
	background-color: black;
}

.tableau-int {
	background-color: #E1E4CE;
}

.bouton-cat {
	color:black;
	border: none;
	margin: 0;
	font-size: 100%;
}

.bouton-cat:hover {
	background-color: #777;
	color: #fff;
	border: none;
	margin: 0;
	text-decoration: none;
}

