/* Feuille de style par Denis Devedjian (ddevedjian @ tema.rms.fr)
   Meme licence que les feuilles de style du CSSZenGarden :
   Libre à vous de vous en inspirer, mais SVP ne copiez pas/n'utilisez pas les images JPEG.*/

html{
font-size: 100%; /* IE hack */
}

html>body {
font-size: 14px; /* IE can’t read this */
}

body{
border:0;
margin:0;
margin-top:2%;
padding:0;
background:url('./fond.gif');
font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}

#body2{
    border:1px dashed #b3b3b3;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    height: 550px;
    text-align: left;
    background:url('./main800.jpg') no-repeat;
    font-size:0.8em;
}

#menu{
    margin:0;
    padding-top:2%;
    text-align:center;
    height:5%;
    background:url('./main800_jaune.jpg') no-repeat;
}

#menu li{
    display: inline;
    list-style-type: none;
    padding-right:20px;
}

#banniere{
    text-align:center;
}

#contenu{
    position:relative;
    margin-top:5%;
    margin-right:auto;
    margin-left:auto;
    padding:5px;
    width:80%;
    text-align:justify;
    /* background: url('./blanc30.png'); */
    /* _background: #fde9b5; */
    height: 400px;
    overflow:auto;
}

#contenu h1{
    position:absolute;
    font-size:2.1em;
    left: 140px;
    text-align:left;
    font-style: italic;
    letter-spacing: 2px;
    color: #b3b3b3;
}