#titre, #soustitre, #bandeau, #gauche, #alaligne, #pied {
	display: none;
}
body {
	background: #fff;
}
#logo {
	position: relative;
	float:right;
	margin: 0 0 1.5em 0;
	padding: 0;
	width: auto;
	height: auto;
}
#logo img {
	width: 165px;
	height: 57px;
}
#contenu {
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
	width: auto;
}
#encadre {
	float: none;
	background-color: #fff;
	border: 1px solid #555;
	margin: 1em 0 1em 0;
	padding: 5px;
	width: auto;
	text-align: left;
}

