/*
  Allow angular.js to be loaded in body, hiding cloaked elements until
  templates compile.  The !important is important given that there may be
  other selectors that are more specific or come later and might alter display.
 */
[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}





.entriesWrapper {
    display: inline-block;
    width: 1493px;
    border: solid 2px #000000;
    background-color: #f0e1f0;
    margin-bottom: 10px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
}

.site-screens-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.site-screens-list-container {
    position: relative;
    left: -100px;
    width: 120%;
}

.site-screens-list li {
    margin-left: 53px;
    float: left;
}

.site-screens-list li div {
    display: block;
    float: left;
    width: 250px;
    color: black;
    text-decoration: none;
    padding: 5px;
    /*pour avoir un effet "outset" avec IE :*/
}

.fhd {
    height: 150px
}

.stretch {
    height: 100px;
}

.stretch:last-child {
    height: 105px;
}

.site-name {
    position: relative;
    left: 12px;
    font-size: 30px;
    font-weight: bold;
}
.site-title{
    font-size: 30px;
    font-weight: bold;
}
.index td{
    height: 50px;
}
