body{
background: -webkit-linear-gradient( left, #86c279, #79e1d9);
background:    -moz-linear-gradient( left, #86c279, #79e1d9);
background:     -ms-linear-gradient( left, #86c279, #79e1d9);
background:      -o-linear-gradient( left, #86c279, #79e1d9);
background:         linear-gradient( to right, #86c279, #79e1d9);
font-family: "Open sans", Georgia, serif
}


table{
border-collapse: collapse;
text-align: center;
font-size: 1.2em;
width: 95%;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
}

td{
border: 3px solid black;
height: 30px;
}

.num{
width: 3%;
background-color: #f9d1cf;
}
.date{
width: 15%;
background-color: #f8eccf;
}
.nom{
text-align: left;
padding-left: 10px;
width: 70%;
background-color: #faf8f8;
}
.part{
width: 9%;
background-color: white;
text-align: center;
padding-right: 10px;
}