html {
    background-color: #abf;
}
body {
    font-family: Arial, cursive;
    background-color: #abf;
    color: black;
    margin: 0px; 
    border-bottom: 1px solid #abf;
}
p {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0px solid black;
}
h1 {
    font-size: 1.2em; text-align: right;
	margin-top: 8px;
	display: none;
}
h2 {
	font-size: 1.1em; margin: 0px; text-align: center;
}
a {
    text-decoration: none; color: #009;
}
a:hover {
    text-decoration: underline; color: black;
}
a img {
    border: 0;
}
a:hover img {
    
}
strong {
  font-weight: bold;
}
em {
  font-style: italic; text-decoration: underline;
}
ul {
	margin-top: 0px;
}
li {
  display: list-item;
  list-style-type: square;  
  list-style-position: inside;
}
.paragraphe {
	border: 2px solid #000060;
	padding: 10px;
	margin-top: 20px; margin-bottom: 0px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
}
.paragraphe p, li{
	font-size: 0.8em; text-align: justify;
}
#container {
    width: 760px;
    border: 5px solid #008;
    margin-top: 0px; margin-bottom: 50px; margin-left: auto; margin-right: auto;
    z-index: 0;
    background: white; color: black;
	font-size: medium;
}
#webgl-compatible , #webgl-instruction {
	font-size: small; text-align: right;
}
#pageHeader {
    position: absolute; top: 0px; left: 0;
	margin-top: 50px;
    background: #000060 url('bandeau2.png') no-repeat center;
    border-top: 2px solid white; border-bottom: 2px solid white;
    width: 100%; height: 160px;
    z-index: 1; text-align: center;
	
}
#webgl {
	border: none; margin-right: auto; margin-left: auto;
    z-index: 2;

}
#supportingText {
    position: relative;
    border: 0px solid #008;
    margin-left: auto; margin-right: auto; 
    padding: 10px 60px;
    background: url('booster1.png') left bottom repeat-y;
}
#explanation {
    margin-top: 200px;
    text-align: justify;
    border: 0px solid green;
}
#video {
	width: 320px;
	float: right;
	margin-left: 20px; margin-bottom: 10px;
}
.footer {
	text-align: center;
    font-size: 0.8em;
}
#footerH {
	margin-top: 50px;    
}