@charset "utf-8";

body, html, div, ul, ol, span, a, form, img, li,input,textarea,fieldset,label,hr,button {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: none;
	color:black;
	background:none;
}

*{
	font-family: Arial, Verdana, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height:normal;
	color: black;
	background:transparent !important;
	text-decoration:none;
}

#info,nav,footer,button{
	display: none;
}
/* article */
article,#legende {
	height:100%;
	padding:25px;
	max-width:100%;
	box-sizing:border-box;
}