/* ================================ 
STYLE TABLEAU
================================ */

.tableau table, .tableau1 table {
border:0px solid #769712;
width:100%;
margin:auto;
border-collapse:collapse;
/*background-color: transparent;*/
background: url(../images/fondjauncoul.jpg) 10% 0% repeat;
}
.tableau2 table {
border:0px solid #769712;
width:100%;
margin:auto;
background-color: transparent;
}

.tableau thead, .tableau1 thead, .tableau tfoot, .tableau2 thead {
background-color: #D0E3FA;
background-image:url(../images/x.jpg);
border:0px 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:0px dotted #6495ed;
padding:5px;
background-color: #EFF6FF;
width:25%;
}
.tableau td, .tableau1 td, .tableau2 td {
font-family:sans-serif;
font-size:14px;
border:0px solid #769712;
padding-left:10px;
text-align:justify;
}
.tableau caption, .tableau1 caption, .tableau2 caption {
font-family:sans-serif;
text-align:center;
}

/*----------------------*/

