html, body, span {
	font-variant-ligatures: no-common-ligatures;
  -moz-font-feature-settings: "liga" 0, "clig" 0;
  -webkit-font-feature-settings: "liga" 0, "clig" 0;
  font-feature-settings: "liga" 0, "clig" 0;
  }

table {
border-spacing: 0;
} 

body {
font-size:14;
font-family:Lato, Verdana, sans-serif;
-webkit-print-color-adjust:exact;
background-color: #FFF;
}

select {
font-size:14;
font-family:Lato, Verdana, sans-serif;
}

td {
font-size:16;
font-family:Lato, Verdana, sans-serif;
}

td a {
color: #555555;
text-decoration: none;
font-size:18;
font-weight: bold;
}

input {
font-size:14;
font-family:Lato, Verdana, sans-serif;
}

th {
font-size:15;
font-family:Lato, Verdana, sans-serif;
background-color: #673a7e;
color: #FFF;
}

.fab img {
   -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.fab img:hover {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	width: 140px; 
	height: 140px;
}

.tabfab table {
    border-collapse: collapse;
	border-spacing: 0;
	border: 0px solid #673a7e;
}

.tabfab tr:nth-of-type(odd) { background-color: #f0e6f5;
}

.tabfab tr:nth-of-type(even) { background-color: #e0d7e5;
}

.tabfab td a{
	color: #e5007d;
	font-family:Lato, Verdana, sans-serif;
	text-decoration: none;
	font-size:15;
	font-weight: bold;
}

.tabfab td {
    border: 1px solid #FFF;
	border-spacing: 0;
	font-family:Lato, Verdana, sans-serif;
	padding: 3px 5px 3px 5px;
}
.tabfab th {
    border: 0px solid #FFF;
	font-family:Lato, Verdana, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tabfab2 table {
    border-collapse: collapse;
	border: 2px solid #673a7e;
}

.tabfab2 tr:nth-of-type(odd) { background-color: #e0d7e5;
}

.tabfab2 tr:nth-of-type(even) { background-color: #e0d7e5;
}

.tabfab2 td a{
	color: #e5007d;
	font-family:Lato, Verdana, sans-serif;
	text-decoration: none;
	font-size:15;
	font-weight: bold;
}

.tabfab2 td {
    border: 0px solid #FFF;
	font-family:Lato, Verdana, sans-serif;
	padding: 6px 15px;
}

.tabplan td a{
	color: #e5007d;
	font-family:Lato, Verdana, sans-serif;
	text-decoration: none;
	font-size:15;
	font-weight: bold;
}

.tabplan table {
    border-collapse: collapse !important;
	border-spacing: 0;
}

.tabplan td {
	text-align: center;
    border: 1px solid #eeeeee;
	border-collapse: collapse !important;
	border-spacing: 0;
	font-family:Lato, Verdana, sans-serif;
	font-size:12;
	padding: 3px 5px;
}

.fdtitreplan {
	background-color: #e5007d;
	border: 1px solid #e5007d !important;
	color: #FFF;
	font-size: 14!important;
	font-weight: bold;
	padding: 7px!important;
}
.cacher-print {display:none;}
.fond-blanc {background-color:#FFF!important;}