body{
display: inline;
text-align: center;
padding: 0px;
margin: 0px;
font-family: "Times New Roman";
}

/* En-tête */

header{
background-color: #3d99f7;
margin: 0;
padding: 0;
}

header p {
margin: 0px;
padding:0;
}

header img{
display:block;
padding-left: 20px;
padding-bottom:0;
margin:0;
border:0;
}


/*corps du site*/

section{
padding-bottom:20px;
margin-top:30px;
height:1040px;
width:1100px;
margin-left:auto;
margin-right:auto;
}

section div#bloc{
width: 800px;
margin-left:auto;
margin-right:auto;
clear:both;
display:block;
}

div#boite{
height:350px;
float:left;
width:320px;
border: 3px solid #9eabc1;
padding-left:20px;
padding-right:20px;
border-radius: 20px;
margin-right: 30px;

}

div#table {
display:inline-block;
clear:both;
margin-top:30px;

}

div#texte {
display:inline-block;
clear:both;
margin-top: 20px;
}

div#table table{
font-size: 16px;
font-weight: normal;
font-family: "Times New Roman";

}

div#table table th{

font-weight: normal;
font-family: "Times New Roman";

}


section div#boite p{
font-size:20px;
color: black;
text-align:center;
}
input{
color: #4c4242;
font-size:1.1em;
line-height:1.1em;
text-align:justify;
}

/* Pied de page */

footer{
background-color:#3d99f7;
border-top: 2px solid #fecc03;
}

footer p{
padding-top:10px;
font-family:arial;
font-size:1em;
margin:0;
height:40px;
text-align:center;
bottom:0px;
}
footer a{
text-decoration:none;
color: white;

}