/* Made in France ! pour les curieux ..
* @Author: Franck for MKS ...
* @Date:   2015-11-20 16:26:46
* @Last Modified time: 2020-12-12 18:18:33
*/

body{
    /*background-image:url('http:///');*/
    background-color:#003352;
	background-position:0% 0%;
    background-size:cover;
    background-attachment:scroll;
	font_family : sans-serif ;
   }

table{
    width: 100%;
    margin-left:auto;
    margin-right:auto;
    border-collapse: collapse;
    border-spacing:0;
    text-align:center;
}

th{
    background-color: #0a8bc1;
	color:#ffffff;
    border-bottom:1px solid #ffffff;
    padding: 3px;

}

td{
    color:#000000;
    border-left:1px solid #000000;
    border-right:1px solid #000000;
  	padding: 3px;
}
hT1C1{
	/*Tronc commun*/
    color:#000000
}
hT1C2 {

    font-weight: normal;
   	color:#FFFFFF
}
   

/* Comment this rule out to see what happens if you forget to define it (hide wont work) */

li.ui-state-default.ui-state-hidden[role=tab]:not(.ui-tabs-active) {
    display: none;
}