body
{
   width: 100%;
  height: 600px; 
  text-align: center;
   margin: 0; 
padding: 0; 
border: none; 
font-size: 1em; 
font-family: sans-serif;
font-weight: normal; 
font-style: normal; 
text-decoration: none;
   margin: 1em;
   background-color: orange;
   color: #626b49;
  }
  
  .header
{
text-align: center;
}
.texte
{
width: 60%;
}
.texte_alt
{
width: 75%;
}
.imageblock
{
border: 1px solid white;
}
.imageborder
{
border: 1px solid black;
}
.color
{
color: #626b49;
}

.color_alt
{
color: #e10629;
font-size: 25px;
}
a
{
text-decoration: none;
color:#fffeeb;
}
a:hover
{
color:#241613;
}
.menu
{
    width: 15%;
	float:right;
text-align: left;
margin-right:2em;
margin-top:7em;
}

ul 
{
   padding: 0px; 
   padding-left: 20px; 
   margin: 0px; 
   margin-bottom: 5px; 
}
li 
{
   margin-bottom: 10px; 
}
#corps
{
   width: 80%; 
   float: left;
}

.conteneur
{
   float: left;
  }
.section
{
   position: absolute;
   left:1em;
      width: 95%;
   }
.sous-section1
{
   position: absolute;
   left:0em;
   top:0em;
      width: 95%;
  }
.sous-section2
{
   position: absolute;
   left:0em;
   top:15em;
      width: 95%;
  }
h1
{
font-size: 25px;
text-decoration:underline;
font-variant:small-caps;
font-weight:bold;
color: #fffeeb;
text-align:left;
}
h2
{
font-size: 25px;
text-decoration:underline;
font-variant:small-caps;
font-weight:bold;
color: #fffeeb;
text-align:center;
padding-bottom: 25px;
margin-bottom: 25px;
}
h3
{
font-size: 15px;
text-align:justify;
}
h4
{
font-size: 20px;
padding: 0px;
margin: 0px;
text-align: left;
text-decoration:underline;
}
h5
{
  margin-left:4px;
   font-size: 15px;
   margin-bottom:4px;
  text-align:left;
  font-variant:small-caps;
}
strong
{
font-size: 17px;
}
.imageflottante
{
float:left;
margin-top: 5px;
margin-right:15px;
}

.flottante_icone
{
  color: #fffeeb;
  margin: 0px;
  margin-left:4px;
  margin-right:4px;
  float: left;
  font-size: 15px;
  text-align:center;
  font-variant:small-caps;
}

.spacer 
{
  clear: both;
  }

