body /* On travaille sur la balise body, donc sur TOUTE la page */
{
   background-color: rgb(113,47,98);
   background-image: "images/flyer.jpg";
}
p
{
color: black;/*l'écrit des  paragraphes en noir*/
font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
/* La police Comic Sans MS est agréable à lire pour les paragraphes je trouve */
text-align: center; /* La citation sera aligné à gauche */
font-size: 200%;
}
h1
{
color: rgb(131,143,199);/*le titre en rgb*/
font-family: "Arial Black", Arial, Verdana, serif; /* On essaie d'avoir Arial Black en priorité */
text-align: center; /* Pour centrer le titre */
   font-style: italic; /* Le titre est en italique ! */
   text-indent: 30px; /* On décale un peu les sous-titres */
   font-weight: bold;/* On écrit en gras ou en normal */
text-decoration: underline; /* Le titre sera souligné */
font-size: 225%;
}
h2
{
color: green;/*les titres h2 en bleu*/
font-family: "Arial Black", Arial, Verdana, serif; /* On essaie d'avoir Arial Black en priorité */
text-align: center; /* Pour centrer le titre */
   font-style: italic; /* Les titres h2 seront en italique ! */
   text-indent: 30px; /* On décale un peu les sous-titres */
font-size: 200%;
}

em
{
color: green;
   text-align: justify; /* La citation sera justifiée */
font-size: 150%;
}

strong 
{
   color: black;
   text-decoration: none;
   font-weight: bold;/* On écrit en gras ou en normal */
}

a
{
   text-decoration: none; /* Les liens ne seront plus soulignés */
   color: white; /* Les liens seront en rouge au lieu de bleu */
   font-style: italic; /* Les liens seront en italique (pourquoi pas ?) */
}
a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: underline blink; /* Le lien deviendra souligné quand on pointera dessus */
   color: black; /* Le lien sera écrit ennoir quand on pointera dessus */
 }
a:active, a:focus /* change la couleur du fond aprés le clic*/
{
   background-color: #FFCC66;
}
a:visited /* Quand le visiteur a déjà vu la page concernée */
{
   text-decoration: none; /* Les liens ne seront plus soulignés */  
    color: white;
}
blockquote
{
   text-align: left; /* La citation sera justifiée */
}

div2  /*le titre */
{
   background-color: rgb(113,47,98);
   position: absolute;
   left: 250px;
   top: 10px;
}
div3  /*le logo */
{
   background-color: rgb(113,47,98);
   position: absolute;
   left: 875px;
   top: 10px;
}
ul
{
   text-align:center;
   font-size: 200%;
}
.grosblanc
	{
	color: white;
	font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
	font-size: 100%;
	}
.yellow
	{
	color: yellow;
	font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
	font-size: 100%;
	}
.invisible
	{
	color: rgb(113,47,98);
	font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
	font-size: 5%;
	}
	
	
	
.centre
	{
	float:center;
	}
div4
	{
   background-color: yellow;
   border: 1px solid green;
   position: absolute;
   left: 35px;
   top: 50px;
   }

#page {
left:50%;
margin-left:-400px;
padding:0pt;
position:relative;
width:800px;
}


	