body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin:0;
  padding:0;
  overflow-x:hidden;
  overflow-y: hidden;
}

.icone span{
  display: inline-block;
  margin: 20px;
}
.icone label{
  display: block;
}
.icone img{
  display: inline-block;
  max-height: 128px;
  max-width: 128px;
}

.liste {
 display: inline-block;
}
.liste li{
  text-align: left;
}

#fond {
  position:absolute;
  display:block;
  width:1068px;
  height:723px;
  font-size:16px;
  font-family:Verdana;
}

#menu {
  display: block;
  color:#000;
  padding:10px;
  background-color:#ddd;
  width: 702px;
  margin: 0px;
  height: 132px;
}

#calendrier {
  text-align: center;
  display: inline-block;
  border: solid 1px #555;
  background-color: #555;
  color: #fff;
}

#calendrier caption{
  background-color: #efe;
  color: #005;
  padding: 5px;
  margin: 5px 5px 0px 5px;
}

#calendrier thead td{
  background-color: #666;  
}

#calendrier td{
  width: 40px;
  height: 30px;
  border-radius: 5px;
}

#calendrier caption label {
  display: inline-block;
  width: 200px;
}
#calendrier caption span {
  display: inline-block;
  width: 40px;
  background-color: #bfb;
  border-radius: 3px;  
}

#calendrier h1{
  background-color: #efe;
  color: #005;
  padding: 5px;
  margin: 5px 5px 0px 5px;
  font-size: 20px;
  width:400px;
}

#calendrier h2{
  font-size: 14px;  
}

#calendrier ul{
  margin: 0;
  text-align: left;
}

#calendrier li{
  display: inline-block;
  background-color: #eee;
  color: #000;
  padding: 10px;
  margin: 10px;
  min-width: 30px;
  text-align: center;
}

.datedisable{
  background-color: #ccc;
  color: #555;
}

.dateenable{
  background-color: #fff;
  color: #000;  
}

.dateoff {
  background-color: #444;
  color: #666;    
}

#menu li{
  display:inline-block;
  margin:0px 20px;
  padding:5px;
  text-align: center;
}

#menu img{
  display: block;
}

#menu li:hover{
  color:#d00;
}

#restaurant, #carte, #emporter, #panier {
  background-repeat: no-repeat;
  overflow-y: scroll;
  overflow-x: hidden;
  height:1025px;
  scrollbar-width:thin;
}

#restaurant, #emporter {
  text-align:center;  
}

#emporter img{
  max-height: 128px;
  max-width: 128px;
}

#emporter span{
  display: inline-block;
  margin:10px;
}

#emporter h1{
  display: block;
  font-size:30px;
}
#emporter h2{
  font-size:13px;
}
#emporter h3{
  font-size:14px;
}

#restaurant_fond {
  width: 1068px;
  overflow-y: hidden;
}

#cadre{
  display: block;
}

#cadre_menu{
  display: block;
  background-color: #000;
  margin: 0;
  padding: 5px;
}

#cadre_menu a{
  display:inline-block;
  color: #fff;
  text-decoration: none;
  margin:0px 8px;
  padding:5px;
  font-weight: bolder;
}

#restaurant_horaires_fond {
  display:block;
  height:950px;
  text-align:center;
  top:15%;
}
#restaurant_horaires {
}
#horaires h1{
  color:#0a0;
  font-size:40px;
}

#horaires h2{
  color:#000;
  font-size:40px;
}

#horaires h3{
  color:#0a0;
  font-size:24px;
}

#horaires h4{
  color:#000;
  font-size:24px;
}


.paie h2 {
  color: #080;
}
#rubrique{
  display: inline-block;
  font-size: 16px;
  background-color: #000;
  padding: 5px;
}

.rname{
  display:inline-block;
  text-align: center;
  text-decoration: none;
  margin: 0px 10px;
  color: #fff;
}

.rdetail {
  display: inline-block;
  vertical-align: top;
  width: 970px;
  font-size: 16px;
  height: 650px;
  overflow-y: scroll;
  scrollbar-width: thin;
}

