html, body {
width: 100%;
height: 100%;
}

body {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	margin: 0;
	padding: 0;
}

#conteneur-acc {
	width: 800px;
	height: 550px;
	position: absolute;
	margin-left: -400px;
	margin-top: -275px;
	left: 50%;
	top: 50%;
}

#imgacc {
	width: 336px;
	height: 513px;
	position: absolute;
	margin-left: 53px;
	margin-top: 20px;
}

#txtacc {
	width: 336px;
	position: absolute;
	margin-left: 423px;
	margin-top: 210px;
	text-align: center;
}

#conteneur-menu {
	width: 780px;
	height: 550px;
	position: absolute;
	margin-left: -390px;
	margin-top: -275px;
	left: 50%;
	top: 50%;
}

#conteneur-bio {
	width: 780px;
	position: absolute;
	margin-left: -390px;
	left: 50%;
	top: 30px;
	height: 1050px;
}

#conteneur-contact {
	width: 780px;
	height: 550px;
	position: absolute;
	margin-left: -390px;
	margin-top: -275px;
	left: 50%;
	top: 50%;
}

#conteneur {
	width: 780px;
	height: 550px;
	position: absolute;
	margin-left: -390px;
	margin-top: -275px;
	left: 50%;
	top: 50%;
}

#txt-retour {
	position: absolute;
	margin-top: 470px;
	margin-left: 40px;
}

.noir  {
	color: #191919;
	font-style: normal;
}

.noir a:link {
	color: #191919;
	font-weight: normal;
	text-decoration: none }

.noir a:visited {
	color: #191919;
	font-weight: normal;
	text-decoration: none }

.retour  {
	color: #191919;
	font-style: normal;
	font-size: 14px;
}

.retour a:link {
	color: #191919;
	font-weight: normal;
	text-decoration: none }

.retour a:visited {
	color: #191919;
	font-weight: normal;
	text-decoration: none }

p  {
	color: #666;
	font-style: normal;
	font-size: 16px;
}

p a:link {
	color: #666;
	font-weight: normal;
	text-decoration: none }

p a:visited {
	color: #666;
	font-weight: normal;
	text-decoration: none }

h1  {
	color: gray;
	font-size: 28px;
	font-weight: normal }

h1 a:link {
	color: gray;
	font-weight: normal;
	text-decoration: none }

h1 a:visited {
	color: gray;
	font-weight: normal;
	text-decoration: none }

h2  {
	color: #333;
	font-size: 21px;
	font-weight: normal }

h2 a:link {
	color: #333;
	font-weight: normal;
	text-decoration: none }

h2 a:visited {
	color: #333;
	font-weight: normal;
	text-decoration: none }

h3  {
	color: #999;
	font-size: 12px;
	font-weight: normal }

h3 a:link {
	color: #999;
	font-weight: normal;
	text-decoration: none }

h3 a:visited {
	color: #999;
	font-weight: normal;
	text-decoration: none }

h4  {
	color: #191919;
	font-size: 12px;
	font-weight: normal }
