/* General styles */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, input, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    border: 0 none;
    font-family: arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    outline: invert none 0;
    /*padding: 0;*/
    vertical-align: baseline;
    background-color: inherit;
}


body
{
    margin: 0 auto;
    background-image: url('../img/fond2.png');
}

div {
    height: 100%;
}
#appli
{
    width: 100%;
}


.content
{
    width: 990px;
    overflow: hidden;
}

strong {
    font-size: 1.1em;
    font-weight: bold;
}

.none
{
    display: none;
}

.center
{
    margin: 0 auto;
    /*text-align: center;*/    
}

.text_center{
    text-align: center;
}

.float-left
{
    float: left;
}

.float-right
{
    float: right !important;
}

:link, :link span, :link img
{
    text-decoration: underline;
}


:visited
{
    color: #c31af6;
    font-style: italic;
}

:active
{
    color: #000;
}

img
{
    border: 0;
}


.bold {
    font-weight: bold;
       font-size: medium;
}


.footerView
{
    padding: 2em 0 0 0;
    display: block;
    width: 100%;
    margin: 15px auto 15px auto;
    color: whitesmoke;
    clear: both;
    font-size: .8em;
    height: 100px;
    float: none;
}

.footerView div {
        background-color: #162777;
    margin-top: 30px;
    padding-top: 10px;
}
    .footerView div span{
        margin:auto;
    }
.c1,
.clear,
#clear
{
    clear: both;
}

P.break
{
    /* background-color:#555555; */
    height: 1px;
}


ul, ol
{
    margin-top: 0;
    margin-bottom: 10px;
    
}

    ul ul,
    ol ul,
    ul ol,
    ol ol
    {
       
        margin-bottom: 0;
    }

.list-unstyled
{
    padding-left: 0;
    list-style: none;
}

.list-hotizontal {
    padding-left: 0;
    list-style: none;
}

    .list-hotizontal > li
    {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
        vertical-align: top;
    }

div.bottom-align {
    display: table-cell;
    vertical-align: bottom;
    min-height: 54px;
}    
