td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.lien {
	color: #666666;
	text-decoration: none;
}
.lien:hover {
	color: #000000;
	text-decoration: none;
}
.ligne {
	padding-top :5 px;
	padding-left :5 px;
	padding-right :5 px;
	padding-bottom :5 px;
	border: 1px solid #000000;
}
.pointille {
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}
.ligne2 {
	padding-top :5 px;
	padding-left :5 px;
	padding-right :5 px;
	padding-bottom :5 px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0px solid #FFFFFF;
	border-left: 1px solid #000000;
}
.ligne3 {
	padding-top :5 px;
	padding-left :5 px;
	padding-right :5 px;
	padding-bottom :5 px;
	border-top: 0px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
.ligne4 {
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 0px solid #000000;
	padding: 0px;
}


