body{
	font-family: corbel,arial,calibri;
	font-size: 15px;
	margin:0;
	padding: 0;
	background-color: rgb(230,230,230);}

a{
	text-decoration: none;
}

b{
	font-weight: bold;
}

i{
	color: rgb(40, 100, 150);
}

header{
	background-color: rgb(40, 100, 150);
	color: white;
	padding: 15px;
	text-align: center;
	font-size: 20px;
}

header a{
	color: white;
	display: inline-block;
	width: 100%;
}

titre{
	font-size: 30px;
	font-weight:bold;
}

form input{
	width: 200px;
	margin-bottom: 10px;
	padding: 5px;
}

form select{
	width: 400px;
	background-color: rgb(230,230,230);
}

form label{
	width: 200px;
	display: inline-block;
}

tr:hover, tr a:hover{
	background-color: rgb(175,40,175);
}

tr:active, tr a:active{
	color: white;
}

.suppr:hover, .suppr a:hover{
	background-color: red;
}

.refresh{
	margin-top: 35px; 
	margin-bottom: 30px;
}

tr a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.a{
	display: inline-block;
	width: 100%;
	height: 100%
}

tr{
	padding: 5px;
}

.fresh, .fresh a{
		font-style: italic;
		margin: 0;
		color: rgb(40, 100, 150);
}

.fresh a{
		text-decoration: underline;
		font-weight: bold;
	}

.sucess{
	margin-left: -15px;
	padding: 10px;
	background-color: rgb(40,100,20);
	color: white;
	margin:0px;
}

.echess{
	padding: 10px;
	margin-left: -15px;
	background-color: rgb(230,100,50);
	color: white;
	margin:0px;
}

.infom{
	display: inline;
}

    .options{

    width: 250px;

    margin: 0 auto;

}



.opt a{

    text-align:center;

    display: inline-block;

    text-decoration: none;

    color:white;

    padding: 5px;

    border:solid 2px white;

    border-radius: 10px;

    margin: 5px;

    font-family: serif;

    width:250px;

    background-color:rgb(40, 100, 150);

}



.opt:hover{

    opacity:0.7;

}

footer{
	background-color: black;
	color: white;
	margin:0;
	margin-top:20px;
	padding: 10px;
}

footer a{
	text-decoration: none;
	color: white;
}

footer a:hover{
	font-weight: bold;
}

#copyright{
	font-family: monospace;
    font-size: 10px;
    padding-top:15px;
}

.all{
	margin-left: 10px;
}

#infom{
	color: green;
}

tr, tr th , tr td, tr td a{
	color: black;
	text-decoration: none;
	padding: 2px;
	font-family: times new roman;
}

.menu {
	border : #ddd 2px solid;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    opacity: 0.8;
}

.menu button {
    background-color: #333;
    color: white;
    border: none;
    font-size: 16px;
    cursor: pointer;
    margin: 0;
    padding: 15px;
}

.menu ul {
    list-style-type: none;
    padding: 10px;
    margin: 0;
}

.menu li {
    display: block;
    margin: 15px;
    border-bottom: #ddd 1px solid;
    min-width: 250px;
}

.menu a {
    text-decoration: none;
    color: white;
    padding: 10px;
}

.menu li:hover {
    font-weight: bold;
    border: #ddd 1px solid;
}

/* Style du menu lorsqu'il est masqué */
.menu-list {
    display: none;
    position: absolute;
    background-color: #333;
    padding: 10px;
    top: 40px;
    opacity: 1;
}



/* Style pour les écrans plus petits que 600px */
@media screen and (max-width: 600px) {


footer{
	text-align: center;
}

/*{
	font-size: 20px;
	font-weight: bold;
}*/
form select{
	width: 200px;
}

form select, form input{
	font-size: 17px;
}
form label{
	width: 111px;
	display: inline-block;
	font-weight: bold;
}

.tabl{
	widht:100vw;
	overflow-x: auto;
}

tr th{
	min-width: 120px;
}

#labelcompte{
	width: 70px;
}

	}