body
{
    background-color: rgb(204,255,255);
}

.page
{
    width: 760px;/*Largeur*/
    margin: auto;/*Pour centrer notre page*/
    margin-top: 20px;/*Pour éviter de coller avec le haut de notre navigateur.*/
    margin-bottom: 20px;
    background-color: white;/* rgb(204,255,255);*/
    color: white;
}

.top
{
    line-height: 30px;/*Hauteur du bloc*/
    background-color: rgb(200,200,215);
    text-align: center;
    color: white;/*rgb(180,180,220);*/
    border: 2px solid black;
    height: 120px;
}

.menu
{
    text-align: left;
    float: left;
    width: 120px;
}

.BigTitle
{
    margin-left: 140px;
    margin-top: 40px;
	
}

.Image
{
    text-align: right;
    float: right;
}

.corps
{
    /*width: 400px;*/
    padding: 10px; /*marge entre le bord du cadre et l'écriture*/
    background-color: white;
    color: black;
    margin: auto;
    border: 2px solid black;
}

.contact
{
    /*width: 400px;*/
    padding: 10px; /*marge entre le bord du cadre et l'écriture*/
    background-color: white;
    color: black;
    margin: auto;
}

.liens
{
    color: black;
    text-align: center;
}
