@charset "utf-8";
/*paramètres généraux*/
html {
width: 100%;
height: 100%;
font-size: 1em;
color: #ffffff;
font-family: monospace, courier, 'courier new';
}

body {
margin: 0;
padding: 0;
text-align: center;
background-color: #000000;
width: 100%;
height: 100%;


}

div {
height: 100%;
/*border: solid;*/
margin: auto;
color: #ffffff;
padding: 5px;
overflow: hidden;
}
a{
text-decoration: none;
color: #cccccc;
font-size: 160%;
}
a:hover{
color: #ffffff;
}
a:visited {
text-decoration: none;
}

a img {
border: none;
}

table{
width: 100%;
height: 100%;
vertical-align: middle;
text-align: center;
border: #ff00ff /*solid*/;
}
/*Div LeBody*/
.entete {
		/*background-color: grey;*/
		position: absolute;
		height: 5%;
		text-align: left;
		font-family: monospace;
		font-size: 55%;
		font-style: italic;
		/*color: darkred;*/
		}
.Bd {
/*border: #ffffff solid;*/}
/*Fin div LeBody*/
.Titre {
/*background-color: red;*/
font-family: 'courier new';
font-size: 25%;
}

.Corps{
height: 90%;
/*border: #00ff00 solid;*/
/*background-color: yellow;*/ 
}


.Intro {
height: 15%;
}

.Zoom{
}

.Zoom2{
width: 800px;
}
