@import url('https://fonts.googleapis.com/css2?family=Blinker&display=swap');

body {
	font-family: 'Blinker', sans-serif;
	color: black;
	font-size:medium;
}

img {
vertical-align:top;
}

.bloc-fixe { 
margin-left: auto;
margin-right: auto;
width: 70%;
text-align:justify;
}

a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #633;
}
a:hover {
	text-decoration: none;
	color: #dc7633; /* Orange */
}
a:active {
	text-decoration: none;
	color: #633;
}

img, table,td
{
max-width:95%;
height : auto;
}

p,tr,td
{
font-family: 'Blinker', sans-serif;
color:black;
font-size:small;}


a.order_asc,
a.order_desc:hover { 
	padding-right:15px;
	background:transparent url(s_asc.png) right no-repeat;
}
a.order_desc,
a.order_asc:hover {
	padding-right:15px;
	background:transparent url(s_desc.png) right no-repeat;
}


.cMonTableauRule {
  width: 70%;
  border-collapse: collapse;
  border-top: 4px solid #808080;
  border-bottom: 4px solid #808080;
}

.cMonTableauRule th, .cMonTableauRule td {
  border-bottom: 1px solid #dc7633; /* Orange */
}