.titreEN 
	{width: 100%; BACKGROUND: #F7F7F0}
.titreAT 
	{width: 100%; BACKGROUND: magenta}
.titreTJ 
	{width: 100%; BACKGROUND: #98DB9C}
.titreMP 
	{width: 100%; BACKGROUND: #FFB6B8}


table,th,td{border:#0d46a0 solid 1px}
td{padding:0.4em}
	.hdnatio{background:#60497a;color:#ffffff;border:#446bb3 solid 1px}
	.tdnatio{background:#e4dfec;border:#446bb3 solid 1px}

	.hdidf{background:#003366;color:#ffffff;font: 12px/25px Arial}
	
	.hdidfv{background:#8BCF9C;color:#ffffff;font: 12px/25px Arial}
	
	.tdidf{background:#daeef3; padding-right: 1em;}
	.hdat{background:#8bcf9c;color:#0c45a0;}
	.hdmp{background:#b1a0c7;color:#ffffff}
.hdaj{background:#9bbb59;color:#ffffff}
/* .tdat{color:#c107bd;font-weight:bold} */
/* .tdmp{font-weight:bold;color:#66F} */
/* .tdaj{font-weight:bold;color:#693} */

.button {
	display: inline-block;
	position: relative;
	margin: 10px;
	padding: 0 20px;
	text-align: center;
	text-decoration: none;
	font: bold 12px/25px Arial, sans-serif;
}

.form_caja {
        padding-top: 8px;
        padding-bottom: 15px;
		padding:10px;
        margin: 0 auto 20px auto;
        background-color: #446bb3;    
        border-radius: 15px;    
        -moz-border-radius: 15px;    
        -webkit-border-radius: 15px;
        color: #446bb3;

}
.h5{margin-left:0em;padding:0em;font-weight:bold;font-size:1em;margin-bottom:0.8em;
/*position:relative;*/border:none;border-bottom:1px solid;background-image:none;
	color:#0053b1}

.ulpuce LI {
	LIST-STYLE-IMAGE: url(../images/puce.png);
	
}

table 
	{ width: 100%;  
	  font-family : Arial,"Helvetica Neue",Helvetica,sans-serif; 
	  line-height: auto; }
thead 
	{ background-color: #ffffff  ; color :#e3EEF9; padding:4px; 
	  line-height:30px; border-color:#446bb3; } 
		
tbody tr:nth-child(even) {background: #ffffff; height: 30px;}
tbody tr:nth-child(odd)  {background: #e3EEF9; height: 30px;}
/* tbody tr:nth-child(even) {background: #C4D4E3; height: 30px;  } */
/* tbody tr:nth-child(odd) {background: #8BCF9C; height: 30px; } */
tbody tr td { max-width:300px; overflow:hidden; text-overflow:ellipsis; }
thead tr td { max-width:300px; }
#titre tr { width:100% }

.button {
    background-color: #0760aa; /* Blue */
    border: none;
    color: white;
    text-align: center;
    border-radius: 12px;
    text-decoration: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
    width: 200px;
    align: right;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.button:hover {
    background-color: #f2a04b;
    color: black;

#	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.lignePaire {
  background-color : #C4D4E3;
  color : #000000;
}

.ligneImpaire {
  background-color : #E3EEF9;
  color : #000000;
}

table {
    border-collapse: collapse;
} 

table td{
/* 	border: #ffffff 3px solid; */
}

.couleurVerte
  {
    background : #8bcf9c;
    color      : #003366;
    text-transform: uppercase;
    font-weight: 400;
    font-size  : 1.3rem; }
    
.couleurBleue
  {
    background  : #003366;
    color       : #fff;
    border-color: #000; 
   }


