.row-fluid .span3 {
    width: 8%;
  	margin-top: 50px;
  position: fixed;
}
.row-fluid .span9 {
    width: 85%;
  	margin-left: 10%;
}

li {
    line-height: 18px;
    margin: 2px;
    border-top: solid 1px #fff;
    border-radius: 5px;
    padding-left: 5px;
  	text-shadow: 1px 2px 2px #f6f5e8;
    background : linear-gradient(#FEFEFF,#f2e6d6), #f6f5e8;
	border-bottom: solid 1px #aaa8a8;
}

/* modif perso pour bouton ---------------------------------*/

a:active{
    color: #222;
    background-color: #ff0000;
}

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width:100%;
  text-align:center;
  background-image: linear-gradient(rgb(254, 254, 255), rgb(247, 237, 182)), none;
  z-index:99;
  border-bottom: solid 1px #aaa8a8;
}
.sticky-header ul {
  display: inline-block;
}

/* ombre logo-------------------------------*/

.site-title {
  text-shadow: 1px 2px 2px #c0c0c0;
  font-family: 'Impact', sans-serif;
}

/*menu footer-----------------------------*/
.footer {
  	font-family: 'Impact', sans-serif;
  	background-color: #A1A1A1;
}
.footer ul{
  	width: 150px;
 margin-left: 10%;
  float: left;
  padding: 20px;
}
.footer table{
  margin-top: 20px;
}
