a
{
	text-decoration:none;
	color:yellow;
	
}
a:active, a:focus 
{
	background-color:yellow;
}

 a:hover 
{
	background-color:yellow;
	text-decoration:blink;
	color:black;
}
body
{
	background-color:blue;
   width: 880px;
   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 */
}
#logo
{
	margin:auto;
	background-color:black;
	border:4px outset blue;
	text-align:center;
	margin-bottom: 8px;
}
#corps 
{  
Margin-left:4px;
   float: right; 
   width: 704px;
   background-color:black;
	border:4px outset blue;
	margin-bottom: 8px;
padding-bottom:20px;	

}
#pied
{
	float:left;
	width:873px;
	background-color:black;
	border:4px outset blue;
	text-align:center;
	margin-bottom: 8px;
	color:yellow;
}
.menu
{
   float: left; /* Le menu flottera à gauche */
   width: 160px; /* Très important : donner une taille au menu */
}
.titre_menu
{
    background-color:blue;
	text-align:center;
	color:black;
}
.menu_recherche,
.menu_info,
.menu_divers
{
   text-align:left;
   color: blue;
   background-color: black;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   border: 4px outset blue;
   margin-bottom: 8px;
}
#definition
{
	background-color:blue;
	color:black;
	text-align:center;
	 font-size: 20px;
}
.liste_image
{
Margin-left:20px;
width: 150px;
height: 110px;
float: left;
color: blue;
}
.liste_image1
{
Margin-left:20px;
width: 150px;
height: 120px;
float: left;
color: blue;
}
.liste_image2
{
Margin-left:4px;
Margin-right:4px;
width: 480px;
height: 120px;
float: left;
color: blue;
}
.liste_image3
{
background-color:blue;
	color:black;
	text-align:center;
	 font-size: 20px;

	  Margin-bottom:20px;
width: 704px;
height: 20px;
float: left;

}
.liste_image4
{
Margin-left:20px;
width: 300px;
float: left;
color: blue;
}
#color
{
color:blue;
}
#color1
{
color:black;
}
#colorborder
{
text-align:center;
padding:4px;
Margin:4px;
border:4px outset blue;
color:white;
}
#font
{
 font-size: 20px;
}
#font2
{
 font-size: 12px;
 color:red;
}
#categorie
{
background-color:blue;
color:black;
text-align:center;
 font-size: 20px;
}
#center
{
text-align: center;
}
#centercolor
{
color:blue;
text-align: center;
 font-size: 20px;
}
#ul 
{
   list-style-image: url("image/rond013.gif");

}
#ul2 
{
   list-style-image: url("image/etoile2.gif");
}
#google
{
   text-align:center;
   background-color: black;   
   border: 4px outset blue;
   margin-bottom: 8px;
}
#fenetre
{
background-color: black;
padding:8px;
color:blue;
margin:8px;
border:4px outset blue;
}
