/*@font-face { 	font-family: "thin"; 	src: url('Thin Design.ttf'); }


@font-face {
    font-family: 'eraserdustregular';
    src: url('erasdust-webfont.eot');
    src: url('erasdust-webfont.eot?#iefix') format('embedded-opentype'),
         url('erasdust-webfont.woff') format('woff'),
         url('erasdust-webfont.ttf') format('truetype'),
         url('erasdust-webfont.svg#eraserdustregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

body {
    padding: 0 margin: 0;
    width: 100%;
    margin: auto;
    background-image: url('images/background.png');
    overflow-X: hidden;
    overflow-Y: hidden;
}

a {
    text-decoration: none;
}

.header {
    width: 100%;
    margin: auto;
    height: 60px;
    background-image: url('images/FondHeader.png');
}

#accueil {
    height: 1500px;
    overflow: hidden;
}
/* PAGE JEU */

#menu {
    padding-top: 5px;
    width: 1024px;
    margin: auto;
    text-align: center;
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
    -o-padding-start: 0;
}

#menu li {
    display: inline;
    font-family: helvetica;
    font-size: 33px;
    margin-right: 35px;
}

#menu li a {
    color: white;
    position: relative;
}

#menu li a:hover {
    opacity: 0.8;
}

#lesPlats1,
#lesPlats2,
#lesPlats3,
#lesPlats4,
#lesPlats5 {
    height: 320px;
    width: 1024px;
    margin: auto;
    text-align: center;
    z-index: 2;
}

#refresh {
    float: right;
}

#refresh:hover {
    cursor: hand;
}

.food {
    width: 170px;
    height: 160px;
    background-image: url('images/fondFood.png');
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}

.food img {
    margin: auto;
    z-index: 90;
    padding-top: 27px;
}

.fondFood {
    width: 70px;
    height: 70px;
    margin: auto;
    margin-top: 50px;
}

#zoneDrop {
    width: 1024px;
    margin: auto;
    margin-top: 10px;
    text-align: center;
    z-index: 1;
}

.drop:first-child {
    margin-left: 75px;
}

.drop {
    width: 180px;
    height: 220px;
    background-image: url('images/fondDrop.png');
    background-position: center;
    background-repeat: no-repeat;
    float: left;
}

#boisson {
    background-image: url('images/fondBoisson.png');
    width: 120px;
    margin-top: 1px;
    margin-left: 5px;
}

#boisson .droppable {
    width: 100px;
}

.trash {
    bottom: 37px;
    left: 68px;
    position: relative;
    z-index: 0;
}

.drop h2 {
    bottom: -8px;
    font-family: helvetica;
    font-size: 22px;
    position: relative;
    text-align: center;
}

.droppable {
    bottom: 30px;
    height: 140px;
    margin: auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 150px;
    z-index: 1;
}
/* PAGE LOGIN */

#logo {
    margin: auto;
    text-align: center;
    padding-top: 10px;
}

#form {
    font-family: Helvetica;
    background-image: url("images/fondForm.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 400px;
    left: 20%;
    margin: auto auto auto -60px;
    position: absolute;
    text-align: center;
    top: 183px;
    width: 300px;
}

#wp {
    font-family: Helvetica;
    background-image: url("images/fondWp.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 400px;
    right: 20%;
    margin: auto -60px auto auto;
    position: absolute;
    text-align: center;
    top: 183px;
    width: 300px;
}

#wp #lien-wp-content {
    width: 225px;
    margin: 160px auto;
}

#wp p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 30px;
}

#wp a {
    border: 0;
    font-weight: bold;
    padding: 10px 15px;
    background: #fff;
    color: black;
    -moz-box-shadow: 1px 1px 10px 0px #9b9b9b;
    -webkit-box-shadow: 1px 1px 10px 0px #9b9b9b;
    -o-box-shadow: 1px 1px 10px 0px #9b9b9b;
    box-shadow: 1px 1px 10px 0px #9b9b9b;
    filter: progid: DXImageTransform.Microsoft.Shadow(color=#9b9b9b, Direction=134, Strength=10);
}

#form h1 {
    font-family: Helvetica;
    font-size: 18px;
    margin-bottom: 70px;
    margin-left: 5px;
    margin-top: 20px;
    text-transform: uppercase;
}

#form h2 {
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 25px;
}

#form input {
    bottom: 20px;
    height: 28px;
    padding-left: 5px;
    position: relative;
    border: 0;
    -moz-box-shadow: 1px 1px 10px 0px #9b9b9b;
    -webkit-box-shadow: 1px 1px 10px 0px #9b9b9b;
    -o-box-shadow: 1px 1px 10px 0px #9b9b9b;
    box-shadow: 1px 1px 10px 0px #9b9b9b;
    filter: progid: DXImageTransform.Microsoft.Shadow(color=#9b9b9b, Direction=134, Strength=10);
}

#form input[type="submit"] {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    font-family: helvetica;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    height: 50px;
    margin-top: 82px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
/* menu */

#p-menu {
    background: url("images/bg-menu.png") repeat scroll 0 0 transparent;
}

#p-menu #contenu {
    background: url("images/ardoise.png") no-repeat scroll 0 0 transparent;
    height: 637px;
    margin: 10px auto 0;
    position: relative;
    width: 954px;
}

#p-menu #logo {
    background: url("images/logo-menu.png") no-repeat scroll 0 0 transparent;
    height: 127px;
    left: 50%;
    margin-left: -161px;
    position: absolute;
    top: 35px;
    width: 323px;
}

#serviette {
    background: url(images/serviette.png) no-repeat 0 0 transparent;
    width: 288px;
    height: 132px;
    position: absolute;
    bottom: 0;
    right: 0;
}

#picto1 {
    background: url("images/picto1.png") no-repeat scroll 0 0 transparent;
    height: 350px;
    left: 50px;
    position: absolute;
    top: 180px;
    width: 302px;
}

#picto2 {
    background: url("images/picto2.png") no-repeat scroll 0 0 transparent;
    height: 336px;
    left: 333px;
    position: absolute;
    top: 180px;
    width: 283px;
    z-index: 10;
}

#picto3 {
    background: url("images/picto3.png") no-repeat scroll 0 0 transparent;
    height: 338px;
    left: 600px;
    position: absolute;
    top: 185px;
    width: 293px;
}

#picto4 {
    background: url("images/picto4.png") no-repeat scroll 0 0 transparent;
    height: 160px;
    left: 530px;
    position: absolute;
    top: 450px;
    width: 302px;
    z-index: 20;
}
/* jeremy */

.dejeuner #lesPlats2 {
    background: url("images/scroll.png") no-repeat scroll 40px 15px rgba(0, 0, 0, 0);
    height: 326px;
    overflow-y: scroll;
}

.dejeuner #lesPlats4 {
    background: url("images/scroll.png") no-repeat scroll 40px 15px transparent;
    height: 326px;
    overflow-y: scroll;
}

.gouter .drop:first-child {
    margin-left: 145px;
}

#menu .active:after {
    bottom: -25px;
    content: url("active.png");
    left: 50%;
    margin-left: -11px;
    position: absolute;
}

.back {
    background: url("images/back.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 42px;
    margin-left: 20px;
    margin-top: 3px;
    width: 42px;
}