/* ---------------------- POLICES --------------------------- */
@font-face {
    font-family: 'Segoe UI Regular';
    font-style: normal;
    font-weight: normal;
    /*src: local('Segoe UI Regular'), url('Segoe UI.woff') format('woff');*/
	src: url('_images/polices/Segoe UI.woff') format('truetype');
    }
@font-face {
    font-family: 'Segoe UI Italic';
    font-style: normal;
    font-weight: normal;
    src: url('_images/polices/Segoe UI Italic.woff') format('woff');
    }
@font-face {
    font-family: 'Segoe UI Bold';
    font-style: normal;
    font-weight: normal;
    src: url('_images/polices/Segoe UI Bold.woff') format('woff');
    }
@font-face {
    font-family: 'Segoe UI Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: url('_images/polices/Segoe UI Bold Italic.woff') format('woff');
    }	
/* ---------------------- POLICES --------------------------- */
/* page index.php et liste.php */

/*variable*/
:root{
  		--couleur-theme: #009FE4;   /* bleu  */
		--couleur-texte: #F1F1F1;   /* gris clair */
		--couleur-theme-filtre: brightness(0) saturate(100%) invert(53%) sepia(93%) saturate(3406%) hue-rotate(168deg) brightness(95%) contrast(102%);   /* https://angel-rs.github.io/css-color-filter-generator/ */
		--couleur-body: black;   /* noir */
	}

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color:var(--couleur-theme) var(--couleur-body);
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: var(--couleur-body);
}

*::-webkit-scrollbar-thumb {
  background-color:var(--couleur-theme);
  border-radius: 20px;
  border: 3px solid var(--couleur-body);
}



body { 
	background-color: var(--couleur-body);
	margin: 0px;
	font-family: 'Segoe UI Regular', Arial, serif; 
	color: var(--couleur-texte);
	font-size: 16px;
	cursor: url(' _images/cursor/bdpointer.cur '), pointer;
	}

.corp {
	width: 960px;
	background-attachment: fixed;
	background-position: center;
	background-image: url('_images/dlbackground1.jpg');
	border-spacing : 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	}

#entete {
	text-align: center;
	min-height: 120px;
	/*background-color: rgba(0,0,0,0.8);*/	
	background-image: url('_images/dlbackground1.jpg');
	background-repeat: repeat-y;
	}
	
img {
	border: 0px;
	}
	
h1 { 
	font-size: 34px; 
	font-weight: bold;
	}
	
a:link {  
	cursor: url(' _images/cursor/bdlink.cur '), pointer; 
	}
	
a:link, a:visited, a:active { 
	text-decoration: none; 
	color: var(--couleur-texte); 
	}

a:hover { 
	text-decoration: none; 
	color:var(--couleur-theme);
	text-shadow: 0px 0px 5px var(--couleur-theme);
	}	

.trait {
  border-top: 1px solid var(--couleur-theme);
  margin-top: 0px;
  margin-bottom: 0px;
	}	
	
table {
	width: 960px;
	border-spacing : 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border-collapse: collapse;
	}	

td {
	word-break: break-all;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	}	
		
#piedpage {
	text-align: center;
	font-size: 14px; 
	padding-top: 5px;
	padding-bottom: 5px;
}	
	
/* page index.php et liste.php */
/* page index.php */

.regle {
	padding-left: 20px;
	padding-right: 20px;	
	}
	
.marge {
	margin-left: 40px;
	}	

.entrer {
	height: 100px;
	border: 0px;
	}
	
.entrer:hover {
	filter: var(--couleur-theme-filtre);
        -webkit-filter: var(--couleur-theme-filtre);
	}	

/* page index.php */
/* page liste.php */

#menu {
	display: inline-bloc;
	background-color: rgba(0,0,0,0.8);
	position: sticky;
	top: 0px;
	}

#menu_inside{
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color:var(--couleur-theme);
	padding-top: 2px;
	padding-bottom: 2px;
	min-height: 22px;
	line-height: 40px;
	}

.home {
	float: left;
	display: bloc;
	width: 44px;
	height: 44px;
	margin-top: -3px;
	background-image: url('_images/home.png');
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid rgba(255, 0, 0, 0.0);
	background-size: 26px;
	}	

.home:hover {
	filter: var(--couleur-theme-filtre);
        -webkit-filter: var(--couleur-theme-filtre);
	border: 1px solid var(--couleur-theme);
	}

.fleche {
	height: 20px;
	margin-top: -3px;
	}

.colones {
	display: inline-bloc;
	margin-top: 15px;
	height: 30px;
	line-height: 15px;
	}

.colone1 {
	float: left;
	width: 50px;
	height: 30px;
	}

.colone2 {
	float: left;
	width: 710px;
	height: 30px;
	}

.colone3 {
	float: left;
	width: 100px;
	height: 30px;
	}

.colone4 {
	float: left;
	width: 100px;
	height: 30px;
	}
		
#reload {
	display: block;
	float: right;
	height: 44px;
	width: 44px;
	margin-top: -46px;
	background-image: url('_images/reload.png');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	border: 1px solid rgba(255, 0, 0, 0.0);
}	

#reload:hover {
	filter: var(--couleur-theme-filtre);
        -webkit-filter: var(--couleur-theme-filtre);
	border: 1px solid var(--couleur-theme);
	}
	
.pipe {
	float: left;
	display:block;
	height: 25px;
	width: 1px;
	background-color:var(--couleur-theme);
	margin-top: -5px;
	}
	
.ligne:hover{
	display: inline-bloc;
	background-color: rgba(255,255,255,0.1);
	min-height: 40px;
	}

.icon {
	height: 30px;
	margin-top: 5px;
	}

/* page liste.php */

