﻿html, body
{
   height: 100%;

}


div#space
{
   width: 1px;
   height: 50%;
   margin-bottom: -1000px;
   float:left
}
div#container
{
   width: 900px;
   height: 700px;
   margin: auto;
   position: relative;
   clear: left;
}

body {
    margin: auto auto;
    padding: 0;
    background-color: #FFFFFF;
    color: #000000;
    width:100%;
    height:100%;
    
}

a
{
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a:visited
{
   color: #FF0000;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #006600;
   text-decoration: underline;
}

#wb_Text1 
{
   background-color: transparent;
   border: 0px #000000 solid;
   padding: 0;
}
#wb_Text1 div
{
   text-align: center;
}
#Image2
{
   border: 0px #000000 solid;
}
#Image1
{
   border: 0px #000000 solid;
}
#Image3
{
   border: 0px #000000 solid;
}
#Image4
{
   border: 0px #000000 solid;
}
.input_bordure2
{
	-moz-border-radius:2px 2px 2px  2px ;
	-webkit-border-radius:2px 2px 2px  2px  ; 
	border-radius:2px 2px 2px  2px ;
	border: 1px solid #0099FF;
	color:#0066FF;
	
}
.input:focus
{
color:#000000;
border-color:#990000;
}
.input {
    width: 200px;
    height: 30px;
    margin: 4px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #0099FF;
    color: #000000;
}

input[type=submit] {
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #006600;
    color: #FFFFFF;
    width: 100px;
    height: 30px;
    cursor: pointer;
    background-color: #006600;
}

 input[type=submit]:hover
{

background-color:#26c400;

}
input[type=reset]
{

-moz-border-radius:3px 3px 3px 3px ;
	-webkit-border-radius:3px 3px 3px 3px ;
	border-radius:3px 3px 3px 3px ;
	border: 1px solid #294F7C;
	color:#FFFFFF;
width:100px;
height:30px;
cursor:pointer;
background-color:#294F7C;

}

 input[type=reset]:hover
{

background-color:#003366;

}

.erreure2 {
	width: 400px;
	height: 20px;
	text-align:center;
	background-color: #FFCCCC;
	border: 2px solid #FF0000;
	font-weight: bold;
	color: #B60512;
}
#Layer1 {
	margin-left:737px;
	margin-top:188px;
	width:61px;
	height:26px;
	z-index:1;
}
.input_bordure21 {	-moz-border-radius:2px 2px 2px  2px ;
	-webkit-border-radius:2px 2px 2px  2px  ; 
	border-radius:2px 2px 2px  2px ;
	border: 1px solid #0099FF;
	color:#0066FF;
}
.label {
    color: black;
    font-size: 12px;
    display: inline-block;
    width: 100px;
    margin-right: 2px;
    text-align: right;
}




/****************/

#fade2 { /*--Masque opaque noir de fond--*/
    display: none; /*--masqué par défaut--*/
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 80;
    z-index: 9999;
}

#fade2 {
    position: absolute;
}

.popup_block {
    display: none; /*--masqué par défaut--*/
    background: #fff;
    padding: 0px;
    border: 20px solid #ddd;
    float: left;
    font-size: 1.2em;
    position: fixed;
    z-index: 99999;
    /*--Les différentes définitions de Box Shadow en CSS3--*/
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
    /*--Coins arrondis en CSS3--*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#fade {
    position: absolute;
}

.popup_block {
    position: absolute;
    top: 2%;
    margin: auto;
    max-height: 96%;
    height: 96%;
    max-width: 1030px;
    overflow-y: scroll;
    overflow-x: none;
}

.msgbox {
    display: none; /*--masqué par défaut--*/
    background: #fff;
    padding: 0px;
    border: 20px solid #ddd;
    float: left;
    font-size: 1.2em;
    position: fixed;
    z-index: 1;
    /*--Les différentes définitions de Box Shadow en CSS3--*/
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
    /*--Coins arrondis en CSS3--*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.msgbox {
    position: absolute;
    left: 40%;
    right: 60%;
    top: 30%;
    margin: auto;
    min-height: 23%;
    z-index: 1;
    width: 400px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.closeMsgbox:hover {
    color: white;
    background: red;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
}

.closeMsgbox {
    color: black;
}

.btnOk:hover, .btnAnnul:hover {
    background: #5d82f9;
    border: 1px solid #acacac;
    cursor: pointer;
    color: white;
    font-weight: bold;
}

.btnOk, .btnAnnul {
    border: 1px solid #b5b5b5;
    background: #dadadd;
    color: black;
}

.visibl {
    visibility: hidden
}

.label {
    font-weight: 700;
}