*
{
	font-family: Courier New, Georgia, Veranda, serif;
}


#topsection
   {
       width:80%;
       height:200px;
       margin-left:auto; 
       margin-right:auto;
       padding-top : 10px;
       padding-bottom : 10px;
       padding-left : 10px;
       padding-right : 10px;
       text-align: center;
       background-color: var(--couleurpale);
       min-width: 820px;
       
   } 

/*boite flottante a gauche*/
#photo
    {       
        clear: both;
        display: block;
    }


nav
    {
        min-width:820px;
        text-align:center;
        width: 80%;
        margin: 0px auto 0px auto;
        background-color: var(--couleurfonce);
        position: sticky;
        padding-top: 10px;
        padding-left : 10px;
        padding-right : 10px;
        padding-bottom: 10px;
        top: -1px;
    }





p 
{
	font-size: 16px;
	font-style: ;
	font-weight: ;
	width: 750px;
	margin: auto;
	text-align: justify;
}

h1
{ 
	font-size: 45px;
	font-style: normal ;
	font-weight: normal;
	color:  rgb(65, 61, 57);
	text-decoration: none;
	text-align: center;
	width: 750px;
	margin: auto;
}

h2
{
	font-size: 25px;
	font-style: italic;
	font-weight: normal;
	color:  rgb(65, 61, 57);
	text-decoration: underline;
	width: 750px;
	margin: auto;
}

h3
{ 
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color:  rgb(0,0,0);
	text-decoration: initial ;
}

strong
{
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color:  rgb(91, 82, 74);
	text-decoration: underline;
}

em
{ 
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color:  black;
	text-decoration: initial  ;
}

a
{ 
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color:  rgb(81, 67, 55);
	text-decoration: initial ;
}
a:hover
{
	color: rgb(166, 111, 57) ;
}

.imageflottante
{
	float: left;
}

ul 
{
	font-size: 16px;
	font-style: ;
	font-weight: ;
	margin: auto;
	width: 650px;
}

#topsection

