body
{
   width: 100%;
   height: 100%;
   text-align: center;
   font-weight: bold;
   margin: auto; /* Pour centrer notre page */
   background-color: rgb(203, 213, 229);
   background-image: url("images/fond4.jpg");
   background-repeat: no-repeat;
   background-position: center;
   background-attachment: fixed;
   margin-top: 5px; /* Pour éviter de coller avec le haut de la fenętre du navigateur. Essayez d'enlever pour voir ! */
}

#corps
{	
   font-size: 1.1em;
   font-family: "Comic Sans MS", Verdana, serif;
   width: 100%;
   text-align: center;
   font-weight: bold;
   margin: auto;
   margin-top: 20px;
}

#reportage
{	
}


a iframe
{
	text-align: center;
}

h1
{
	text-align: center;
	font-family: "Comic Sans MS", Verdana, serif;
	font-weight: bold;
	font-size: 1.2em;
}

h3
{
	text-align: center;
	font-family: "Comic Sans MS", Verdana, serif;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: underline;
	
}

h4
{
	text-align: center;
	font-family: Verdana, serif;
	font-weight: bold;
	font-size: 1.1em;
	padding: 10px;
}


p
{
	text-align: center;
	font-family: "Comic Sans MS", Verdana, serif;
	font-weight: bold;
	padding: 10px;
	border-bottom: 2px solid black;
	border-top: 2px solid black;
}
.copy
{
text-align: center;
}

a img
 {
  border: 4px solid black;
 }

a img:hover
 {
  border: 4px solid blue;
 }

a
{
 color: blue;
 }
 
 
a:hover
{
	color: red;
	}
	
a:active
{
	background-color: white;
	}
