@CHARSET "ISO-8859-1";
  
#sommaire {
	Z-INDEX:             999; 
	position:       absolute;
	left :                5%;
	width:               90%;
	height:             2.5%;
	top: 	             93%;
	align: 	          center;
	/*background :     #C0C0C0;  couleur de fond */        
}

#sommaire_wall {
	position:		absolute;
	align:		      center;
	left :                5%;
	width:               90%;
	height:             2.5%;
	/*bottom:				2.5%;*/
	text-align: 	  center;
	align: 	  		  center;
	FONT-STYLE:       normal; 
	FONT-WEIGHT:      normal; 
	FONT-FAMILY:     verdana; 
}

#copyright {
	position:		absolute;
	align:		      center;
	bottom:               0%;
	left:                40%;
	text-align: 	  center;
	align: 	  		  center;
	FONT-SIZE:       	10px; 
	FONT-STYLE:       normal; 
	FONT-WEIGHT:      normal; 
	FONT-FAMILY:     verdana; 
}

#copyright_wall {
	position:		absolute;
	align:		      center;
	left:                40%;
	height:             2.5%;
	/*bottom:				  0%;*/
	text-align: 	  center;
	align: 	  		  center;
	FONT-SIZE:       	10px; 
	FONT-STYLE:       normal; 
	FONT-WEIGHT:      normal; 
	FONT-FAMILY:     verdana; 
}
#nav, #nav ul { /* toutes les listes */
	padding:           0;
	margin:            0;
	height:		    100%;
	list-style:     none;
	line-height:    20px;
	FONT-STYLE:   normal; 
	FONT-WEIGHT:    bold; 
	FONT-SIZE:      13px; 
	FONT-FAMILY: verdana; 
}

#nav a {
	display: block;
	width: 12%;
	/*BORDER-BOTTOM: #fff 1px solid; 
	BORDER-LEFT: #fff 1px solid; */
	COLOR: #565757; 
	TEXT-DECORATION: none;
}

#nav a:hover { /* Lorsque la souris passe sur un des liens */    

    color: #000000; 			/* On passe le texte en noir... */
    /*background: #808080; */	
}

#nav li { /* tous les items de liste */
	float: left;
	width: 12%; /* largeur obligatoire, sinon opera devient fou */
	/*BACKGROUND-COLOR: #C0C0C0; */
	TEXT-ALIGN: center;
}


