body {
margin: 0;/* sans marges, la page sera collée aux bords */
background-color: #ffffff;
font-family: garamond, sans-serif; /* on définit la police de base dans la page */
font-size: 10px /* on définit la taille de police de base dans la page */
}

.head1 {
background-color: #ffffff;
width: 1000px;
height: 110px;
text-align: center;
}

.head2 {
background-color: #ffffff;
width: 1000px;
height: 36px;
object {width:400px; height:200px};

} 


.gauche {
position: absolute;
background-color: #ffffff;
right:10; /* on place le bloc à droite  en position absolue */
font-family: garamond, sans-serif;
font-size: 100%;
width: 100%;
height: 100%;
}

.centre {
background-color: #ffffff;
margin-left: 5px; /* on place le bloc centre par rapport à la largeur du bloc gauche */
margin-right: 10px;
width:100%;
font-family: garamond, sans-serif;
font-size: 100%;
}

.menu { /* on définit un conteneur pour le menu */
margin-top: 0px;
width: 100%;
height:100%;
font-family: garamond;
font-size: 100%x;
text-align: center;
}

h1 {
font-family: garamond;
font-size: 200%;
text-align: center;

}


h2	{
font-family: garamond;
font-size: 150%;
text-align: left;
}

h3  {
font-family: garamond;
font-size: 130%;
text-align: center;
}

b  {
font-family: garamond; 
font-size: 110%; 
text-align: center;
}

