body
{
	background-color:white;
	
	}

h1
{
font-family: helvetica, verdana, sans-serif;
color:white;
font-size:200%;
font-weight:normal;
text-align: center;
}

.titre
{
margin: 20px;
vertical-align:top;

}

section
{
background-color:white;
text-align: center;
}

p
{
font-family: helvetica, verdana, sans-serif;
color:black;
font-size:100%;
display: inline-block; 
}

h2
{
display: inline-block;
font-family: helvetica, verdana, sans-serif;
right-margin :
font-weight:normal;
font-size:120%;
width: 70%;
}

h3
{
display:inline-block;
font-family: helvetica, verdana, sans-serif;
text-align:center;
font-weight:normal;
font-size:200%;
width:100%;
}

header
{
vertical-align:center;
height:300px;
background-color:#ee1c25;
}

.center
{
margin: auto; 
}