/*Toute la page*/
body{
    color:white;
    font-family:"Comic sans MS", Ouhod;
    background:url(../img/body_fond.jpg);
    cursor:url("curseur.ani"), auto;
}

#main{
    margin: 0 auto;
    width:1000px;
    margin-bottom:30px;
    overflow:auto;
    background:url(../img/fond.jpg);
}


/*Les 3 cellules centrales*/
#menu_left{
    float:left;
    width:160px;
    height:inherit;
    padding:10px;
    overflow:auto;
}

#centrale{
    font-size:12px;
    margin: 0 auto;
    width:620px;
    padding:10px;
}

#menu_right{
    float:right;
    text-align:center;
    width:160px;
    height:inherit;
    padding:10px;
    overflow:auto;
}


/*Bloc du bas*/
#bottom{
    color:#8B0000;
    text-align:center;
    font-size:x-small;
    margin: 0 auto;
    width:400px;
    padding:10px;
    border:3pt groove gray;
    background:black;
}

#normes{
    float:right;
}


/*Mise en page des liens*/
a.lien{
    color:#FF8C00;
    text-decoration:none;
}

a.lien:hover{
    color:yellow;
}


/*Mise en page du texte*/
h2{
    text-align:center;
}

p{
    text-indent:20px;
}

.titre{
    color:#8B0000;
    text-align:center;
    text-decoration:underline;
    font-weight:bold;
    font-size:medium;
    background:black;
    border-width:1px;
    border-style:solid;
    border-color:#242424;
}

.paragraphe{
    text-align:justify;
    font-size:12px;
    padding:5px;
    background:#242424;
}

.centrage{
    text-align:center;
}


/*Mise en page des images*/
img{
    border:none;
}

.center{
    display:block;
    margin: 0 auto;
}

