
html, body {
    height: 100%;
    margin: 0px;
}

html {
    background: url(images/fond01.png) repeat-x;
}

body {
    font-family: verdana, arial, sans-serif;
    font-size:0.9em;
}

div#global {
    min-height:100%;
    position:relative;
    margin:0px 10px;
}

/* ==== header ------------------------------------------------------- */
div#header {
    height:100px;
    background: url(images/bandeau01.png) no-repeat;
}

div.navigation {
    position:absolute;
    top:40px;
    left:400px;
}

/* === contenu ------------------------------------------------------- */
div#contenu {
    overflow:auto;
    padding-bottom:30px;
    width:1050px;
}

div#menu {
    float:left;
    width:190px;
}

    /* === menu ------------------------------------------------------ */
    p.categorie {
      padding: 5px;
      text-align:center;
      background: url(images/html.png);
      font-weight:bold;
      border: 1px solid #AAA;
    }

    div#menu a {
      text-decoration:none;
      display:block;
      font-size:x-small;
      background: #EEE;
      border:1px solid #DDD;
      -moz-border-radius:5px;
      -webkit-border-radius:5px;
      border-radius:5px;
      padding: 2px;
      color: #666;
    }

    div#menu a:hover {
      background:#FFF;
      color:#BE8F00;
    }

    div#menu a.niv0 {
      font-weight:bolder;
      padding-left:3px;
      color:#111;
    }

    div#menu a.niv1 {
      padding-left:10px;
    }

    div#menu a.niv2 {
      padding-left:17px;
      font-style:italic;
    }

div#base {
    float:right;
    width:850px;
}

    /* === base ------------------------------------------------------ */
    p.sequence {
      border:1px solid #AAA;
      padding:5px;
      color: #BE8F00;
    }
    p.sequence a{
      text-decoration:none;
      font-weight:bold;
      color: #BE8F00;
    }

div#pied {
    position:absolute;
    left:0px;
    bottom:0px;
    font-size:x-small;
    width:1050px;
    padding:3px;
    color: #999;
}

img.imagette {
    padding:15px;
    width: 175px;
    height:175px;
    margin-right:1px;
    border:1px solid #CC8;
}



/* === bmp* ---------------------------------------------------------- */
div#bmpInfos {
    background: #EEE;
    border-left:8px solid #BE8F00;
    padding:5px 8px;
    font-size : 0.9em;
    margin-bottom:15px;
}

div#bmpInfos a {
    text-decoration:none;
    font-weight: bold;
    color: #2A4;
}

div#bmpInfos b {
    color: #777;
}

div#bmpSource {
    border-left: 3px solid #BE8F00;
    padding-left:10px;
}

div#bmpBoutons {
    margin-top:15px;
    padding:10px 2px 4px 10px;
    background: #EEE;
    border:1px solid #AAA;
}

div.bgrmodif {
    font-size:x-small;
}

div.bgrmodif a {
    text-decoration:none;
    font-weight:bold;
    color: #777;
}


p.bmppar {
    text-align:justify;
    margin:0px;
    padding:2px 0px;
}

span.bmpsc {
    font-variant: small-caps;
}

