﻿dl, dt, dd, div, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none
    }

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}


.boxActions {
    position: inherit;
    right: 0;
    height: 30px;
    top: 0;
    left: 0;
    padding: 10px;
    /*background-color:yellow;*/
}

.boxContent {
    position: inherit;
    /*width:100%;*/
    left: 0;
    right: 0;
    top: 50px;
    bottom: 0;
    padding: 20px;
    overflow-y: scroll;
    /*background-color:blue;*/
}

.box-overlay {
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1000;
    background-color: #eeeeee;
    background-image: none;
    opacity: 0.8;
}

.dlg-overlay {
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-image: none;
    background: rgba(200, 200, 200, 0.8);
}

.box-waiting {
    width: 100px;
    height: 100px;
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
    border: 1px solid #BABABA;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    box-shadow: 5px 5px 10px 4px rgba(119, 119, 119, 0.75);
    -moz-box-shadow: 5px 5px 10px 4px rgba(119, 119, 119, 0.75);
    -webkit-box-shadow: 5px 5px 10px 4px rgba(119, 119, 119, 0.75);
}

.dlgBox {
    position: absolute;
    /*background-position-y:center center;*/
    top: 10px;
    left: 10px;
    width: 800px;
    height: 600px;
    background: white;
    border: 1px solid #BABABA;
    padding: 30px;
    box-shadow: 5px 5px 10px 4px rgba(119, 119, 119, 0.75);
    -moz-box-shadow: 5px 5px 10px 4px rgba(119, 119, 119, 0.75);
    -webkit-box-shadow: 5px 5px 10px 4px rgba(119, 119, 119, 0.75);
}

.dlgBoxEnc {
    position: absolute;
    /*background-position-y:center center;*/
    top: 10px;
    left: 10px;
    width: 800px;
    background: white;
    border: 1px solid #BABABA;
    box-shadow: 5px 5px 10px 4px rgba(119, 119, 119, 0.75);
    -moz-box-shadow: 5px 5px 10px 4px rgba(119, 119, 119, 0.75);
    -webkit-box-shadow: 5px 5px 10px 4px rgba(119, 119, 119, 0.75);
}

.dlgBoxCns {
    position: absolute;
    top: 10px;
    left: 10px;
    background: white;
    border: 1px solid #BABABA;
    box-shadow: 5px 5px 10px 4px rgba(119, 119, 119, 0.75);
    -moz-box-shadow: 5px 5px 10px 4px rgba(119, 119, 119, 0.75);
    -webkit-box-shadow: 5px 5px 10px 4px rgba(119, 119, 119, 0.75);
}




.elem {
    position: relative;
    float: left;
    width: 96px;
    height: 120px;
    /*background-color:antiquewhite;*/
    /*background-color:azure;*/
    border: 1px solid #BABABA;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
/*    box-shadow: 5px 5px 10px 4px rgba(119, 119, 119, 0.75);
    -moz-box-shadow: 5px 5px 10px 4px rgba(119, 119, 119, 0.75);
    -webkit-box-shadow: 5px 5px 10px 4px rgba(119, 119, 119, 0.75);
*/}

.elem img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.elem a {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

div.nombre {
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    height: 30px;
    text-align: center;
    color: black;
    font-weight: normal;
}

div.nuits {
    position: absolute;
    left: 0;
    top: 45px;
    width: 100%;
    height: 30px;
    text-align: center;
    color: black;
    font-weight: normal;
}

div.legend {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 30px;
    text-align: center;
    color: black;
    font-weight: normal;
}

div.dateCre {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 20px;
    text-align: center;
    /*margin-left:-10px;*/
    color: green;
}


.btnVert {
    background-color: green;
    font-weight:bold;
    color: white;
    width: 80px;
    height: 30px;
}

.btnRouge {
    background-color: red;
    font-weight: bold;
    color: white;
    width: 80px;
    height: 30px;
}
