@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 {
		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*/

.ColG {
border: #ff0000 /*solid*/;
width: 10%;
height: 90%;
text-align: right;
float: left;
}
.ColD{
border: #0000ff /*solid*/;
width: 10%;
height: 90%;
text-align: left;
float: right;
}

.ColC{
height: 90%;
border: #00ff00 /*solid*/;
}


/*Pied*/
.Pied {
width: 99%;
height: 9%;
border: #00ff00;
}
.Pied2 {
width: 97%;
height: 2%;
border: #00ff00;
overflow: visible;}
.Pie1 {
font-family: 'courier new';
font-size: 25%;
}
.Intro {
height: 15%;
}

.Zoom{
}

.Zoom2{
width: 800px;
}
