html, body {
       margin: 0;
       padding: 0;
       left : auto;
       right : auto;
}

.titre {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

.partie_menu {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #FC0;
	LINE-HEIGHT: inherit;
	FONT-FAMILY: Isabella;
	padding: 8px;
	text-align: center;
}
tr.interligne {
	line-height : 8px;
}

tr.sous-menu {
	width:100%;
	color:green;
}

tr.sous-menu table {
 width:100%;
 font-family: Isabella;
 text-align: center;
}

tr.sous-menu thead {
 color: #FF0000;
 line-height: 18px;
 font-size: 16px;
 font-weight: bold;
}

tr.sous-menu tbody {
  color: #FFFF00;
  line-height: 18px;
  font-size: 15px;
  font-weight: bold;
  & a {
	 color : inherit;
	 text-decoration: none
  }
}

a.bouton_page {  font-family: Isabella; font-size: 14px; line-height: 17px; color: #BFFFFF; font-weight: bold; text-decoration: none;}
a.bouton_page:hover { color: white;}

a.motscle {  font-family: Isabella; font-size: 14px; line-height: 17px; color: #FFFF00; text-decoration: none}
