p
{
    color: blue;
}
h1
{
    color: black;
    text-align:justify;
}

header
{
color:black;
display:inline-block;
font-size:40px;
background-color:#fd890d;
margin-left:10%;
margin-right:20%;
border-radius: 10px;
width:90%;
top:2px;
padding-top:10px;

}
.balise
{
float:center;
text-align:left;
margin-left:0%;
padding-left:200px;
}
.baliseR
{

float:right;
text-align:right;
padding-right:3%;
font-size:30px;
}
.baliseL
{
text-align:right;
float:left;
margin-left:1%;
}
nav
{
display: inline-block;
background-color:yellow;
border-radius: 10px;
width:37%;
border: 1px solid navy;

}

body
{
    background-image: url("pommier_fond.jpg");
    background-attachment: fixed; /* Le fond restera fixe */
}
