body {
margin: 10;/* sans marges, la page sera collée aux bords */

font-family: verdana, arial, sans-serif; /* on définit la police de base dans la page */
font-size: 14px; /* on définit la taille de police de base dans la page */

}


.conteneur {
background-color: white;
height: 700px;
width: 1000px;
}
.bloc {
background-image: url('bandeau1.jpg');
height: 150px;
width: 800px;
text-align: center;
margin-top: 0px;
}
.menu {
position: absolute;
left:5; /* on place le bloc gauche à gauche en position absolue */
}
.menu { /* on définit un conteneur pour le menu */
margin-top: 30px;
width: 160px;
background-image: url('bandeau_Lateral.jpg');
font-family: verdana, arial;
font-size: 100%;
text-align: left;
}


.centre {
margin-left: 220px; /* on place le bloc centre par rapport à la largeur du bloc gauche */
width: 190px;
}
.centre { /* on définit un conteneur pour le menu */
margin-top: 30px;
width: 480px;
border: 1px solid #060C6F;
background-image: url('Images/FD2.jpg');
font-family: verdana, arial;
font-size: 100%;
font-weight: bold;
text-align: left;
padding: 20px;
}


.head1 {
font-size: 120%;
text-align: center;
margin-top: 20px;
}

.head2 {
font-size: 180%;
text-align: center;
margin-top: 20px;
}

.head3	{
font-size: 100%;
text-align: center;
margin-top: 30px;
}

.head4	{
font-size: 80%;
text-align: justify;
margin-left: 5;
margin-top: 30px;
}

.head5	{
font-weight: bold;
font-size: 100%;
text-align: center;
}

.head6	{
font-weight: bold;
font-size: 100%;
text-align: center;
}

.head6	{
font-weight: bold;
font-size: 100%;
text-align: center;
}

.head7	{
font-weight: bold;
font-size: 100%;
text-align: center;
}
.ul,li {
list-style-type: none; /* pour ne pas avoir de puces */
margin: 0;
padding:0;
line-height: 30px; /* interligne */
}

.mail {
font-weight: bold;
font-size: 100%;
margin-left: 400px;
}

.aqua {
margin-left: 445px;
}

.head10 {
font-size: 100%;
text-align: center;
margin-top: 20px;
}

.head11	{
font-size: 100%;
text-align: center;
margin-top: 30px;
}
.head20 {
font-size: 140%;
text-decoration: underline ;
text-align: center ;
margin-top: 20px;
}

