/*n'imprime pas l'image (le logo)*/
#logo, #menu, #pied, .bordurehaut, .borduredroite, .borduregauche, .bordurebas {
	display: none;
}
#conteneur {
	background-color: #666666;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	border-spacing : 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
}
.titre1	{
	text-align : center;
}
