/* CSS Document */
	
table.tableauInformations{
	border-collapse:collapse;
	font-size:0.7em;
	margin-bottom:40px;
	width:599px;
	margin-left:20px;
}
		
	table.tableauInformations acronym{
		border-bottom:dotted 1px #000 !important;
	}

	table.tableauInformations thead{
		background-color:#4D4B4B;
	}
	
		table.tableauInformations thead th{
			color:#FFF;
		}
	
	table.tableauInformations th, table.tableauInformations td{
		padding:5px;
		border:solid 1px #fff;
	}
		
		table.tableauInformations tr.grisPale{
			background: #CCC;
		}
		
		table.tableauInformations tr.grisFonce{
			background: #AAA;
		}
		
		table.tableauInformations tr.NA{
			color:#FF5151;
		}
		
			td.valignTop{
				vertical-align:top;
				font-weight:bold;
			}
			
				table.tableauInformations td a:link{
					color:#0C2E6B;
				}
				
				table.tableauInformations td a:visited{
					color:#0C2E6B;
				}
				
				table.tableauInformations td a:hover{
					color:#000;
				}
				
				table.tableauInformations td a:active{
					color:#0C2E6B;
				}
				
				dl.specificationCarriere dt{
					font-weight:bold;
				}
				
				dl.specificationCarriere dd p{
					margin:0 !important;
					padding:5px 0 5px 5px !important;
					color:#000 !important;
				}
			
				dl.specificationCarriere dd ul{
					color:#000 !important;
					padding:0 0 0 20px !important;
				}
			
			
			