body,html{
height: 100%;
}

body{
	background: #ffffff;
	text-align: center;
	margin: 0;
  font-family:verdana,sans-serif;
  font-size: 11px;
  background-image:url(bg.gif); 
	background-repeat:repeat-y;
	background-position: center;

}

html>body {
margin-top: -20px;
}

div.center{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
	width: 113px;

}

div.center p {
text-align:center;
color: #000;
}

div.right_1{
line-height:150%;
	text-align: left;
		margin-left:50%;
		padding-left:70px;
		margin-top: -200px;
}

div.left_1{
line-height:150%;
	text-align: right;
		margin-right:50%;
		padding-right:70px;
		margin-top: 130px;
}


div.adresse{
		margin-top: 150px;
}

a, a:link, a:visited {
  color: #afafaf;
	text-decoration: none;
	border-bottom: 1px dashed #afafaf;
}

a:hover, a:active {
  color: #000;
	text-decoration: none;
	border-bottom: 1px solid  #000;
}

