* {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
}

body {
text-align:center;
padding:0px;
background-color:#EEFFFB;
color:#479CA2;
font-family:"Arial", "Verdana", "Times New Roman";
font-size:14px;
}

hr {
border-color:#479CA2;
border-style:solid;
border-width:1px;
clear:both;
}

ul {  
margin-left:20px;
color:#479CA2;
}

li {
margin-bottom:10px;
}

small {
font-size:10px;
}

h1 {
font-size:35px;
}


h2 {
font-size:30px;
text-align:center;
}

h3 {
font-size:20px;
}

.picto{
float:right;
margin-left:20px;
margin-bottom:20px;
}
.box {
width:500px;
text-align:justify;
margin:auto;
}

a:link    {text-decoration: underline; cursor:pointer; color : #479CA2; }
a:visited {text-decoration: underline; cursor:pointer; color : #479CA2;}
a:active  {text-decoration: underline; cursor:pointer; color : #479CA2;}
a:hover   {text-decoration: underline; cursor:pointer; color : #000000;}