/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */
#pied_de_page
{
   padding: 5px;
   clear: both;
	margin-top:2px;
   text-align: center;
   font-size: 12px;	
   /*color: #B3B3B3;*/
   border: solid 1px #6d6d6d;
   /*background-color: #FFFFFF;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;*/
    -moz-border-radius : 10px 10px; 
   -webkit-border-radius: 10px 10px;
   border-radius: 10px 10px;
   /*
   -webkit-box-shadow: 2px 2px 2px ;
   -moz-box-shadow: 2px 2px 2px ;
   box-shadow: 2px 2px 2px ;    
   border: 0px solid black;*/
}

