body {
    font-family:        veranda, arial, sans-serif;
    font-size:          14px;
    margin:             5px;
}

#header1 {
    background-color:   orange;
    width:              980px;
    height:             50px;
}

#titre {
    font-size:          24px;
    color:              green;
    font-weight:        bold;
    margin-left:        60px;
    margin-top:         6px;
    padding:            8px;
}

#logo {
    float:              left;
    margin-left:        5px;
    margin-right:       20px;
}

#header2 {
    background-color:   green;
    width:              980px;
    height:             30px;
}

.rubriques {
    list-style:         none;
    font-size:          14px;
    color:              green;
    font-weight:        bold;
    margin:             0;
    margin-right:       5px;
}

.rubriques li {
    float:              right;
    margin:             2px 2px 0 2px;
    border:             1px solid black;
    background-color:   #ff9900;
    -moz-border-radius-topright:     10px;
    -moz-border-radius-topleft:      10px;
}

.rubriques .actif {
    border-bottom:      1px solid white;
    background-color:   white;
    padding:            5px;
}

.rubriques a {
    display:            block;
    color:              white;
    text-decoration:    none;
    padding:            4px;
}

.rubriques a:hover {
    background-color:   #FAFADA;
    color:              green;
    -moz-border-radius-topright:     10px;
    -moz-border-radius-topleft:      10px;
}

.menu {
    float:              left;
    background-color:   green;
    width:              180px;
    height:             510px;
}

.items {
    margin-top:         60px;
    margin-left:        27px;
    padding:            0;
    width:              120px;
    height:             340px;
    border:             3px solid orange;
    background-color:   #FAFADA;
}

.items ul,
.items li {
    list-style-type:    none;
    line-height:        20px;
    width:              100px;
    margin-top:         10px;
    margin-left:        5px;
    text-align:         center;
    font-size:          14px;
    font-weight:        bold;
}

.items a {
    color:              red;
    text-decoration:    none;
    padding:            4px;
}

.menu p {
    margin-left:        46px;
}

.contenu {
    margin-left:        190px;
    width:              790px;
    text-align:         justify;
}

.contenu h1 {
    color:              orange;
    text-align:         center;
}

.contenu h2 {
    color:              green;
    text-align:         left;
}

.contenu p {
    padding-left:       20px;
}


