/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 31 août 2019, 19:11:45
    Author     : marcoluni
*/

body {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

div {
/*    border: thin solid greenyellow;*/
}

#page-navigateur {
    overflow: auto;
    background: linear-gradient(#023675, #999);
    height: 100%;
}

#encart-banniere {
    background: linear-gradient(#0082bc, #023675);
    height: 58px;
}

#encart-logo {
    float: left;
    margin: 5px;
}

#encart-titre {
    float: left;
    margin: 8px;
}

.encart-message {
    position: fixed;
    top: 80px;
    left: 80px;
    width: 600px;
    padding: 10px;
   
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 30px;
}

.encart-message-ok {
    border-radius: 10px;
    background-color: lightgreen;
    padding: 10px;
}

.encart-message-ko {
    border-radius: 10px;
    background-color: orangered;
    padding: 10px;
    color: white;
}

#encart-recherche {
    float: right;
    margin: 12px;
}

#encart-recherche input {
    font-size: 23px;
}

.stop-float {
    clear: both; 
}

.Style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 20px;
	text-transform: none;
}

.Style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFCC00;
}

.Style3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-style: italic;
}

#formulaire {
	text-align: center;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.cadre_resultat {
/*	text-align: center;*/
        height: 90px;
        background-color: lightgray;
        border-radius: 10px;
}

.espacement {
    height: 10px;
    background-color: blue;
}

.resultat_detail {
        float: left;
        margin: 10px;
        font-size: 22px;
        
}

.resultat_plaque {
        float: right;
        border-radius: 16px;
        padding: 10px;
        height: 70px;
        background-color: lightsalmon;
	color: #000;
        font-size: 60px;
        font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	
}


#resultats {
/*	background-color: #CCCCCC;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#conteneur
{
	position: relative; /* on positionne le conteneur */
	margin-left: 10px;
	margin-right: 10px;
	width: 46%;
	text-align: left;
	padding-top: 0px;
	margin-top: 20px;
	z-index: 0;
	border-radius: 10px;
	min-height: 420px;
	border: 1px solid #E95E3F;
	-moz-box-shadow: 4px 4px 10px #E95E3F;
	-webkit-box-shadow: 4px 4px 10px #E95E3F;
	background-color: #666666;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 40px;
}

#encart-rb {
    width: 200px;
    margin: 1px;
    float: left;
    border: solid 1px black;
}

#encart-rs {
    width: 300px;
    margin: 1px;
    float: left;
    border: solid 1px black;
}

.inscrit {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
        font-size: 13px;
        margin: 4px;
        padding: 4px;
        background-color: lightskyblue;
        border-radius: 2px;
}

.noninscrit {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
        font-size: 13px;
        margin: 4px;
        background-color:  darkorange;
        border-radius: 2px
}

/*.valide {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
        font-size: 13px;
        margin: 4px;
	text-decoration: none;
        background-color: darkorange;
        border-radius: 2px
}*/

.valide a {
    color: black;
}


.colonne {
	position: relative;
	float: left;
	text-decoration: none;
}


#encart-resultats {
	text-align: left;
	padding-top: 0px;
	margin-top: 5px;
	z-index: 0;
}

a {
	
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}



#apDiv1 {
	position: fixed;
/*	width: 600px;*/
	height: 400px;
	z-index: 1;
	/*top: 50%;*/
        bottom: 0px;
	right: 10px;
	background-color: #999;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
        font-size: 10px;
}
.ch {
	font-weight: bold;
	color: #F30;
        font-size: 10px;
}
#apDiv2 {
	position: fixed;
	width: 49%;
	height: 34px;
	z-index: 1;
	bottom: 0px;
	background-color: #999;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	right: 0px;
        font-size: 18px;
}
#apDiv3 {
	position: fixed;
        float:  top;
	width: 40%;
	height: 200px;
	z-index: 1;
	background-color: #999;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	left: 10px;
	top: 50px;
	font-size: 150px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
#apDiv4 {
	position: fixed;
	width: 480px;
	height: 200px;
	z-index: 1;
	
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	left: 0px;
	top: 0px;
	font-size: 150px;
        background-color: #fff;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}

#options {
	position: fixed;
/*	width: 450px;*/
/*	height: 600px;*/
	z-index: 1;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	right: 10px;
	top: 50px;
	font-size: 12px;
        background-color: lightgray;
	font-family: Tahoma, Geneva, sans-serif;
}

#options label {
        font-size: 12px;
}

#options td {
        font-size: 12px;
}

#journal {
	position: fixed;
/*	width: 260px;*/
/*	height: 50%;*/
	z-index: 1;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	left: 0px;
	bottom: 30px;
	font-size: 12px;
        background-color: lightblue;
	font-family: Tahoma, Geneva, sans-serif;
}

#journal form {
        margin: 0;
        padding: 0;
}

#bt-journal {
        position: fixed;
        left: 5px;
	bottom: 5px;
}

.vignette_journal {
    background-color: white;
    border-radius: 4px;
    margin: 2px;
    padding: 2px;
}


#identification {
    position: fixed;
/*    width: 20%;
    height: 10%;*/
    padding: 20px 20px 10px 20px;
    top: 40%;
    left: 40%;
    text-align: center;
    background-color: lightslategray;
    border-radius: 10px;
    z-index: 1;
    
}