
/* ******* mise en forme des tableaux ******** */
table {
border-collapse : collapse ;
width : 100% ;
}

table tr {

}

table tr td, table tr th{
border : 1px solid #cecece ;
padding : 1px ;
text-align : center ;
}

form {
width : 400px ;
margin-left : 150px ;
margin-top : 20px ;
}
