body
{
background-color: #42647F;
color: black;
font-family: "Arial Unicode MS", Arial, "Arial Black", "Times New Roman", Times, serif;
}

/* Design pour toutes les pages ==> menu */

#menu
{
width: 175px;
height: 277px;
font-size: 15px;
}
#element_menu ul
{
   padding-left: 30px;
}
#element_menu a
{
   color: #42647F;
}
#element_menu a:hover
{
   color: black;
}

/* Design de la page intro.html */

#intro_titre
{
color: #42647F;
margin-left: 10px;
}
#intro_image
{
width: 215px;
height: 300px;
margin-bottom: 10px;
margin-left: 50px;
float: right;
}
#intro_texte
{
margin-right: 150px;
margin-left: 10px;
}
#intro_problematique
{
text-align: center;
}

/* Design de la page I, II, III, IV */

#I_scrollbar
{
overflow: auto;
width: 676px;
height: 670px;
padding: 5px;
}
#I_chapitre
{
color: #42647F
}
#I_titre
{
color: blue;
}
#I_sous_titre
{
color: #009ACD;
}
#I_image
{
text-align: center;
}
#IV_image
{
float: right;
width: 231px;
height: 234px;
margin-left: 10px;
margin-right: 10px;
margin-top: 5px;
}
#IV_image2
{
float: right;
width: 407px;
height: 364px;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
}
#IV_titre
{
color: blue;
text-align: center;
}
#pub
{
width: 686px;
height: 670px;
text-align: center;
}
#biblio a
{
color: #42647F;
}
