table {
	width:90%;
	margin:0 auto;
	text-align:center;
	background:#AF9BB0;
	border: 1px solid black;
    -webkit-box-shadow: 0px 0px 6px 0px black;
    -moz-box-shadow: 0px 0px 6px 0px black;
    box-shadow: 0px 0px 6px 0px black;
    border-radius: 5px;
    border-collapse: collapse;
}

tr:nth-child(2n){
	background:#a591a6;
}

#m{
	color:#AF9BB0;
}

tr:nth-child(2n) #m{
	color: #a591a6;
}

thead,tfoot {
	background:#A553AC;
	font-weight:bold;
}

.t_master{
	margin-top: 100px;
	margin-bottom: 100px;
	width: 200px;
}

.success, .error {
	display: flex;
	align-self: center;
    justify-content: center;
    align-items: center;
	width: 40%;
	height: 20px;
	border: 1px solid;
	margin: auto;
	margin-bottom: 15px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../img/succes.png');
}

.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../img/error.png');
}

td img{
	max-width: 25px;
}

tfoot b {
	cursor: pointer;
}

#conteneur2 td:not(:first-child) {
    width: 20%;
}