#detail h1{
  text-align: center;
  display: block;
  font-size: 40px;
  color: #0a0;
  font-weight: bold;
}
#detail ul {
  display:block;
  padding: 0;
}

#detail li {
  display: block;
  /*! text-decoration: none; */
  margin-bottom: 20px;
  border: 3px solid #aa0;
  background-color: #fff;
}

.nom_art {
  text-align: left;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 20px;
  font-size: 20px;
  color: #660;
  padding: 2px 0px;
  text-align: center;
}

.ingredient{
  display: inline-block;
  width: 640px;
  vertical-align: top;
  color: #003;
}

.prix{
  vertical-align: top;
  float: right;
  font-size: 20px;
  text-align: right;
  color: #903;
}
.description {
  display: inline-block;
  width: 465px;
  vertical-align: top;
  color: #003;
}

.multiprix{
  float: right;
  vertical-align: top;
  font-size: 20px;
  text-align: right;
  color: #903;
  text-align: right;
}

.article{
  text-align: left;
  margin-bottom: 20px;
}

.nom{
  display: inline-block;
}
#opacite10{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:-100px;
  background-color: #000;
  opacity:0.5;
}

#detail, #formule{
  position:absolute;
  top:20px;
  left:20px;
  right:20px;
  background-color:#fff;
  border: solid 2px #000;
  border-radius: 5px;
}

#detail_cancel, #formule_cancel{
  position: absolute;
  width: 32px;
  right:0px;
}

#detail_photo{
  display: inline-block;
  border: 4px solid #eee;
  border-radius: 10px; 
  margin: 5px;
  vertical-align: top;
}

#detail_ajouter, .ajouter{
  display: inline-block;
  width: 250px;
  text-align: center;
  margin-top:20px;
}

#detail_ajouter span, .ajouter span {
  display: inline-block;
  border: solid 1px blue;
  margin: 10px;
  font-size: 40px;
  min-width: 40px;
  text-align: center;
}

#detail_ajouter_valider{
  display: block;
  border: solid 2px #090;
  border-radius: 5px; 
  background-color: #0f0;
  font-size: 30px;
  padding: 20px;
  margin: 20px;
}

#detail_nom {
  font-size: 30px;
  margin: 10px;
}

.ingredient{
  text-align: left;
}

#detail_ingredient li, .ingredient li{
  margin: 1px 40px;
  border:0;
  display: list-item;
}

#detail select{
  display: block;
  width: 500px;
  text-align: center;
  background: #eee;
  border: solid 1px #ccc;
  font-size: 25px;
  margin: 0 80px;
}

#detail h5{
  display: block;
  width: 500px;
  text-align: center;
  background: #eee;
  border: solid 1px #ccc;
  font-size: 25px;
  margin: 0 80px;
  font-weight:normal;
}

.disabled {
  color: #888;
  text-decoration: double line-through red;
}

#total{
  position: relative;
  bottom: 70px;
  text-align: center; 
  width:100px;
  left:417px;
  
}

#total span{
  background-color: #000;
  display: block;
  height: 30px;
  opacity: 0.4;
  border-radius: 5px; 
}

#total p{
  position: relative;
  font-weight: bolder;
  color: #fff;
  bottom: 40px;
}

.ferme img{
  max-height: 32px;
  max-width: 32px;
}

.ferme h1, .ouvert h1{
  display: inline-block;
  margin: 10px;
  font-size: 26px;
}
.ferme h2, .ouvert h2{
  display: inline-block;
  font-size: 14px;
  color: #a00;
  margin: 5px;
}

.ferme h3, .ouvert h3{
  /*! float: right; */
  color: #a0a;
}

.ouvert img, #formule img {
  max-height: 128px;
  max-height: 128px;
}

#formule{
  text-align: center;
  overflow-y: scroll;
  scrollbar-width: thin;
  bottom: 120px;
}

#formule label, #formule img{
  display: block;
}

#formule img{
  margin-left:auto;
  margin-right:auto;
}

#formule span {
  display: inline-block;
  font-size: 14px;
  margin: 10px;
}

#User{
  overflow-y: scroll;
  scrollbar-width: thin;
}

#User label{
  margin: 0px 30px;
  font-size: 25px;
  display: inline-block;
  width: 200px;
  text-align : right;
  
}

