/*Module de connexion ou d'inscription*/
#Compte{
	background:#122E3D;
	font-family:"Trebuchet", serif;
	font-size:16px;
	height:20px;
	font-weight:bold;
	padding-top:2px;
	margin-left:10px;
	margin-bottom:20px;/*Pour difference ie*/
	width:98%;
}
#Compte table{
	margin-top:4%;
}
#Compte td{
	padding-bottom:1.5%;
}
#DivCompte{
	z-index: 99; 
	display: none; 
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 100%; 
	height: 100%;
}
#DivCompte div{
	margin-bottom:5%;
	/*width:22%; 
	height:45px;*/
	border: 1px solid #000000; 
	background: #122E3D;
	/*background: #FFFFFF;*//*Redefini Global*/
	width: 500px; 
	height: 500px; 
}
.DivTable{
	width: 100%; 
	height: 100%;
}
.DivTable div{
	color:black;
}
.DivTable h1{
	padding-top:20px;
}
.Inscription, .Deconnexion{
	background-color:#122E3D;
	float:right;
    color:white;
	font-family:"Trebuchet", serif;
	font-size:16px;
   height:18px;   
	font-weight:bold;
	/*background-color:#000000;*//*Redefini global*/
	border-style:none;
	margin-right:10px;
	margin-top:-1px;
}
.Inscription:hover, .Deconnexion:hover{
    cursor:pointer;
	background-color:#122E3D;
	text-decoration:underline;
}
.ControleDivCo{
	float:right;
	margin-right:16px;
    color:white;
}
.ControleDivCo:hover{
    cursor:pointer;
	text-decoration:underline;
}
.ControleDivAnn{
   color:yellow;
}
.ControleDivAnn:hover{
    cursor:pointer;
	text-decoration:underline;
}
.Tiret{
	color:white;
	float:right;
	margin-right:20px;
}
.Tiret2{
	color:white;
	float:left;   
	margin-right:10px;
	margin-left:10px;
}
.DateConn{
	color:white;
	float:left; 
}
.Mail{
	float:left;   
	color:yellow;
}

/*Menu navigation*/ 
.MenuInpt{
   background-color:#122E3D;
	font-family:"Trebuchet", serif;
   display:block; 
   float:left;   
   width:90px; 
   height:18px;    
   border-style:none;
   cursor:pointer;
   /*background-color:black;*/ /*REdefini en global*/
   font-size:16px;
   font-weight:bold;
   color:white;
   margin-top:0px;
   margin-right:2px;
}
.MenuInpt:hover{
   background-color:#0A1D2B;
	/*color:black;
	background:white;*//*Redefini Global*/
	font-size:16px;
}

/*Fenetre d'oubli des parametre*/

/*Formulaire d'inscription*/
#Inscription{
	margin:auto;
	margin-top:2%;
	width:40%;
	background-color:#122E3D;
}
#Inscription h1{
	margin-bottom:30px;
	margin:auto;
	text-align:center;
}
.InputInscr{
	float:right;
	margin-right:5px;
	width:140px;
}
.InputInscr:focus{
	float:right;
	margin-right:5px;
	width:140px;
	background-color: #CDF0F0;
	color: black;
	border: 1px outset black;
}
#Inscription label{
	margin-left:5px;
}
#Inscription table{
	height:100%;
	width:90%;
	margin:auto;
}
#Inscription p{
	margin:5%;
}
#DivCharte{	
	z-index: 99; 
	display: none; 
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 100%; 
	height: 100%;
}
#DivCharte div{
	width: 60%; 
	height: 100%; 
	border: 1px solid #000000; 
	background: #FFFFFF;
	overflow:auto;
	padding:1%;
	margin-top:20%;
	text-align:left;
}
.LbCharte{
	color:yellow;
}
.LbCharte:hover{
    cursor:pointer;
	text-decoration:underline;
}
.ValiderInscription{
	float:right;
	margin-bottom:5%;
	margin-right:10%;
	width:100px;
}
.LienRefreshCaptcha{
	border:none;
}
.RefreshCaptcha{
	width: 50px; 
	height: 50px;
}