/*éléments principaux de la page*/

body
{
background: url("../images/ciel_nuageux.jpg") no-repeat fixed top;
/**background-color: #ffefd5;**/
font-family: "comic Sans MS", Arial, "Times New Roman", Times, serif;
/*color: #181818;*/
}

#bloc_page
{
width: 1500px;
margin: auto;

}
article
{
display: inline-block;
text-align: justify; 
border: 3px solid red;
vertical-align: top;
border-radius: 10px 10px 10px 10px;
margin-left: 345px;
width: 1120px;
padding: 10px; 5px; 5px; 5px;
min-height: 500px;
background-color: #ffffe0;
}
section
{
 border: 5px blue groove;
 border-radius: 10px 10px 10px 10px;
}

section h1
{
font-family: "comic Sans MS", Arial, "Times New Roman", Times, serif;
font-weight: 24px;
text-transform: uppercase;
color: blue;
text-align: center;
}
h2
{
text-align: center;
color: blue;
font-size: 24px;
}

p
{
   color: blue;
   font-size: 18px;
   text-align: center;
}

img
{
text-align: center;
}

#retour
{
text-align: center;
color: red;
font-size: 18px;
margin-top:100px;
}
