body {
    background: #ecf3fa;
    padding:0px;margin:0px;
    font-family: helvetica, verdana;
    font-size:12px;
    height:100%;
}
header {
    background: #fff;
    height:40px;
    line-height:40px;
    padding-left: 40px;
    padding-right: 40px;
    border-bottom: 1px solid #cecece;
    text-align:center;
    position: fixed;
    top:0px;
    width:100%;
    z-index: 1000;
  }
  header div.Logo {
      float:left;
  }

  footer {
    background: #fff;  
    text-align: center;
    bottom:0px;
    margin-top:50px;
    width:100%;
    line-height:50px;
    height:50px;
    border-top: 1px solid #cecece;
  }
  .NotLogged footer{
position: absolute;
  }
  .Logo a {
    text-decoration: none;
    font-size: 24px;
    font-family: Arial;
    letter-spacing: 2px;
      text-transform: uppercase;
  }
  .Logo a b {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 36px;
  }
  .InnerHeader {
      margin-top:40px;
    height:40px;
    line-height: 40px;
    background: #FFF;
    border-bottom: 1px solid #cecece;
}
nav {
    float:left;
    width:150px;
    height:100%;
    background: #eee;
    position:fixed;
    top:40px;
  }

  nav ul {
    margin:0px;
    padding:0px;
    list-style: none;
  }
  
  nav ul li {
    display: block;
    height:25px;
    line-height: 25px;
    border-bottom: 1px solid #ccc;
    font-weight:bold;
  }
  
  nav ul li a {
    text-decoration:none;
    padding-left:7px;
    display:block;
  }
  
  nav ul li a:hover {
    background: #aaa;
  }

  .InnerHeader, #Res {
    margin-left:150px;
  }
a.logo-akisi {
    display: inherit !important;
}

#InnerListe {
    width:80%;
    margin:auto;
    max-width: 1200px;
    background: #fafafa;
    padding: 20px 30px;
  }
  .InnerHeaderContent {
    padding-left:5px;
    margin:auto;
    background: #fff;
    height:40px;
  }
  .InnerHeaderContent .SumoSelect {
      top:4px;
  }
  table.Liste {
   
    width:100%;
    border-collapse:collapse;
  }
  .Liste tbody tr:nth-last-child(odd) {
    background: #eee;
  }
  table.Liste tr td{
    border-bottom: 1px solid #cecece;
    padding: 5px 7px;
  }
  
  a {
    color:#333;
  }
  .Liste th.Sortable {
    cursor: pointer;
	height:20px;
	background: url(../images/sort.png) no-repeat 95% 50%;
  background-position: 95% 0px;
  white-space: nowrap;
}
.Liste th.Sortable a {
    display: block;
    text-decoration: none;
}
.Liste th.Sortable.CurrentSort {
	background-color: #ccc;
}
.Liste td.CurrentSort{
	background-color: rgba(230,230,230,.5);
}
.Liste th.Sortable.CurrentSort.asc {
	background-position: 95% -20px;	
}
.Liste th.Sortable.CurrentSort.desc {
	background-position: 95% -40px;	
}

.Bouton {
    background: #F57A1A;
    color:#fff;
    font-size: 14px;
    padding: 5px 20px 7px 5px;
    border-radius: 3px;
    font-weight: bold;
    text-decoration: none;
    height:17px;
    line-height: 17px;
  }
  .Bouton:hover {
      background: #FCAE6F;
      color:#fff;
  }

  .Bouton span {
    position:relative;
    vertical-align: middle;
    width:16px;
    height:16px;  
    display: inline-block;  
    margin-right:10px;
    background: url(../images/sprite-bouton.png);
    
  }
  .Bouton.SansTexte span{
    margin-right: 0px;
  }
  .Bouton.SansTexte {
    padding: 7px 7px 5px 5px ;
  }
  .Bouton.SansTexte.Mini {
    padding: 1px;
  }
  .Bouton.Droite {
      float:right;
      margin-top:5px;
      margin-right:5px;
  }

  .Bouton.Full {
    display: block;
    }    
