*
{
	font-family:"Helvetica Neue", Arial;
	color: #484848;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.centrer
{
	margin-left: auto;
	margin-right: auto;
}

body
{
	text-align : center;
}

#separation
{
	display: block;
	border-bottom: dashed 2px #D6D6D6;
}

li
{
	display : inline;
}

td
{
	width: 260px;
	border-bottom: 1px dashed #D6D6D6;
	padding: 2px;
}

table thead
{
	text-align: center;
}

.right
{
	text-align: right;
}

.left
{
	text-align: left;
	color: #808080;
}

a
{
	text-decoration: none;
	color: rgb(0, 136, 204);
}

a:hover
{
	text-decoration: underline;
}
