.a
{
color: black;
}

.nouveautes
{
background-color: #f0e68c;
color: blue;
text-decoration: blink;
font-family: Arial, Verdana, "Comic Sans MS", serif;
}


#corps 
{
margin-left: 140px ;
}

#contremenu
{
float: right; /* Le menu flottera à gauche */
   width: 120px; /* Très important : donner une taille au menu */
   background-color: #ffd700;
}

.image
{
text-align: center;
}

.ligne_centree
{
text-align:center;
}

.lienmenu
{
   color: blue;
   background-repeat: repeat-x;
   margin-bottom: 30px; /* Pour éviter que les éléments du menu ne soient trop collés */
}

#menu
{
   float: left; /* Le menu flottera à gauche */
   width: 120px; /* Très important : donner une taille au menu */
   background-color: #ffd700;
}

#haut_de_page
{
   width: 760px;
   height: 175px;
   background-image: url("banniere.jpg");
   background-repeat: no-repeat;
   margin-bottom: 10px;
   text-align: justify;
}



body
{
   width: 760px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
   background-image: url("images/fond.png"); /* Une petite image de fond pour éviter d'avoir un vieux fond blanc :p */
   background-image: url("fond.jpg");
}

h1
{
    text-decoration: underline ;
	color: #f0e68c;
	text-align: center;
}

h1:hover
{
  color: #87ceeb;
}

p, ul 
{
	text-indent: 50px;
	color: #f0e68c;
	font-family: "Comic Sans MS", Arial, Verdana, serif;
	text-align: justify;
}

h2
{
   text-indent: 40px;
   color: #87ceeb;
   font-weight: bold;
}

h2:hover
{ 
   color: #f0e68c;
}

h3
{
   color: #f0e68c;
}

.cercles
{
   list-style-type: circle;
}



.carres
{
   list-style-type: square;
}

a
{
  color: #f0e68c;
  text-decoration: none;
}

a:hover
{
  color: blue;
  text-decoration: underline;
}

.annonces
{
   color: black;
}

.signatures
{
   color: yellow;
   text-align: right;
   font-weight: bold;
   font-family: comics, Arial, Verdana, serif;
}

.avertissements
{
   color: red;
}


.normal
{
   text-align: center;
	text-indent: 0px;
	color: #f0e68c;
	font-family: "Arial Black", Arial, Verdana, serif;
}

.date
{
color: #f0e68c;
text-align: right;
}