#User span{
  font-size: 25px;
}
#User input{
  font-size: 30px;
  width: 400px;
  height: 38px;
}

#User h1 {
  text-align: center;
  margin: 50px 150px;
  background-color: #cfc;
  padding: 50px;
  display: block;
}

#User h2 {
  display: inline;
  text-align: left;
  margin: 0;
  font-size: 20px;
  font-weight: normal;
}

#User p{
  font-size: 24px;
  margin: 0 0 5px 0;
}

#User div {
  margin-top: 10px;
}



#restaurant h1{
  color: #080;
  font-size: 32px;
}

#restaurant h2{
  color: #030;
  font-size: 20px;
}

#restaurant h3{
  color: #030;
  font-size: 20px;
}

#restaurant h4{
  color: #030;
  font-size: 20px;
}

.liste li{
  color: #030;
  font-size: 20px;
}

#restaurant a {
  display: block;
  color: #e00;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  background-color: #fd7;
  margin: 20px 40px;
  padding: 10px;
  border: solid 2px #ec6;
  border-radius: 5px;
}

#restaurant p{
  text-align: left;
  margin: 5px;
}

#restaurant fieldset{
  border: solid 1px #aaa;
  text-align: left;
  padding: 0;
  background-color: #eee;
  margin: 10px;
}

#restaurant fieldset h2{
  color: #007;
  text-align: center;
  font-size: 26px;
}

#restaurant fieldset h3{
  color: #c07;
}

#restaurant fieldset ul{
  border: solid 1px #eed;
  margin: 0 10px;
  text-align: left;
  padding: 0;
  background-color: #ffe;
}

#restaurant fieldset img{
  max-width: 96px;
  max-height: 96px;
  display: inline-block;
}

#restaurant fieldset label{
  display: block;
  font-size: 14px;
}


#restaurant fieldset li{
  display: inline-block;
  margin-left:10px;
  text-align: center;
}

#carte fieldset{
  border: solid 1px #fafafa;
}

#carte h1 {
  color: #c40;
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
}

.carteferme div{
  float: left;
  display: inline-block;
  width: 96px;
  margin-right : 5px;
  text-align: center;
}
.carteferme img{
  max-width: 96px;
  max-height: 96px;
  vertical-align:top;
}

.carteferme h5, .carteouvert h5{
  float: right;
  font-size: 18px;
  margin: 0 0 30px 10px;
  padding: 0px;
  font-weight: bold;
  margin-left: 4px;
  text-align: right;
  color: #a06;
}

.carteferme p,.carteouvert p {
  font-size: 18px;
  margin: 0;  
}
.carteferme span{
  display: inline;
}

.carteferme h2 {
  display: inline;
  font-size : 18px;
  margin: 0;
  padding: 0;
}

.carteferme h3 {
  color: #007;
  display: inline;
  font-size : 14px;
  margin: 0;
  padding: 0;
  margin-left:12px;
    
}

.carteferme h4 {
  display: inline;
  font-size : 14px;
  color: #a00;
  margin-left: 6px;
}

.carteouvert img{
  vertical-align:top;
}

.carteouvert h3{
  font-size : 18px;  
}

.carteouvert h4 {
  font-size : 14px;
  color: #a00;
}

.carteouvert div{
  float: left;
  display: inline-block;
  width: 386px;
  margin-right : 5px;
  text-align: center;
}
.carteouvert h2 {
  display: block;
  font-size : 20px;
  text-align: center;
}

.carteouvert ul {
  margin: 0;
}

.carteouvert li{
  color: #009;
  font-size : 16px;
}

.valider {
  background-color: #0f0;
  font-size: 40px;
  margin: 10px 100px;
  padding: 30px;
  text-align:center;
}

#emporter h3{
  color: #a03;
}

#inactive {
  position: absolute;
  top: 22px;
  left: 22px;
  right: 22px;
  bottom: 122px;
  background-color: #fff;
  opacity: 0.9;
  color: #f00;
  font-size: 50px;
  font-weight: bold;
}

#article_valider img{
  max-height: 96px;
  max-width: 96px;
}