/* il y a une div pour l'img de fond car le fond de la page change de couleur */
#img_fond
{
overflow: auto;
position:absolute; top: 3px; left: 70px;
background-image: url(../img/fond.png);
background-repeat: no-repeat;
height: 645px;
width: 920px;
padding: 0px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
border: 0px solid red;
font-family: courier new, Arial;
font-size: 14px;
font-style: normal;
}

#menu
{
overflow: auto;
position:absolute; top: 285px; left: 240px;
height: 150px;
width: 200px;
padding: 0px;
border: 0px solid red;
font-family: times, Times New Roman;
font-size: 18px;
color: black;
font-style: normal;
line-height: 20px; /* interligne */
}

#corps
{
overflow: auto;
position:absolute; top: 190px; left: 460px;
height: 430px;
width: 480px;
padding: 0px;
border: 0px solid #c0d7ed;
font-family: Times New Roman, Arial;
font-size: 20px;
color: black;
font-style: normal;
line-height: 20px;
}

#corps_2
{
overflow: auto;
position:absolute; top: 190px; left: 460px;
height: 430px;
width: 480px;
padding: 0px;
border: 0px solid #c0d7ed;
}

#pied_de_page
{
overflow: auto;
position:absolute; top: 660px; left: 330px;
height: 60px;
width: 550px;
padding: 0px;
border: 0px solid #c0d7ed;
font-family: Times New Roman, Arial;
font-size: 20px;
color: white;
font-style: normal;
}
