@charset "UTF-8";
/* CSS Document */
	/*   Definition complémentaire	 */
	
	
		 table tr.click {
			cursor: pointer;
		}

table.standard {
			margin-top:20px;
			width: 80%;
			margin-left:60px;
			border-collapse:collapse;
			border-width: 2px 2px 3px 2px;
			}
	
 table.petit {
	 margin-top:20px;
		width: 90%;	
		}
	

table th.standard  {
			background-color:#333;
			color: #fff;
			border-right: 1px solid #fff;
		}
		table th .standard dateL {
			background-color:#333;
			color: #fff;
			border-right: 1px solid #fff;
		}
.dateL {
			width: 20%;
			border-right: 1px solid #369;
		}
.titreTableau{
  background-color:	#FF8539;
  text-align:center;
  padding:5px 0 5px 0;
}  
	
