#conteneur {
	min-height: 150px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	margin-right: auto;
	margin-left: -325px;
	width: 650px;
	margin-top: -150px;
	height: 285px;
	left: 50%;
	top: 50%;
	position: absolute;
}
#conteneur-texte {
	float: right;
	width: 425px;
	min-height: 150px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-left: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #0274AE;
	border-right-width: 10px;
	border-right-style: none;
	border-right-color: #0274AE;
	text-align: justify;
	padding-right: 10px;
	height: 285px;
}
#conteneur-texte h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

.separation {
	clear: both;
	visibility: hidden;
}
body {
	height: 100%;
	width: 100%;
	margin: 0px;
}
