p
{
   color: #FFFFFF;
   font-size: 14px;
}

nav {
	margin: 0 auto;
}

h1
{
	color: #FF8802;
	font-size: 18px;
	font-weight: bold;
}

h1
{
	color: #FF8802;
	font-size: 20px;
}
h2
{
	color: #FF8802;
	font-size: 16px;
}
h3
{
	color: #FF8802;
	font-size: 14px;
}

nav a {
	text-align: center;
}

#img5
{ 
	margin: 0 auto;
	display: inline-block;
	width: 97px;
	height: 45px;
	background-position: top;
	background-image: url("../images/css/wb13/folder.gif");
	background-repeat: no-repeat;
}
#img5 a {
	display: block;
	vertical-align: bottom;
	width: 100%;
	height: 100%;
	padding-top: 35px;
	/*font-size: 12px;
	font-family: Verdana;*/
}
#menu_up > div{
	display: inline-block;
}
/*h6
{
	display: block;  
	width: 400px;
	height: 20px;
	background-image: url("../images/css/wb13/ban_resume.png");
	background-repeat: no-repeat;
	background-position: left;
}
h7
{
	display: block; 
	width: 400px;
	height: 20px;
	background-image: url("../images/css/wb13/ban_music.png");
	background-repeat: no-repeat;
}
h8
{
	display: block; 
	width: 400px;
	height: 20px;
	background-image: url("../images/css/wb13/ban_screenshots.png");
	background-repeat: no-repeat;
}
h9
{
	display: block; 
	width: 400px;
	height: 20px;
	background-image: url("../images/css/wb13/ban_videos.png");
	background-repeat: no-repeat;
}
h10
{
	float: left;
	width: 16px;
	height: 16px;
	background-image: url("../images/css/wb13/info.gif");
	background-repeat: no-repeat;
}
h11
{
	float: left; 
	width: 16px;
	height: 16px;
	background-image: url("../images/css/wb13/music.gif");
	background-repeat: no-repeat;
}
h12
{
	float: left;
	width: 16px;
	height: 16px;
	background-image: url("../images/css/wb13/screen.gif");
	background-repeat: no-repeat;
}
h13
{
	float: left;
	width: 16px;
	height: 16px;
	background-image: url("../images/css/wb13/video.gif");
	background-repeat: no-repeat;
}*/

body
{
   width: 1024px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 10px; /* 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("fond.jpg"); /* Une petite image de fond pour éviter d'avoir un vieux fond blanc :p */
}

/* L'en-tête */

#en_tete
{
	display: block; 
	margin: 0 auto; 
   width: 1024px;
   height: 23px;
   background-image: url("../images/css/wb13/header.jpg");
   background-repeat: no-repeat;
   margin-bottom: 10px;
}

#bande
{
	width: 100%;
	display: block; 
	margin: 0 auto; 
   padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   font-family: Verdana, "Verdana";
      font-size: 12px;
   
   border: 0px solid black; /* Une bordure pour bien marquer les limites du corps et pour faire joli */
}

#menu
{
   font-family: Verdana, "Verdana";
   
   float: right; /* Le menu flottera à droite */
   width: 300px; /* Très important : donner une taille au menu */
   
   margin-bottom: 20px; /* Pour éviter que les éléments du menu ne soient trop collés */
}

/* Quelques effets sur les menus */

.element_menu h3 /* Tous les titres de menus */
{    
   color: #FFFFFF;
   font-family: Verdana, "Verdana";
   font-size: 14px;
}

.element_menu ul /* Toutes les listes à puces se trouvant dans un menu */
{
   padding: 0px; /* Tous les côtés ont une marge intérieure de 0 pixels */
   padding-left: 20px; /* ... mais on modifie ensuite la marge de gauche, donc celle-là fera finalement 20 pixels */
   margin: 0px; /* Idem pour margin, ça nous évite d'avoir à en écrire 4 (margin-left, margin-right...) */
   margin-bottom: 5px; /* Même chose que tout à l'heure, on modifie ensuite juste margin-bottom, mais tous les autres sont à 0px */
}

.element_menu a /* Tous les liens se trouvant dans un menu */
{
   color: #FF8802;
}

.element_menu a:hover /* Quand on pointe sur un lien du menu */
{
   color: FF8802;
}


#corps {
width: 1024px;
padding: 5px;
font-size: small;
color: #FFFFFF;
font-family: Verdana, "Verdana";
text-align: left;
background: #1954AE;
/*border: 1px solid black;*/
}
a:link {
	color: #FF8802;
	text-decoration:none;
		}
a:visited {
	color: #FF8802;
	text-decoration:none;
}
a:active {
	color: #FF8802;
}
a:hover {
	color: #FF8802;
	text-decoration:underline;
}

#pied_de_page
{
width: 100%;
margin: auto;
padding: 5px;
margin-bottom: 20px;
text-align: left;
font-size: small;
color: #FFFFFF;
font-family: Verdana, "Verdana";
background: #1954AE;
border: 0px solid black;
}