/* CSS structure */

#global {
width: 100%;
height:100%;
vertical-align:middle;
text-align:center;
align:center;
}

#conteneur {
width: 910px;
height: 600px;
/*border: #FF0000 1px solid;*/

margin:0;
text-align:center;
align:center;
}
#header {
/*border: #0000FF 1px solid;*/
height: 100px;
}
#centre {
margin: 0;
margin-left:20px;
/*border: #FF0000 1px solid;*/
}

#milieu { 
background-repeat:no-repeat; 
background-position:center; 
height:388px;
text-align:center;
horizontal-align:center;
}

#pied {
/*border: #00FF00 1px solid;*/
height: 30px;
margin-left:20px;
}
