body {
    margin: 10px 0px 10px 10px;
    padding: 0;
    background: #fff;
    text-align: left;
    font-size: 14px;
    font-family: 'Bookman Old Style', monospace;
}
.legend {
    padding: 0 0 5px;
    text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#container {
    width: 100%;
    margin-bottom: 200px;
}
.img {
	display: inline-block;
	vertical-align: top;
	margin: 0px 10px 5px 0px;
	text-align: center;
}
.small {
	max-width: 300px;
    height: 150px;
}
.large {
	max-width: 100% !important;
	max-height: auto;
}
img {
    display: inline-block;
    margin: 0px auto 5px;
	max-width: 100%;
    max-height: 100vh;
	height: auto;
	cursor: pointer;
}
.small>img{	max-height: 83%;}
#header {
	display: inline-block;	
	margin-right: 3px;
	position: relative;
}
#headCont {
	width: auto;
	font-size: 18px;
	padding: 5px;
	padding-right: 0px;
	bottom: 0px;
	top: 0px;
	right: 0px;
	left: 0px;
	margin-bottom: 24px;
	position: absolute;
	color: blue !important;
	background-color: white;
	border: 1px solid blue;
}

#button {
	display: inline-block;
	cursor: pointer;
	color: blue;
	height: 22px;
}
#button:hover, a:hover, #title:hover {
	color: red;
	text-decoration: underline;	
}
#header.large {
	width: 998px;
	height: 748px;
}
#header.small {
	width: 150px;
	min-height: 137px;  
}
#title { display: inline-block; 
	padding-right: 50px; 
	cursor: pointer;
	color: blue;
}
#blink { width:7px;
	height: 14px;
	background: white;
	position: absolute;
	margin-top: 2px;
	margin-left: 1px;
	border: 1px solid blue;
	}
#breaker { width:0px; height:0px; display:block !important; }
a { color: blue; text-decoration: underline;}

#info { display: none;
	height: 640px;
	margin: 15px 0px 15px;
	width: 943px;
}
#infoCont {	
}
.jspVerticalBar { width: 10px !important;}
.jspVerticalBar, .jspTrack { background: none !important;}
.jspDrag { background: blue !important; }
#paragraphe { padding-right: 20px !important;}

p {margin: 0px;}

*:focus { outline: none !important;}