body
{
    color:black;    
    font-family: Arial, Verdana, sans-serif;
    text-align: justify;
}

h1
{
    font-size: xx-large;
    color:#198CAA;
    text-align: center;
} 
h2
{
    font-size: x-large;
    Color:black;
    text-align: center;
} 
h3
{
    font-size: x-large;
    Color:white;
    text-align: center;
} 
p
{
    font-size: medium;
}

li
{
    font-size: medium;
}

em
{
    font-size: medium;
    font-weight: bold;
}
#home
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#menu
{
    background:#FFFFFF;
    color: #000000;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    height: 60px;
    padding: 20px;
    margin-bottom: 20px;
}
#contact
{
    background:#2C2B2B;
    color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    height: 500px;
    padding: 20px;
    margin-bottom: 20px;
}
#video
{
    background:#2C2B2B;
    color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    height: 1200px;
    padding: 20px;
    margin-bottom: 20px;
}
#bandeau
{
    background: #939390;
    color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    height: 550px;
    padding: 20px;
    margin-bottom: 20px;
}
#approche
{
    background:black;
    color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    height: 500px;
    padding: 20px;
    margin-bottom: 20px;
}
#com
{
    background:black;
    color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    height: 600px;
    padding: 20px;
    margin-bottom: 20px;
}
.mp4
{
	flex-shrink:2;
}
#News
{
    background:#FFD70F;
    color: black;
    font-size: large;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    height: 80px;
    padding: 20px;
    margin-bottom: 20px;
}
#follow
{
    background:black;
    color: #FFFFFF;
    font-size: large;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    height: 80px;
    padding: 20px;
    margin-bottom: 20px;
}
#pied-page
{
    background:black;
    color: #FFFFFF;
    font-size: small;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    height: 200px;
    padding: 20px;
    margin-bottom: 20px;
}

a /* Liens par défaut (non survolés) */
{
   text-decoration: none;
   color: #198CAA;
}

a:hover /* Apparence au survol des liens */
{
   text-decoration: none;
   color: #69C3B8;
}

#bloc_page
{
     width: 900px;
    margin: auto;
}
#en_tete
{
     width: 900px;
    margin: auto;
}

hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
    }