body {
    font: normal 80% "Trebuchet MS", Arial, Tahoma, Helvetica, Sans-Serif;
    padding: 0;
    margin: 0;
    height: 100%;
}

html {
    height: 100%;
}

#global {
    background: url(../images/flux_fond.gif) repeat-y;
    min-height: 100%;
    width: 800px;
    overflow: hidden;
    margin: 0 auto;
    text-align: left;
}

.clear {
    clear: both;
    margin-bottom: 15px;
}


/* EN TETE DE LA PAGE */

#header {
    position: relative;
    height: 90px;
}

#header #logo a,
#header #titre a {
    color: #000;
    text-decoration: none;
}

#header #logo {
    position: absolute;
    top: 12px;
    left: 5%;
}

#header #titre {
    position: absolute;
    top: 17px;
    left: 16%;
}

#header #logo img,
#header #titre img {
    margin-bottom: 4px;
    border: 0;
}

#header #titre p {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: justify;
}

#header #separe {
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 90%;
    border-bottom: 2px solid #FF6600;
}


/* CONTENU DE LA PAGE */

#contenu {
    padding: 10px 20px;
}

#contenu h1, h2 {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    clear: left;
}

#contenu h1,
#contenu h2 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

#contenu h3 {
    font-size: 13px;
    margin: 0;
    padding: 0;
}

#contenu h1 em {
    font-size: 12px;
    font-style: normal;
}

#contenu h1 a,
#contenu h1 a:hover {
    color: #000;
    text-decoration: none;
}

#contenu a {
    color: #FF6600;
    text-decoration: none;
    font-weight: bold;
}

#contenu a:hover {
    text-decoration: underline;
}

#contenu ul {
   list-style: none;
   padding: 0;
   width: 90%;
   margin: 0 auto;
   margin-bottom: 20px;
}


/* CATEGORIES DES CAMPAGNES */

#categorie li {
    float: left;
    width: 32%;
    line-height: 25px;
}


/* DERNIERES CAMPAGNES */

#campagne li {
    float: left;
}

#campagne li p {
    text-align: justify;
    margin: 0 auto;
    width: 684px;
}

#campagne li img {
    border: 1px solid #000;
    margin: 0px 10px 8px 0px;
    float: left;
}

#campagne li em {
    font-weight: bold;
    font-size: 12px;
    font-style: normal;
}


/* CAMPAGNE DE MEME CATEGORIE */

#thumb {
    width: 90%;
    margin: 0 auto;
}

#thumb ul {
    list-style: none;
}

#thumb li {
    float: left;
}

#thumb img {
    margin: 0;
    border: 1px solid #000;
    margin-right: 4px;
    margin-left: 4px;
}


/* DETAIL DUNE CAMPAGNE */

#detail {
    width: 90%;
    margin: 0 auto;
}

#detail img {
    border: 1px solid #000;
    margin-right: 10px;
    float: left;
}


/* PIED DE PAGE */

#footer {
    text-align: center;
    height: 50px;
}

#footer a {
    color: #000;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}