input, select{
    width: 100%;
    margin-bottom: 5px;
    font-size: 28px;
    background-color: chocolate;
    color: white;
    border: none;
    padding: 2px 4px;
}

#conteneur{
	max-width:500px;
	margin:0px auto;
	text-align:center
}

body{
    font-family: Arial;
}

th{
    text-align:letf;
    background-color: chocolate;
    color: white;
}

td{
    border:1px chocolate solid;
    padding: 0px 3px;
}

.bouton{
    font-size: 12px;
    background-color: chocolate;
    color: white;
    border-radius: 3px;
    margin: 2px;
    padding: 2px;
    display: inline-block;
}
.bouton a, .bt-confirmer a{
    text-decoration:none;
    color: white;
}

.bt-confirmer{
	font-size: 28px;
    background-color: red;
    color: white;
    border-radius: 3px;
    margin: 4px 0px;
    padding: 4px;
    /* display: inline-block; */
}

h2{
    margin:10px;
}

#fermer{
    background-color: chocolate;
    color: white;
    border-radius: 3px;
    width: 32px;
    margin: 7px auto;
    padding: 4px 2px 2px 2px;
}

.img-icones{
	height: 35px;
    width: 35px;
	cursor:pointer;
}