body
{
    background-color: #f0f0f0;
    overflow-y: scroll;
}

html
{
    height: 100%;
}

.login-box
{
    /*background-color: white;*/
    /*height: 200px;*/
    width: 250px;
}
.main-box
{
    background-color: white;
    padding: 50px 10px 50px 10px;
}

.icon
{
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.bouton-search
{
    position: absolute;
    right: 10;
}

.image-donnees
{
    position: absolute;
    margin-left: 30px;
}

.liste_connected
{
    position: fixed;
    bottom: 10;
    left: 10;
}

.tableau-appel tbody tr:nth-of-type(odd)
{
    background-color: #f0f8ff;
}

.tableau-appel tbody tr:hover
{
    background-color: #e4e4e4;
}

.filtre_appel
{
    /*margin-top: 0px;*/
    margin-left: 0px;
}

.bouton_marque {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	background-color:#ffffff;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
    text-shadow:0px 1px 0px #ffffff;
    
    height: 175px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    background-clip: padding-box;
}

.bouton_marque:hover {
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
    background-color:#f6f6f6;
    background-clip: padding-box;
}
.bouton_marque:active {
	position:relative;
    top:1px;
    background-clip: padding-box;
}

.compteur_marque {
    position: absolute;
    bottom: 0;
    right: 2;

    color: rgb(207, 207, 207);
    font-size: 2em;
}

.bouton_retour_marque {
    position: absolute;
    left: 10;
    top: 10;
}

.bouton_afficher_toute_marque {
    position: absolute;
    right: 10;
    top: 10;
}

.tableau
{
    cursor: pointer;
}

.infogerance_cvl
{
    color: #38afbb !important;
}

.infogerance_cvl.active, .infogerance_cvl:hover
{
    color: #18cfe1 !important;
}