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);
}


h1{
    border-bottom: rgb(71, 71, 81) 1px solid;
    width:790px;
}

.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;
}

.diese{
    color:#882323;
}


p{
    /*background-image:url('img-p1.gif');
    background-repeat:no-repeat;
    background-position:0px 2px;*/
    line-height: 1.5em;
    min-height:1.5em;
    text-indent:20px;
    /*letter-spacing:1px;*/
    margin-bottom:10px;
}

p > a,a:visited{
    text-decoration: none;
    color:#882323;
}

p > a:hover,a:active{
    color:#882323;
    text-decoration: none;
}

#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;
}

table, td{
    font-size:12px;
}

.entete-tableau{
    text-decoration: underline;
    margin-bottom:10px;
    padding-bottom:2px;
     
    
}


.champ, .champ:active, .champ:hover, .champ:focus{
    padding:5px;
    padding-left:20px;
    background-image:url('img-p.gif');
    background-repeat:no-repeat;
    background-position: 5px 3px;
    border:1px solid rgb(45,45,45);
    background-color:#222;
    color:#555;
}

.neutre, .neutre:active, .neutre:hover, .neutre:focus{
    text-align:right;
    border:1px solid rgb(45,45,45);
    background-color:#222;
    color:#555;
}



.informations{
    /*background-color:#FFC;*/
    color:#882323;
    font-style:italic;
    margin:20px 0px;
    padding-left:10px;
}

.itemTableauDeBord{
    background-image:url('img-p.gif');
    background-repeat:no-repeat;
    background-position:0px 2px;
    line-height: 1.5em;
    min-height:1.5em;
    text-indent:20px;
    margin-bottom:10px;
}

.attention{
    color:#882323;
    font-style:italic;
    background-image:url('attention.png');
    background-repeat:no-repeat;
    background-position:0px 2px;
    line-height: 1.5em;
    min-height:1.5em;
    text-indent:20px;
    letter-spacing:1px;
    margin-left:20px;
}

.ligneImpaire{
    color:#555;
    background-color:#FFC;
}

.lignePaire{
    color:#222;
    background-color:#69C;
}

textarea{resize: none}

.tabContact tr,td{
    padding-bottom: 1px;
    padding-top: 1px;
}

.etoile{
    color:#882323;
}

.ok{
    background-color: #FFC;
    border: 1px solid rgb(102,102,102);
}

.pasOk{
    background-color: #FCC;
    border: 1px solid crimson;
}