﻿body
{
	background-color: #dddddd;
}

div.group input.szs,
div.group button.szs
{
    width: 50px;
}

div.bloc
{
    display: inline-block;
    width: 100%;
    height: auto;
    border: solid 1px #999999;
    background-color: #ffffff;
    margin: 12px 0px 0px 0px;
    padding: 0px 0px 12px 0px;
	line-height: 16px;
	box-sizing: border-box;
}
div.info
{
    display: block;
    width: 100%;
    height: auto;
    border: solid 1px #999999;
    background-color: #ffffff;
    margin: 12px 0px 0px 0px;
    padding: 0px 0px 8px 0px;
	line-height: 16px;
}
div.double
{
    display: inline-block;
    width: 100%;
    height: auto;
    border: solid 1px #999999;
    background-color: #ffffff;
    margin: 12px 0px 0px 0px;
    padding: 0px 0px 8px 0px;
	line-height: 16px;
}


/* ---------------------------------------- */
/* Formulaire de connexion                  */
div.fconnexion
{
    /*width: auto;
    height: 196px;
    padding: 16px;*/
    margin: 80px 0px 0px 0px;
    padding: 0px 12px 0px 12px;
}
div.fconnexion input[type="text"],
div.fconnexion input[type="password"]
{
    display: block;
    width: 100%;
    /*margin: 0px 16px 0px 16px;*/
    font-size: 14pt;
    font-weight: bold;
    padding: 0;
    text-indent: 8px;
}
/* ---------------------------------------- */

label
{
    display: inline-block;
    width: 140px;
    height: 36px;
    line-height: 36px;
    font-weight: normal;
    color: #666666;
    background-color: #eee;
    border-left: solid 1px #999999;
    border-top: solid 1px #999999;
    border-bottom: none;
    border-right: solid 1px #999999;
    vertical-align: top;
    margin: 16px 0px 0px 0px;
}
span.error
{
    margin: 72px 12px 12px 12px;
}
span.important
{
    text-indent: 0;
}
span.cle
{
    margin-left: 12px;
    margin-bottom: 6px;
}

div.popup
{
    top: 92px;
}

input[type=text]
{
    font-weight: bold;
}

div.itemsep
{
    display: none;
}

div.group input.szxs,
div.group button.szxs
{
    width: 32px;
}
.xxl
{
    min-width: 180px;
}
span.small
{
    max-width: 140px;
    overflow-x: hidden;
}
span.head4b
{
}