.Bouton.Center-Text {text-align: center; }
  .Bouton span.Editer {
      background-position: 0px -16px;
  }
  .Bouton span.Rechercher {
      background-position: 0px -32px;
  }
  
  .Bouton span.Valider {
      background-position: 0px -48px;
  }
  
  .Bouton span.Imprimer {
      background-position: 0px -64px;
  }
  
  .Bouton span.Email {
      background-position: 0px -80px;
  }
  
  .Bouton span.Voir {
      background-position: 0px -96px;
  }
  
  .Bouton span.Supprimer {
      background-position: 0px -112px;
  }
  
  .Bouton span.Recharger {
      background-position: 0px -128px;
  }
  
  .Bouton span.Sauvegarder {
      background-position: 0px -144px;
  }
  
  .Bouton span.Telecharger {
      background-position: 0px -160px;
  }
  
  .Bouton span.Deplier,
  .Bouton span.Back {
      background-position: 0px -176px;
  }
  .Bouton span.Retirer {
      background-position: 16px 0px;
  }
  .Bouton span.Interdit {
      background-position: 16px -16px;
  }
  .Bouton span.Locked {
      background-position: 16px -32px;
  }
  .Bouton span.UnLocked {
      background-position: 16px -48px;
  }
  .Bouton span.Validated {
      background-position: 16px -64px;
  }
  .Bouton span.UnValidated {
      background-position: 16px -80px;
  }
  .Bouton span.Copier {
      background-position: -16px -96px;
  }
  .Bouton span.Historique {
      background-position: -16px -112px;
  }
  .Bouton span.Rot180 {
      transform: rotate(180deg);
  }
  .Bouton span.Historique {
    background-position: -16px -112px;
    }
  .Bouton span.Fermer {
      transform: rotate(45deg);
  }
  .Bouton span.Back {
    transform: rotate(90deg);
}


.Bouton.Spin span {
  animation:spin 2s linear infinite;
}

  .Bouton div.DropDown {
    display: none;
    position:absolute;
    background: #fff;
      box-shadow: 2px 2px 5px #333;
      color:#333;
      font-size: 12px;
  }
  .Bouton:hover div.DropDown {
    display: block;
  }
  
@-moz-keyframes spin { 100% { -moz-transform: rotate(-360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(-360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } }

  .Mobile #HistoDrop {
      right:0px;
      top:50px;
  }
  
  div.DropDown ol {
      margin:0px;
      padding:5px;
      padding-left:30px;
      list-style-position: outside;
  }
  div.DropDown ol li {
      padding: 3px 10px 3px 5px;
      border-bottom:1px solid #ddd;
  }
  div.DropDown ol li:hover {
      background: #eee;
  }
  div.DropDown ol li:last-child {
      border-bottom:0px;
  }
  div.DropDown ol li a {
      color:#333;
      display: block;
      white-space: nowrap;
  }

  section.Center {
      text-align: center;
  }


  #InfosPan {
    background: rgb(255, 255, 255);
    position: fixed;
    width: 100%;
    z-index: 99999;
    display: none;
    overflow: hidden;
    padding: 15px 10px;
    border-bottom: 1px solid #81C204;
    left: 0;
}
#InfosPan b { float:left; margin-left:0px;color: #81C204;}
#InfosPan b > a {
	color:#333333;
}
#InfosPan b > a:hover {
	text-decoration:underline;
}

    fieldset {
    background: #f9f9f9;
    border: 1px solid #999;
    border-radius: 10px;
  }
  fieldset legend {
    padding: 5px 50px;
    background: #f9f9f9;
    border: 1px solid #999;
    border-radius: 50px;
  }
  .FSContenu {
    background: #F9f9f9;
    padding:10px;
  }
  
  
  input[type=search] {
    border: 1px solid #A4A4A4;
    padding: 7px;
    display: inline-block;
    position:relative;
    top:-1px;
    border-radius: 2px;
  }

  .Mobile nav {
    position:absolute;
    z-index: 999;
    border-right:1px solid #333;
  }
  
  .Mobile nav.Hidden {
    display: none;
   }
  
  .Mobile .InnerHeader, #Res {
      margin-left: 0px;
  }
  
  .Mobile .InnerHeader {
    height:250px;
  }