body, tr {
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
}
.tableau {
    border: 3px solid #3252ca;
    border-collapse: collapse;
    margin: auto;
    width: 98%;
}
tr.titre {
    background: #288f0f none repeat scroll 0 0;
    border: 1px solid #303030;
    color: #ffffff;
    font-weight: bold;
    height: 32px;
    text-align: center;
}
tr.titre2 {
    background: lightgrey none repeat scroll 0 0;
    border: 1px solid #303030;
    color: #ffffff;
    font-weight: bold;
    height: 32px;
    text-align: center;
}
tr.ligne1 {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #303030;
    color: #000000;
    height: 28px;
    text-align: center;
}
tr.ligne2 {
    background: #daeeda none repeat scroll 0 0;
    border: 1px solid #303030;
    color: #000000;
    height: 28px;
    text-align: center;
}
.champ {
    background-color: #daeeda;
    padding: 2px;
}
.champ2 {
    background-color: lightgrey;
    padding: 2px;
}
.wait {
    height: 100%;
    left: 1px;
    position: absolute;
    text-align: center;
    top: 1px;
    width: 100%;
}
.titre_page {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    text-align: center;
	color: #ffffff;
    top: 1px;
    width: 100%;
}
