﻿body
{
    font-family: Open sans, "Arial" , sans-serif;
    font-size: .8em;
    background-color: #ffffff;
    background: none;
    width: 630px;
    margin: 0 auto;
}

a:link
{
    color: #085da2;
    text-decoration: underline;
    font-size: 1.2em;
    padding-left: 2px;
    padding-right: 2px;
}

/* visited link */
a:visited
{
    color: #085da2;
    text-decoration: underline;
    font-size: 1.2em;
    padding-left: 2px;
    padding-right: 2px;
}

/* mouse over link */
a:hover
{
    color: #085da2;
    text-decoration: none;
}

/* selected link */
a:active
{
    color: #085da2;
}

.registre-tableau-general
{
    display: table-cell;
    border: solid 1px #eceeef;
    border-collapse: collapse;
    border-spacing: 10px;
    margin-top: 10px;
    width: 630px;
}

.registre-tableau-general tr
{
    min-height: 50px;
    height: 50px;
}

.registre-tableau-general tr td
{
    padding: 8px 8px 8px 8px;
}

.registre-tableau-header
{
    font-weight: bold;
    background-color: #364349;
    color: #ffffff;
    padding: 6px;
    text-align: center;
    vertical-align: middle;
    height: 35px;
    width: 50%;
}

.registre-cellules-tableau-resultat-1
{
    font-weight: normal;
    background-color: #ffffff;
    text-align: left;
    vertical-align: top;
}

.registre-cellules-tableau-resultat-2
{
    font-weight: normal;
    background-color: #f5f7f7;
    text-align: left;
    vertical-align: top;
}

.registre-button
{
    background-color: #364349;
    background-repeat: repeat-x;
    color: #FFFFFF;
    width: 130px;
    height: 35px;
    border: solid 1px #FFFFFF;
    font-weight: bolder;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

.registre-button:hover
{
    background-color: #003767;
}

.registre-erreur
{
    border: 1px solid #e4f3d9;
    padding: 8px;
    background-color: #e4f3d9;
    text-align: center;
    height: 40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
}

.pagination
{
    font-size: 12px;
    position: relative;
    color: #085da2;
}
.resultats
{
    line-height: 35px;
    text-align: center;
    vertical-align: middle;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    position: absolute;
    margin-bottom: 80px;
    padding-bottom: 80px;
}

a:link.info, a:visited.info
{
    text-decoration: none;
    margin-left: 4px;
    margin-right: 4px;
    padding-bottom: 0;
    text-align: left;
    border: 0;
    border-bottom: 2px dotted #e9b51a;
    background: 0;
}
.registre-message
{
    border: solid 1px #f6d7d6;
    background-color: #f6d7d6;
    width: 550px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    margin-left: 30px;
    position: fixed;
    overflow: hidden;
}
.wrap
{
    padding-bottom: 40px;
}
