﻿@import "Identification_qn.css?revintra=26630";
#logoIdentification {
	background-image: url(../images/theme_client/equal_w.png);
}
 
body {
	background: #014265;
}
 
 /*=======================================================================*/
/*                         CHAMPS                                        */
/*=======================================================================*/

/*Champs de saisie :*/
/* Champ vide et inactif */
.champ_QN {
    color: #000000;
    border: 1px solid #014265;
}

/* Champ hover */
.champ_QN:hover {
    border: 1px solid #014265;
}

/* Champ focus */
.champ_QN:focus {
    color: #000000;
    border: 1px solid #171C8F;
}

/*=======================================================================*/
/*                         LISTE LANGUE                                  */
/*=======================================================================*/

/*Liste déroulante (version neutre) :*/
.listederoulante_QN {
    border: 1px solid #014265;
}

.listederoulante_QN:hover {
    border: 1px solid #BBCC75;
}

.listederoulante_QN:focus {
    border: 1px solid #171C8F;
}

.listederoulante_QN:disabled {
    border: 1px solid #C8E100;
}

/*Items de la liste déroulante (version neutre) :*/
a.item_listederoulante_QN {
    padding-top: 5px;
    padding-bottom: 5px;
}


.item_listederoulante_QN:focus {
    background-color: #C8E100; 
}

.item_listederoulante_QN:hover {
    background-color: #D1CDCD;
}

.item_listederoulante_QN:active, .item_listederoulante_QN.active {
    background-color: #C8E100;
}
.Version {
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding: 2px;
    padding-left: 5px;
    font-size: 8pt;
    font-family: trebuchet MS;
    color: #fff;
}