body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 3px;
}

.centre{
	text-align: center;
}

.titre{
	font-size: 22px;
	text-align: center;
}

hr{
	color: White;
}

.pub{
	margin-top: 9px;
	margin-bottom: 9px;
	border: 1px dashed white;
	width: 93%;
	text-align: center;
	padding: 4px;
	background-color: #977B91;
}

a:link{
	color: White;
	text-decoration: none;
}

a:visited { 
	color: White;
	text-decoration: none; 
}

a:hover, a:active { 
	color: white;
	text-decoration: overline underline;
}

.pointille{
	border: 1px dashed White;
}

.textbox{
	border: 1px Black;
	background-color: White;
}