﻿/* aaweb.css - css r�serv� � l'application fonctionelle */

@charset "UTF-8";

/* ---------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
/* Surface de l'application fonctionelle pour le Web */
/* Page Aspx */

/*

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="versionlogiciel.aspx.cs" Inherits="ApplicationWeb.versionlogiciel" MasterPageFile="ApplicationWeb.Master" %>
<asp:Content ID="defaultpage" ContentPlaceHolderID="SurfaceApplication" runat="Server">
 <div class="surface_ihmweb">
  

 </div>
</asp:Content>

*/


.surface_ihmweb 
{
  position: relative;  
  margin-right: auto;
  margin-left: auto;
  padding: 10px 3px 3px 3px;
 /* min-width: 300px; */
  height: 523px;
  
  border: 1px solid #EBEBEB;
}

.surface_ihmweb:after {
  clear: both;
}
@media (min-width: 768px) {
  .surface_ihmweb {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .surface_ihmweb {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .surface_ihmweb {
    width: 1200px;
  }
}
/* ---------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */



.logologiciel
{
position: absolute;
top: 10px;
left: 10px;
}

.center-div-cnx
{
    margin: auto;
    width: 260px;
    border: 1px solid steelblue;
    height: 240px;
   
}



.navbar-authentification
{
    position: relative;
    padding-left: 500px;
}

/* style="border:solid 1px steelblue; text-transform:uppercase; font-weight:bold; color:steelblue;" */


.abiocom_bordure_grise {
 border:1px solid black; 
 background-color:silver;
 }

/*
table {
 border-width:50px; 
 border-style:solid; 
 border-color:WindowFrame;
 width:100%;
 }
td { 
 border-width:10px;
 border-style:solid; 
 border-color:red;
 width:50%;
 }
*/


.standardtxtpanneau
{
    border-radius:12px;
    border: medium groove #008080;
    margin: auto;
    background-position: left top;
    padding: 2px;
    font-size: large;
    line-height: normal;
    font-family: "Arial" , sans-serif;
    font-weight: 500;
    color: #008080;
    font-style: normal;
    background-color: #C0C0C0;
    background-repeat: repeat;
    background-attachment: fixed;
    text-align: center;
}


.abiocom
{
    border: medium groove #008080;
    margin: auto;
    background-position: left top;
    padding: 2px;
    font-size: 18px;
    line-height: normal;
    font-family: "Arial" , sans-serif;
    font-weight: 500;
    color: #0000FF;
    font-style: normal;
    background-color: #FFFFCC;
    background-repeat: repeat;
    background-attachment: fixed;
    text-align: center;
}


.abiocom_identification
{
    border-style: solid;
    border-width: 0px;
    border-color: steelblue;
    margin: 7px; /* espace avant d'y inclure la zone */
    background-position: left top;
    padding: 7px; /* espace gauche avant d'y include le Texte */
    font-size: 14px;
    line-height: normal;
    font-family: "Arial" , sans-serif;
    font-weight: normal;
    color: #008080;
    font-style: normal;
}

.erreur_logon {
    font-family: "Arial", sans-serif;
    font-size: 12px;
    color: red;
    text-align: center;
    margin: 3px; /* espace avant d'y inclure la zone */
    padding: 3px; /* espace gauche avant d'y include le Texte */
}

.abiocom_identification_action
{
    border-style: solid;
    border-width: 0px 2px 0px 2px;
    border-color: steelblue;
    margin: 7px; /* espace avant d'y inclure la zone */
    background-position: left top;
    padding: 7px; /* espace gauche avant d'y include le Texte */
    font-size: 16px;
    line-height: normal;
    font-family: 'Courier New';
    font-weight: bold;
    color: #000000;
    font-style: normal;
}


.abiocom_logon
{
    border:solid 2px steelblue;
    border-radius:5px;
    margin: auto;
    background-position: left top;
    padding: 2px;
    font-size: 16px;
    line-height: normal;
    font-family: "Arial" , sans-serif;
    font-weight: normal;
    color: steelblue;
    background-color: ButtonHighlight;
    font-style: normal;
}


.abiocom_bouton
{
    border:solid 2px steelblue;
    border-radius:5px;
    margin: auto;
    background-position: left top;
    /* display: block; */
    font-style: normal;
    font-family: "Arial" , sans-serif;
    font-size: 12px;
   /* width: 100%; */
    font-weight:bold;
    color: black;
    background-color: ButtonHighlight;
    padding: 10px 10px;
}
.abiocom_bouton:hover
{
    background-color: steelblue;
    font-style: oblique;
    font-size: 12px;
    color: #FFFFFF;
}or: #FFF;
}