@charset "utf-8";
html{
	height:100%;
	width:100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}
.textAddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DFD99B;
}
.titreAddress {
	font-size: 13px;
	font-weight: bold;
}
.mailtoAddress {font-size: 11px}
a:link {
	color: #DFD99B;
}
a:visited {
	color: #DFD99B;
}
a:hover {
	color: #DFD99B;
}
a:active {
	color: #DFD99B;
}

