p /*texte principal*/
{
padding-top:3em;
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 300;
font-size: 22px;
line-height: 26px;
text-align: center;
color: #34353F;

}
a/*liens*/
{
       text-decoration:none;
	   font-weight: 700;
	   color: #34353F;

}
a:hover /*liens*/
{
    color: #0A66C2;
}

body/*Fond*/
{
    background-color: #F3ECD9
}