/*## CSS
- Largeur du site : 600px
- Hauteur de ligne : 1.6
- Police de caractère : Helvetica
- Couleur de fond : #eee
- Couleur du texte: #333
- Couleur et épaisseur de trait sous le titre : 3px et #ccc*/


/***********GLOBAL***********/
body {
    width:600px;
    line-height:1.6;
    font-family: Helvetica, sans-serif;
    background-color:#EEEEEE;
    color:#333333;
    text-align:justify;
    margin:auto;
}

h2 {
    background-color:#fff;
    padding:10px;
    border-bottom:3px solid #ccc;
}

a {
    text-decoration:none;
    font-weight:bold;
    color:#5488BA;
}

/***********HEADER***********/

h1 {
    display:inline-block;
    margin-right:10px;
    margin-bottom:0px;
}

.link-center {
    display:inline-block;
    text-align:right;
    color:#EC7386;
}

/***********MAIN***********/