/* ================================ 
STYLE TABLEAU
================================ */

.tableau table, .tableau1 table {
border:1px solid #57aebb;
width:100%;
margin:auto;
border-collapse:collapse;
background-color: transparent;
background: url(images/haut010.jpg) 100% 0% repeat;
}
.tableau2 table {
border:0px solid #57aebb;
width:100%;
margin:auto;
border-collapse:collapse;
background-color: transparent;
}

.tableau thead, .tableau1 thead, .tableau tfoot, .tableau2 thead {
background-color:#D0E3FA;
background-image:url(images/x.jpg);
border:1px solid #6495ed;
}
.tableau tbody, .tableau1 tbody, .tableau2 tbody {
background-color: transparent;
border:0px solid #6495ed;
}
.tableau th, .tableau1 th, .tableau2 th {
font-family:sans-serif;
border:1px dotted #6495ed;
padding:5px;
background-color:#EFF6FF;
width:25%;
}
.tableau td {
font-family:sans-serif;
font-size:12px;
border:0px solid #57aebb;
padding:2px;
text-align:left;
}

.tableau1 td, .tableau2 td {
font-family:sans-serif;
font-size:12px;
border:1px solid #57aebb;
padding:2px;
text-align:left;
}

.tableau caption, .tableau1 caption, .tableau2 caption {
font-family:sans-serif;
text-align:center;
}

/*----------------------*/
