/* CSS content */

body {
	background-color: #fff;
}

.tab-2col {
	border-collapse: collapse;
	border: 0;
	margin: 5px 0 20px 0;
}
	.tab-2col td {
		color: #333;
		padding: 5px 10px;
		text-align: left;
		border-bottom: 1px solid #999;
	}
	.tab-2col .en-valeur td {
		color: #333;
		padding: 10px 10px;
		font-weight: bold;
	}
	
	.link-externe {
		background: url(../images/arrow_nav_on.gif) left 5px no-repeat;
		padding: 0 0 0 16px;
	}
	
.txt-blanc {
	color: #fff;
}
.txt-bleu {
	color: #5B93B6;
}
.txt-cyan {
	color: #00CACD;;
}
.txt-10 {
	font-size: 10px;
}
