/** Pour la V3 WORKER **/

.tablev3 {
border: medium solid #DB6613;
border-collapse: collapse;
width: 50%;
}

.tdv3 {
font-family: sans-serif;
border: thin solid #DB6613;
width: 50%;
padding: 5px;
text-align: center;
background-color: #ffffff;
}














/** Pour la V3 EVENT **/

.tablev3event {
border: medium solid #9F5BB2;
border-collapse: collapse;
width: 50%;
}

.tdv3event {
font-family: sans-serif;
border: thin solid #9F5BB2;
width: 50%;
padding: 5px;
text-align: center;
background-color: #ffffff;
}



/** Pour la V4 EVENT **/

.tablev4 {
border: medium solid #E455A4;
border-collapse: collapse;
width: 50%;
}

.tdv4 {
font-family: sans-serif;
border: thin solid #E455A4;
width: 50%;
padding: 5px;
text-align: center;
background-color: #ffffff;
}


/** Pour la V5 EVENT **/

.tablev5 {
border: medium solid #71BABA;
border-collapse: collapse;
width: 50%;
}

.tdv5 {
font-family: sans-serif;
border: thin solid #71BABA;
width: 50%;
padding: 5px;
text-align: center;
background-color: #ffffff;
}
