﻿@import "Identification_qn.css?revintra=26630";
#logoIdentification {
	background-image: url(../images/theme_client/brest.png);
}
 
body {
	background: #f9f7f2;
}
 
 /*=======================================================================*/
/*                         CHAMPS                                        */
/*=======================================================================*/

/*Champs de saisie :*/
/* Champ vide et inactif */
.champ_QN {
    color: #000000;
    border: 1px solid #000;
}

/* Champ hover */
.champ_QN:hover {
    border: 1px solid #000;
}

/* Champ focus */
.champ_QN:focus {
    color: #000000;
    border: 1px solid #7d7666;
}

/*=======================================================================*/
/*                         LISTE LANGUE                                  */
/*=======================================================================*/

/*Liste déroulante (version neutre) :*/
.listederoulante_QN {
    border: 1px solid #000;
}

.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;
}

body::before {
	content: "";
	background: bottom / contain no-repeat url('../Images/Theme_client/LogoQN_col.png');
	position: fixed;
	bottom: 20px;
	right: 20px;
	height: 100px;
	width: 180px;
}