/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 7 sept. 2017, 09:28:29
    Author     : desruea
*/

html{
    background-color:#FBFBFB;
    font-size: 150%;
    font-family: Arial,Times New Roman,sans-sherif;
}
header,h3{
    background-color: #76BAFE;
    border-radius: 30px;
    text-align:center;
}
.imgcode{
    width:30%;
    margin-bottom: 40px;
    margin-top:50px;
}
p{
    text-indent:45px;
}
.imgmaud{
    width:90%;
    margin-left:5%;
}
figcaption{
    text-align:center;
}
menu{
    background-color:#76BAFE;
    padding-right:25px;
    float:left;
    padding-bottom: 50px;
    border-radius: 30px;
    margin-right: 80px;
}