
	
#footer {
   clear: both;
   height: 60px;
   text-align: center;
   border-top: 10px solid #FFF;
   background-color: #FFF;
}


    #footer .orange span {
		position:absolute;
		left:0px;
		top:-500px;
		width:1px;
		height:1px;
		overflow:hidden;
	}

    #footer .orange a {
       display: block;
       width: 51px;
       height: 51px;      
    }


    #footer .orange h1 { 
       background: url('../image/common/logo_orange.png') no-repeat; 
       float: right;
       
      /* Pour éviter les conflits */
      padding: 0;
      margin: 0;
      width: 51px;
      
    }

	
   #footer ul {
	list-style:none;
   }
   
   #footer li {
      display: block;
      float: left;
      text-align: center;
      padding: 3px;
      padding-left: 22px;
      padding-right: 25px;
      margin-top: 18px;
   }
   
   #footer a {
      text-decoration: none;
      color: #6E6E6E;
	  font-size:11px;
   }
   
   #footer a:hover {
      text-decoration: underline;
   }

	
