/* CSS Document */

body {
    font-family: SuisseIntl,sans-serif;
    font-weight: 300;
}

.logo {
    width: 100%;
    max-width: 220px;
    margin-bottom: 40px;
    margin-top: 40px;
}


img {border:none;vertical-align:middle}
a img {border:none}
#login {
    width:290px;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    margin-bottom:30px;
    background-color:#F0F0F0;
    padding-left:10px;
    padding-bottom:5px;
    padding-top:10px;
    border: 1px solid #D2D2D2;
}
.titre {
    font-size:20px;
    font-weight: bold;
    color: #526D88;
    color: #162448;
    margin-top:25px;
    margin-bottom:15px;
}
.xsmall { font-size:12px }
#error {
    color:#FF0000;
    font-size:13px;
}
.bouton {
    cursor:pointer;
    color:#FFFFFF;
    background-image: url(images/fond_bouton.jpg);
    background-repeat: repeat-x;
    height: 25px;
    line-height:20px;
    border: 1px solid #BF4000;
    font-size: 12px;
    padding-bottom:5px;
    cursor: pointer;
    color: #FFFFFF;
    /*background-image: url(images/fond_bouton.jpg);
    background-repeat: repeat-x;
    height: 25px;
    line-height: 20px;*/
    border: 1px solid transparent;
    font-size: 12px;
    padding-bottom: 5px;
    background: #5d58c6;
    padding: 0.986rem 1.5rem;
    border-radius: 2rem;
    line-height: 0;
    margin-top: 15px;
}
.bouton:hover{background-image:
        url(images/fond_bouton_hover.jpg);
    background-repeat: repeat-x;
    border: 1px solid #162448;
}

.bouton:hover{
    background: #162448;
    transition: .2s ease-in-out .1s;
}


/* custom select */
ul.select {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
ul.select,
ul.select ul {
    margin: 0;
    padding: 0;
}
ul.select > li,
ul.select ul li {
    height: 38px;
    line-height: 36px;
    list-style: none;
    width: 100%;
}
ul.select > li {
    background: white url('../images/dropdown_icon.gif') no-repeat right center;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    z-index: 99;
}
ul.select > li span {
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    display: block;
    height: 100%;
    padding: 0 30px 0 10px;
}
ul.select ul {
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    margin: 0 5px;
}
ul.select ul li {
    background-color: white;
    border: 1px solid #cbcbcb;
    border-top: none;
    padding: 0 25px 0 5px;
    width: 100%;
}
ul.select ul li.selected {
    background-color: #f5f5f5;
}
ul.select ul li:hover,
ul.select ul li.selected:hover {
    background-color: #cbcbcb;
    color: white;
}

/* format for lang selected */
#date-format {
    height: 20px;
    position: absolute;
    right: 190px;
    top: 10px;
    /* alert-info */
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    border: 1px solid transparent;
    border-radius: 4px;
}

/* lang selector */
#lang-selector {
    height: 20px;
    position: absolute;
    right: 130px;
    top: 10px;
    width: 60px;
}
#lang-selector > li,
#lang-selector > li span,
#lang-selector ul li {
    height: 20px;
    line-height: 16px;
}
#lang-selector > li span img {
    margin-top: 4px;
}
#lang-selector ul li {
    width: 20px;
}

