body{
    font-family: Calibri,Arial,Times,"Times New Roman",serif;
    font-size:14px;
    color:rgb(77,77,80);
    margin : 0px 0px 0px 0px;
    text-align:center;
}

a
{
	text-decoration: none;
	color : rgb(77,77,80);
}

a:hover
{
    color: rgb(169,169,160);
}

#erreur_calcul_mp {
    font-weight:bold;
    background-color:rgb(77,77,80);
    color: white;
    text-transform:uppercase;
    padding:10px;
    text-align:center;
} 
.header {
    margin: 0px;
    padding:0px;
}

.header p{
    text-align: left;
    margin: 3px 0px 3px 0px;
    padding:0px;
    display:inline-block;
    min-width: 900px;
    font-weight:bold;
}

.header h2{
    text-align: center;
    background-color: rgb(232, 89, 80);
    color: white;
    margin: 0px;
    padding:15px 0px 15px 0px;
}

#loading {
    display: none;
    border-top: 1px solid rgb(232, 89, 80);
    border-bottom: 1px solid rgb(232, 89, 80);
    margin: 20px 0px 20px 0px;
    padding-bottom:20px;
}        
#loading p{
    text-align: center;
    color: rgb(232, 89, 80);
    padding: 20px 0px 20px 0px;
    height=100%;
    font-weight:bold;
    font-size:22px;
}

.loading_anim {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.loading_anim:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid rgb(232, 89, 80);
  border-color: rgb(232, 89, 80) transparent rgb(232, 89, 80) transparent;
  animation: loading_anim 1.2s linear infinite;
}
@keyframes loading_anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#content {
    display:inline-block;
    text-align:left;
    min-width: 900px;
    padding:0px 10px 0px 10px;
}

h2{
    text-transform:uppercase;
    font-weight:normal;
    font-size:22px;
}

h3{
    border-top:1px solid rgb(232, 89, 80);
    border-bottom:1px solid rgb(232, 89, 80);
    text-transform:uppercase;
    font-weight:bold;
    font-size:16px;
}        

h4{
    border-top:1px solid rgb(232, 89, 80);
    text-transform:uppercase;
    font-weight:bold;
    font-size:14px;
}    

footer p{
    margin-top:100px;
    color:rgb(77,77,80);
}