/*
body
{
width: 790px;
/*height: 890px;*/
/*margin: auto; /* Pour centrer notre page */
/*margin-top: 15px; /* Pour �viter de coller avec le haut de la fen�tre du navigateur. Essayez d'enlever pour voir ! */
/*margin-bottom: 15px;    /* Idem pour le bas du navigateur */
/*border: 2px solid blue;
padding: 5px;
background-color:#ffefd5;
}
*/
body
{
background: url("../images/ciel_nuageux.jpg") no-repeat fixed top;
font-family: "comic Sans MS", Arial, "Times New Roman", Times, serif;
/*color: #181818;*/
}

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

}

section
{
 border: 5px blue groove;
 border-radius: 10px 10px 10px 10px;
}




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

article
{
background: url("../images/revedenfant_2024.jpg") no-repeat fixed top;
background-color: #c6c6be;
display: inline-block;
text-align: justify; 
border: 3px solid red;
vertical-align: top;
border-radius: 10px 10px 10px 10px;
margin-left: 345px;
width: 1120px;
min-height: 500px;
padding: 10px; 5px; 5px; 5px;

}

#corps
{

}



h2
{

   color: blue;
   text-align: center;
}  

h3
{
text-decoration: underline;
   color: blue;
   text-align: left;
} 

a
{
text-decoration: underline;
   /**color: #ffcbb3;**/
   color: blue;
   text-align: left;
}  

p, li
{
/*color: #ffcbb3;*/
	color: black;
   font-size: 16px;
   text-align: left;
}

.marque
{
text-align: center;
color: yellow;
}

q, blockquote
{
text-decoration: underline;
text-transform: uppercase;
}
