/* CSS Document */
	
html,body {
	
	font-family: tahoma;
	font-size: 12px;
	
}

.clear {
	
	overflow : hidden;
	clear : both;
}

body {
	margin: 0;
	padding: 0;
	
}

.table-section td {
	width: 300px;
	padding-right: 20px;
	vertical-align: top;
	padding-bottom: 20px;
}

.ligneH {
	width: 75%;
	height: 1px;
	background-color: black;
	margin-left: 25%;
	margin-top: 25px;
	margin-bottom: 25px;
}

