/* This file will hold styles for all layouts using the alpha grid (i.e. not the mobile layout). */

 #block-system-main-menu ul.menu li {
    background-color:transparent;
    display: block;  
    height: 52px;padding:0;
    float: left;
    margin:0 0 0 1.2%;
    width:13%;
}


/**page front : agrandir la region content */


.front  #region-content { 
 width: 62%;
 margin-right:10px !important;
 
}

.front #region-sidebar-first{
   
  width: 30%;
}

.front .region-sidebar-first-inner .block-inner {
  width: 100% !important;
  
}


#zone-footer-wrapper  #region-footer-second  ul {
display:table;
margin:0 auto;
}

#zone-footer-wrapper ul li {
    display: inline-block;
    
}
