@page { 
size: portrait;
}
 
h1 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	display: block;
	padding-bottom: 10px;

}

h2 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	display: block;
	padding-bottom: 10px;

}
#bandeau {
	display: none;
	float:none; 
	} 
#menu {
	display: none;
	float:none; 
	}
#header{
	display: none;
	}
#footer{
	display: none;
	}
.inv{
	display: none;
	}
#images1 {
	display: none;
	float:none; 
	}

html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#conteneur { /* Modifications : suppression de la bordure - marges */
	margin :0;
	border :none;
}

#wrapper, #content {
	padding: 0;
	border: 0;
	width : 100% ;
	float: none !important;
	color: black;
	background: transparent;
	}
	
a:link, a:visited, a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00a6e9;
	text-decoration: underline;
	text-align: left;
}	

#contenu {
	float : none !important ;
    width : 100% ;
	margin:0;
}

