body {
	margin: 0;
	font-family: serif;
	background-image: url(bg.gif);
}
.tratt {
	border-top: 5px solid #F58220;
	border-bottom: 5px solid #F58220;
	background-color: #fff;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
p{
	font-size: 11px;
	margin: 0
}

a.mail {
	font-size: 14px;
	color:  #F58220;
	text-decoration: underline;
	background-color : transparent;
	font-weight : bold;
}
a.mail:hover {
	background-color: #F58220;
	text-decoration: none;
	color: white;
}

