body {
background-color:#EEEEEE;
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
margin-right:16px;
}

header {
/* 
background-color:#0071BC;
 */
height:96px;
}

header h1 {
font-size:48px;
font-style:italic;
text-align:left;
margin-left:8px;
padding-top:16px;
padding-left:16px;
padding-bottom:16px;
color:#ffff;

border-right-style:solid;
border-left-style:solid;
border-top-style:solid;
border-bottom-style:solid;
border-width:1px;
border-radius:8px;
border-color:#FFFFFF;
background-color:#00357E
}

img {
	border-radius:4px;
}

section {
background-color:#EEEEEE;
}

section h1 {
font-size:24px;
text-align:left;
margin-left:14px;
color:#444444;
}

section h2, h3 {
font-size:18px;
text-align:left;
margin-left:24px;;
color:#444444;
}

section p {
font-size:12px;
text-align:left;
margin-left:12px;
color:#555555;
border-right-style:solid;
border-left-style:solid;
border-top-style:solid;
border-bottom-style:solid;
border-width:1px;
border-radius:4px;
border-color:#FFFFFF;
background-color:#DDDDDD;
padding-left:12px;
padding-top:8px;
padding-bottom:8px;
padding-right:12px;
}

#secondSection h1 {
color:#444444;
}

#thirdSection h1 {
color:#444444;
}

#thirdSectionBis {
margin-left:18px;
}

#fourthSection h1 {
color:#444444;
}

#fourthSection p {
text-align:center;
padding-top:12px;
}

footer {
background-color:#EEEEEE;
}

footer h1 {
font-size:16px;
text-align:center;
/* 
margin-left:4px;
 */
color:#444444;
}

footer p {
font-size:12px;
text-align:center;
margin-left:24px;
margin-right:24px;
color:#888888;
}

footer a:link {
font-size:12px;
text-decoration:none;
text-align: center;
display:block;
color:#888888;
}

