body{
	/*background-color: #00CC66;*/
	background-color: #ffffff;
	margin: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	font-family: "Courier New", Courier, monospace;
}

@font-face {
    font-family: "helvetica";
    src: url(Helvetica.eot);
}
@font-face {
    font-family: "helvetica";
    src: url(Helvetica.ttf);
}

div#header{
	position: relative;
}

div#content{
	position: relative;
}

div#footer{
	position: relative;
}

div#footer_{
	position: relative;
	background-color: #00612b;
	padding: 5px;
	height: 120px;
}

div#footer_left{
	position: relative;
	float: left;
	width: 395px;
	text-align: center;
}

div#footer_right{
	position: relative;
	float: right;
	width: 395px;
	text-align: center;
}

.adresse_titre{
	font-family: helvetica;
	margin-top: 0px;
	color: #FFED00;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
}

.adresse_detail{
	margin-top: -5px;
	font-family: helvetica;
	font-size:12px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
}

a{
	color:#FFFF00;
}