/*MISE EN PAGE GENERALE*/

body {
font-family:Trebuchet MS,sans-serif;
font-size: 100%;
background-color: white; }

a { text-decoration: none;
color: #000000;
}

header {
font-size: 150%;
margin: 0em;
position: absolute;
margin-top: 10px;
width: 900px;        /* selon la largeur voulue */
margin-left: -450px; /* moitie de width */
left: 50%;           /* constant, toujours 50% */
border: 1px solid white;
color: #000000;
text-align: center;
}

#contact {
font-size: 70%;
}

#section_image {
margin: 2px;
position: absolute;
margin-top:110px;
left: 0px;
border: 1px solid white;
color: #FEFEFE;
text-align: center;
overflow: auto;
width:100%;
white-space: nowrap;
}

#article { /* NON UTILISE POUR LE MOMENT */
width: 250px;
height: 100%;
display:inline-block; /* rentre dans la ligne comme une image */
color: #000000;
Vertical-Align: Top;
text-align: left;
}