div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: top;
}

html {
	scroll-behavior: smooth;
}

.tableau_normal {
	
}

.evidence {
	font-weight:bold;
	color:#D09616;
	font-size:20px;
	text-shadow: 1px 0px 1px #8C8C8C;
}

.site_center {
	width:990px;
	margin-left:auto; margin-right:auto;
}

#toplogos {
	padding-bottom:10px;
}

#topbanner {
	height:320px;
}

#dacontent {
	padding-left:10px;
	padding-right:10px;
	margin-top:30px;
	margin-bottom:30px;
}

#damenubar {
	background-color:#4d62d9;
	border-top:1px solid #4d62d9;
	border-bottom:1px solid #4d62d9;
}

#topmenu #damenubutton {
	display:none;
}

/*
#topmenu ul {
	list-style-type:none;
	padding:6px 0px;
	margin:0px;
	text-align:center;
}

#topmenu  li {
	display:inline-block;
	border-right:1px solid #fff;
	margin-top:3px;
	margin-bottom:3px;
}

#topmenu  li:last-child {
	border-right:0px;
}

#topmenu  li  a {
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	padding:4px 6px;
	margin-left:6px;
	margin-right:6px;
	font-weight:normal;
}

#topmenu  li  a:hover, #topmenu  li.active a {
	color:#fff;
	background-color:#d09616;
	text-decoration:none;
}
*/


#damenu ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

#damenu ul li {
	display:inline-block;
	list-style-type:none;
	padding:0px;
	margin:4px;
	position:relative;
}

#damenu > ul > li {
	margin-right:26px;
}

#damenu ul li a, #damenu ul li span {
	display:block;
	text-transform:uppercase;
	text-align:left;
	color:#fff;
	font-size:1.1em;
	border-bottom:1px solid rgba(0,0,0,0);
	font-weight:normal;
	cursor:pointer;
}

#damenu > ul > li > a, #damenu > ul > li > span {
	font-weight:bold;
	padding:1px 8px;
}

#damenu > ul > li.active > a, #damenu > ul > li > a:hover,  #damenu > ul > li.active span {
	background-color:#d09616;
}

#damenu ul li a:hover {
	text-decoration:none;
}

#damenu ul li ul {
	display:none;
	position:absolute;
	left:0px;
	top:21px;
	z-index:1000;
	width:300px;
	background-color:rgba(255,255,255,0.9);
	border-left:1px solid #d09616;
	border-right:1px solid #d09616;
	border-bottom:1px solid #d09616;
}

#damenu ul li ul li {
	display:block;
	font-size:0.9em;
}

#damenu ul li ul li a {
	padding:5px;
	color:#e07e00;
}

#damenu ul li:hover ul {
	display:block;
}

#damenu > ul > li.active li.active a, #damenu > ul > li li a:hover {
	background-color:#d09616;
	color:#fff;
}
#titres {
	background-color:#4d62d9;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:36px;
	line-height:36px;
}
 
#footer , #footer  a {
	background-color:#4d62d9;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	color:#fff;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}

/* ###################### OVERALL SETTINGS ###################### */
HTML {
}

BODY {
	background-color           : #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color                      : #000000;
	margin: 0px 0px 0px 0px;
	text-align:justify;
}

td, tr, p, div {
}

h1, h2, h3 {
	font-size:20px;
}

hr {
  height           : 1px;
  width            : 100%;
  color            : #4E6371;
}

.poll {
	color            : #242C31;
	line-height      : 14px;
	font-size: 9px;
}


/* ###################### CONTENT PAGE SETTINGS ###################### */

.page-header > h1, .moduletable > h3 {
	background-color:#4d62d9;
	color:#FFC74B;
	font-size:14px;
	padding:2px 10px;
	font-weight:bold;
	margin-bottom:30px;
}

.moduletable > h3 {
	margin-bottom:15px;
}

/* ###################### FORMULAR SETTINGS ###################### */
.button {
	font-size: 10px;
	font-weight:bold;
  color            : #242C31;
  background-color : #F3F6F7;
  border           : 1px solid #242C31;
  text-transform   : uppercase;
}

.inputbox {
	font-size: 11px;
  color            : #242C31;
  background-color : #F3F6F7;
  border           : 1px solid #242C31;
}

/* ###################### LINKS ###################### */
a:link, a:visited {
  font-weight	   : bold;
  text-decoration  : none;
  color:#4D62D9;
}

a:hover, a:active {
	text-decoration:underline;
}

img {
	border:none;
}

td {
	vertical-align:top;
}

#dacontent table {
	width:100% !important;
}

#dacontent table  td {
	swidth:auto !important;
	padding:3px;
}

#dacontent table  tr {
	border-top:1px solid #aaa !important;
}

#dacontent table  tr:nth-child(2n) {
	background-color:#ddd !important;
}

#dacontent table tr  td:first-child {
	font-weight:bold !important;
	swidth:120px !important;
}

#dacontent table.tableau_normal tr  td:first-child {
	font-weight:normal !important;
}

#dacontent table.resultats  tr  td:nth-child(2) {
	font-weight:bold !important;
}

#dacontent table.tableau_normal  tr  td:nth-child(2) {
	font-weight:normal !important;
}

.newstitle {
	font-weight:bold;
	color:#D09616;
	font-size:20px;
	text-shadow: 1px 0px 1px #8C8C8C;	
}

.newsreadmore {
	text-align:right;
	margin-top:10px;
	margin-bottom:30px;
}

.newsreadmore .readmore  a {
	color:#fff;
	background-color:#d09616;
	text-decoration:none;
	padding:6px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	text-shadow: 0px 0px 1px #000;	
}

.newsreadmore .readmore  a:hover {
	text-shadow: 1px 0px 1px transparent;	
}

.customsepheader {
  display:flex;
  justify-content:space-around;
  align-items:top;
}

.customsepheader > p {
  width:40%;
}

.customsepheader > p img {
  width:100%;
}