html
{
	margin: 0;
    padding: 0;
	background-color: #D2D2D2;
}
@font-face
{
    font-family: "roboto";
    src: url('./polices/Roboto-Light.ttf');
}
body
{
	margin: 0;
	font-family: roboto;
	font-size: 20px;
}
input
{
	font-family: roboto;
	font-size: 18px;
	outline: none;
	background-color: #ffffff;
}
input:focus
{
	border: 1px solid #94FF00;
	color: #94FF00;
	background-color: #005F7F;
}
input[type="date"]
{
	font-family: roboto;
	font-size: 16px;
	outline: none;
	background-color: #ffffff;
}
input[type="date"]:focus
{
	border: 1px solid #94FF00;
	color: #94FF00;
	background-color: #005F7F;
}
input:disabled
{
	font-family: roboto;
	font-size: 16px;
	outline: none;
	background-color: #ffffff;
}
textarea
{
	font-family: roboto;
	font-size: 18px;
	background-color: #ffffff;
}
textarea:focus
{
	border: 1px solid #94FF00;
	color: #94FF00;
	background-color: #005F7F;
}
.text_area_poste
{
	font-family: roboto;
	font-size: 18px;
	background-color: #ffffff;
}
.text_area_poste:focus
{
	border: 1px solid #94FF00;
	color: #94FF00;
	background-color: #005F7F;
}
select
{
	font-family: roboto;
	font-size: 18px;
	background-color: #ffffff;
}
select:focus
{
	border: 1px solid #94FF00;
	color: #94FF00;
	background-color: #005F7F;
}
.simple
{
	background-color: #D2D2D2;
	border: 0;
}
/*ENTETE*/
#header
{
	background-color : #005F7F;
	width: 100%;
	height: 100px;
	text-align: center;
}
#header_modif
{
	background-color : #0A5A82;
	width: 100%;
	height: 150px;
	text-align: center;
}
#image_logo
{
	height: 60px;
	margin: 5px 0 0 20px;
	float: left;
}#barre_access_rapide{	width: 70%;	height: 50px;	display: inline-block;}/*BOUTONS HEADER*/.btn_access_rapide{	height: 50px;	width: 150px;    display: inline-block;    line-height: 50px;	color: #ffffff;	cursor: default;	opacity: 0.7;	margin-top: 10px;	margin-left: 20px;	border: 1px solid #ffffff;}.btn_access_rapide:hover{	opacity: 1;}.btn_access_rapide_modif{	height: 50px;	width: 150px;    display: inline-block;    line-height: 50px;	color: #0A5A82;	cursor: default;	opacity: 0.7;	margin-top: 10px;	margin-left: 20px;	border: 1px solid #0A5A82;}.btn_access_rapide_modif:hover{	opacity: 1;}.msg_access_rapide
{
	height: 40px;
    display: inline-block;
    line-height: 50px;
	color: #ffffff;
	cursor: default;
	padding-left: 20px;
}/* TEXTES TITRE ET SOUS-TITRE */.titre
{
	font-size: 20px;
}
/*BOUTONS*/
.btn
{
	width: 250px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
    cursor: default;
    padding: 10px;
    margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.btn:hover
{
	background:#E1E1E1;
}
.btn:active
{
	background:#E1E1E1;
}
.btn_rouge
{
	width: 250px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
    cursor: default;
    padding: 10px;
    margin: auto;
}
.btn_rouge:hover
{
	background:#C75C5C;
}
.btn_rouge:active
{
	background:#C75C5C;
}
.btn_vert
{
	width: 250px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
    cursor: default;
    padding: 10px;
    margin: auto;
}
.btn_vert:hover
{
	background:#76C2AF;
}
.btn_vert:active
{
	background:#76C2AF;
}
.btn_big_non_clicable{	display: inline-block;	width: 250px;	height: 250px;	line-height: 50px;	text-align: center;	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);	cursor: default;	padding : 10px;	vertical-align: top;	margin : 5px;}.btn_big{	display: inline-block;	width: 250px;	height: 250px;	line-height: 50px;	text-align: center;	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);	cursor: default;	padding : 10px;	vertical-align: top;	margin : 5px;}.btn_big:hover{	background-color: #E1E1E1;}.btn_big:active{	background-color: #E1E1E1;}.btn_select{	width: 250px;    height: 50px;    line-height: 50px;    text-align: center;    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);    cursor: default;    padding: 10px;    margin: auto;	margin-top: 20px;	margin-bottom: 20px;}.btn_select:hover{	background:#E1E1E1;}.btn_select:active{	background:#E1E1E1;}/*BOUTON AJOUTER */.btn_add{  position: fixed;  right: 50px;  bottom: 50px;  opacity: 0.7;  border-radius:50%;  width:50px;  height:50px;  text-align: center;  color: #fff;  box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);  font-size: 40px;  cursor: default;}.btn_add:hover{	opacity: 1;}.btn_add:active{	opacity: 1;}.btn_add img{	width:50px;	height:50px;}
.image_btn
{
	opacity: 0.7;
}
.image_btn:hover
{
	opacity: 1;
}/*BOUTON DE SAUVEGARDE*/.btn_save{  position: fixed;  right: 50px;  bottom: 120px;  opacity: 0.7;  border-radius:50%;  width:50px;  height:50px;  text-align: center;  color: #fff;  box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);  font-size: 40px;  cursor: default;}.btn_save:hover{	opacity: 1;}.btn_save:active{	opacity: 1;}.btn_save img{	width:50px;	height:50px;}.btn_save_fenetre{  position: fixed;  right: 50px;  bottom: 120px;  opacity: 0.7;  border-radius:50%;  width:50px;  height:50px;  text-align: center;  color: #fff;  box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);  font-size: 40px;  cursor: default;  z-index: 205;}.btn_save_fenetre:hover{	opacity: 1;}.btn_save_fenetre:active{	opacity: 1;}.btn_save_fenetre img{	width:50px;	height:50px;}/**/.menu_ajouter_produit{	position: fixed;	right: 50px;	bottom: 100px;}.btn_add_menu{	opacity: 0.7;	border-radius:50%;	width:50px;	height:50px;	text-align: center;	color: #fff;	box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);	font-size: 40px;	cursor: default;	margin-bottom: 20px;}.btn_add_menu:hover{	opacity: 1;}.btn_add_menu:active{	opacity: 1;}.btn_add_menu img{	width:50px;	height:50px;}.btn_add_libre{	display: inline-block;	vertical-align: middle;	opacity: 0.7;	border-radius:50%;	width:50px;	height:50px;	text-align: center;	color: #fff;	box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);	font-size: 40px;	cursor: default;}.btn_add_libre:hover{	opacity: 1;}.btn_add_libre:active{	opacity: 1;}.btn_add_libre img{	width:50px;	height:50px;}.btn_del_mini{	display: inline-block;	opacity: 0.7;	width:30px;	height:30px;	text-align: center;	cursor: default;}.btn_del_mini:hover{	opacity: 1;}.btn_del_mini:active{	opacity: 1;}.btn_del_mini img{	width:30px;	height:30px;}.btn_del_middle{	display: inline-block;	opacity: 0.7;	width:60px;	height:60px;	text-align: center;	cursor: default;	padding: 10px;}.btn_del_middle:hover{	opacity: 1;}.btn_del_middle:active{	opacity: 1;}.btn_del_middle img{	width:60px;	height:60px;}/*CONNECTION*/.cadre_connexion
{
	width: 80%;
	background-color: #D2D2D2;
	margin: 50px auto;
	padding: 20px;
	text-align: center;
}/* FENERTES */.fenetre{	z-index: 200;	position: fixed;	width: 90%;	background-color: #fff;	border: 1px solid black;	margin: auto;	left: 0;	right: 0;	top: 20px;	padding: 20px;}
.fond_fenetre
{
	z-index: 100;
	background-image:url(./images/fond_gris.png);
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
#fenetre_contenu
{
	height: 97%;
	overflow-y: auto;
}
/*MASQUE LES FLECHE DES INPUT NUMBER*/
.number::-webkit-inner-spin-button, .number::-webkit-outer-spin-button{    -webkit-appearance: none !important;    margin: 0 !important;    -moz-appearance:textfield !important;}/*TABLEAUX*/
.liste_clients
{
	width: 90%;
	margin: auto;
	border-collapse: collapse;
}
.liste_clients tr
{
	height: 60px;
}
.liste_clients tr:hover
{
	color: #005F7F;
	border : 1px solid #005F7F;
}
/*Table liste groupe*/
.liste_groupes
{
	width: 50%;
	margin: auto;
	border-collapse: collapse;
	text-align: center;
}
.liste_groupes tr
{
	height: 60px;
}
.liste_groupes tr:hover
{
	color: #005F7F;
	border : 1px solid #005F7F;
}
/*Ne met pas en surbrillance l'entete du tableau*/
.liste_documents .entete:hover
{
	border: 0;
	color: #000000;
}
.liste_documents
{
	width: 100%;
	margin: auto;
	border-collapse: collapse;
}
.liste_documents tr
{
	height: 30px;
}
.liste_documents tr:hover
{
	color: #005F7F;
	border : 1px solid #005F7F;
}
/*Ne met pas en surbrillance l'entete du tableau*/
.liste_documents .entete:hover
{
	border: 0;
	color: #000000;
}
/*Bouton nouveau pour tableau liste*/.btn_nouveau
{
	color: #ffffff;
	height: 25px;
	line-height: 25px;
	border: 1px solid white;
	float: right;
	margin: 4px 5px 0 0;
	cursor: default;
}
.btn_nouveau:hover
{
	color: #94FF00;
	border: 1px solid #94FF00;
}
/*Bouton pour les groupes*/
.btn_groupe
{
	color: #005F7F;
	height: 25px;
	line-height: 25px;
	border: 1px solid #005F7F;
	margin: 0 5px;
	padding: 5px;
	cursor: default;
	display: inline-block;
}
.btn_groupe:hover
{
	color: #C75C5C;
	border: 1px solid #C75C5C;
}
/*Bouton pour les documents*/
.btn_doc
{
	color: #005F7F;
	height: 25px;
	line-height: 25px;
	margin: 4px 5px 0 0;
	cursor: default;
	border: 1px solid #005F7F;
	padding: 5px;
	min-width: 100px;
}
.btn_doc:hover
{
	color: #ffffff;
	border: 1px solid #ffffff;
}
.btn_doc_red
{
	color: #C75C5C;
	height: 25px;
	line-height: 25px;
	margin: 4px 5px 0 0;
	cursor: default;
	border: 1px solid #C75C5C;
	padding: 5px;
}
.btn_doc_red:hover
{
	color: #E6B4B4;
	border: 1px solid #E6B4B4;
}
.btn_doc_green
{
	color: #469E88;
	height: 25px;
	line-height: 25px;
	margin: 4px 5px 0 0;
	cursor: default;
	border: 1px solid #469E88;
	padding: 5px;
}
.btn_doc_green:hover
{
	color: #B7DFD5;
	border: 1px solid #B7DFD5;
}
.table_formulaire_fiche_client{	width: 95%;	margin: auto;}.table_formulaire_fiche_client textarea{	height: 27px;	width: 450px;	resize: none;	overflow: hidden;	border: none;	border-bottom: 1px solid #787878;}	/*Pour les produits*/.table_formulaire_fiche_produit{	width: 100%;}.table_formulaire_fiche_produit textarea{	height: 300px;	width: 90%;	resize: none;	overflow: hidden;	border: none;	border: 1px solid #787878;}.table_formulaire_produit_details{	width: 100%;}.table_formulaire_produit_details textarea{	height: 300px;	width: 90%;	resize: none;	overflow: hidden;	border: none;	border: 1px solid #787878;	background-color: rgba(0,0,0,0);}.input_titre_produit_detail{	font-size: 50px;	width: 90%;	background-color: rgba(0,0,0,0);}	/*Pour les documents*/.liste_postes{	width: 90%;	margin: auto;	border-collapse: collapse;}.liste_postes tr{	height: 60px;}.liste_postes tr:hover{	background-color: #CBEBFB;}.liste_postes input, textarea{	background-color: rgba(255,255,255,0);}/*Ne met pas en surbrillance l'entete du tableau*/.liste_postes .entete:hover{	background-color: #FFFFFF;}.liste_postes textarea{	width: 90%;	min-height: 70px;	resize: none;	border: none;	border-bottom: 1px solid #787878;}.liste_postes_input{	width: 90%;	height: 68px;}.liste_fournisseur{	font-size: 20px;	width: 90%;	margin: auto;	border-collapse: collapse;}.liste_fournisseur tr{	height: 60px;}.liste_fournisseur tr:hover{	background-color: #CBEBFB;}.liste_fournisseur td{	text-align: center;}/*Ne met pas en surbrillance l'entete du tableau*/.liste_fournisseur .entete:hover{	background-color: #FFFFFF;}/*Diminue les images des icones dans les petit tableau et cache la colone client*/.petit_table img{	width: 30px;	height: 30px;}.petit_table .btn_del_middle{	width: 30px;	height: 30px;}.petit_table .liste_clients tr{	border-bottom: 1px solid black;}.petit_table .liste_clients .td_client{	display: none;}/*Info Bulle*/.infobulle{	position: fixed;	min-width: 300px;	max-width: 500px;	min-height: 300px;	border: 1px solid black;	background-color: rgba(203,235,251,0.9);}
#table_documents
{
	font-size: 12px;
}
#table_commandes
{
	font-size: 12px;
}
#table_reglages
{
	font-size: 12px;
}
#table_courriers
{
	font-size: 12px;
}
/*Speciale impression table client*/
#v_print
{
	display: none;
}
#v_print_inverse
{
	display: initial;
}