body {
    color:#555;
    margin:15px auto;
    background-image:url('bg.png');
    font-family:Tahoma,"Times new Roman","Sans Serif";
    font-size:12px;
    cursor:default;
}

#titrePage{
    margin:0px auto;
    padding-top:15px;
    width:950px;
    height:80px;
    background-image: url('entete.png');
    background-position: top left;
    background-repeat: no-repeat;
    text-align:right;
    padding-right:30px;
}


#corps{
    overflow:auto;
    /*background-image:url('blog.png');*/
    background-position:top right;
    background-repeat: no-repeat;
    background-color:#FFF;
    margin:0px auto;
    padding-top:15px;
    padding-left:30px;
    padding-right:30px;
    width:750px;
    border: 1px solid rgb(102,102,102);
}

.entete-rub{
    font-size:14px;
    border-left:5px #882323 solid;
    padding-left:15px;
    padding-bottom:5px;
    margin-bottom:20px;
    color:#555;
    letter-spacing:0.4em;
}
.sousRub{
    background-image:url('p.gif');
    background-repeat:no-repeat;
    background-position:0px 3px;
    line-height: 1.5em;
    min-height:1.5em;
    margin-left:20px;
    color:#882323;
    font-size:14px;
    padding-left: 20px;
}

.entete-rub-lettrine{
    font-size:18px;
}


#footer{
    font-size:12px;
    /*border-top:1px #882323 solid;*/
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    width:750px;
    padding-top:10px;
    color:#555;
    letter-spacing:2px;
    text-align:center;
}
