html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Verdana, sans-serif;
	vertical-align: baseline;
}

* {margin:0; padding:0;}

html {
	font: 90%/1.3 Verdana,"Times New Roman", serif;
	background:#FFFFFF url(images/background_ul_v3.png) no-repeat scroll 0 0;
	color: #293e77;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    
}

/* conteneur global de header et content */
div.fl-screenNavigator-view {
 position:absolute;
 top:15%;
 left:21%;
 width:60%;
 min-width:650px;	
  border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
 background: #929CAF;
 background: rgba(38, 59, 97, 0.5);
 box-shadow: 1px 1px 12px white;
}

/* bandeau d'entete */
#header {
	background: transparent url(images/ja-sig-logo.png) no-repeat scroll 0 10px;
	margin-left:13%; 
	height: 91px;
	border-bottom: 0px solid black;
}

/* conteneur de login et sidebar */
#content {
	margin-left:13%;
	min-height:220px;
	margin-top:25px;
}

/* bloc encadr� */
#login {
	width:80%;
	background:white;
	border:1px solid #556B9D;
  border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	padding:7px;
	float:left;
	margin-bottom:15px;
	margin-right:8px;
	text-align:center;
}

/* sous titre au dessus des identifiants/mdp*/
#login h2{
	margin-top:10px;
	margin-bottom:15px;
}

/* alerte securite de droite */
#sidebar {
    color: #d21529;
    font-size: 0.78em;
    text-indent: 0px;
	padding-top:20%;
}

/* champ d'identifiant et de mot de passe */
input[type=text], input[type=password]{
	margin-top: 10px;
	padding: 0;
	padding-top: 1px;
	padding-left: 3px;
	background:  url("images/username_password_03.png") top right no-repeat;
	letter-spacing: 1px;
	height: 25px;
	font-family: Verdana,sans-serif;
	font-size: 1em;
	min-height: 1.3em;
	width: 200px;
	z-index: 100;
	border:none;
	color: #263C7F;
	margin: 0;
}

/* label de formulaire */
label {
    display: inline-block;
    background:url("images/username_password_03_1.png") no-repeat;
    width: 95px;
    height: 25px;
    color: white;
    padding: 4px 0 0 14px;
    text-align: left;
    vertical-align: top;
}

/* ligne contenant l'identifiant et le mot de passe */
.fl-controls-left {
	text-align:center;
}

/* bouton probl�me de mot de passe */
.btn-mdp {
	background:  url(images/btn_pb_mdp3.png) top left no-repeat;	
	display: inline-block;
	height: 47px;
	width: 188px;	
	margin-top:-5px;
	/*opacity:0.7; */
	font-size: 0%; 
	line-height: 1000px;
	letter-spacing:9999em; 
	color:transparent;
	overflow: hidden;
	float:right;

}
	
/* bouton valider et efface */
.btn-submit, .btn-reset {
	margin-top:10px;
	padding: 3px;	
	
	height: 35px;
	width:90px;
	border:0px;
	cursor: pointer;
	
	font-size: 0%; 
	letter-spacing:9999em; 
	color:transparent;
	overflow: hidden;
}

/* bouton valider */
.btn-submit {
	background: #FFFFFF url(images/btn_login1.gif) no-repeat center center;	
	margin-left:250px;
}

.btn-submit:hover {
	background: #FFFFFF url(images/btn_login2.gif) no-repeat center center;	
}

.btn-reset {
	position: relative;
	top: -70px;
	right: 27px;
	width: 22px;
	height: 55px;
	background: transparent;
}

.btn-row {
	text-align: center;
}

/* errors pas en https */
#content>.errors {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.3em;
	padding:5px;
	padding-left:35px;
	min-height:22px;
	margin-bottom:10px;
	margin-right:10px;	
}

/* message d'erreu des status */
#status {
	font-weight: none;
	text-align:left;
	line-height: 1.3em;
	margin:10px;
	min-height:22px;
}

.errors
{
    background: url("images/ul_error.png") no-repeat scroll 1em 1em #FFBFC7;
    border: 0 solid #C1192F;
    color: #C1192F;
    font-family: verdana,sans-serif;
  border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
    margin: 3em;
    padding: 1em 1em 1em 3em;
} 
.info, .success
{
	border: 1px dotted #0d6478;
	color: #283D7B;
	margin-right:10%;
	padding:20px;
	text-align:center;
	background-color: white;
  border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
}
.info h2, .success h2 {
	font-weight: bold;
	font-size:1.2em;
	margin-bottom:20px;
}

/* a cacher */
.check,#list-languages ,#header h1,#footer{
 display:none;
}


.msg-row {
 font-size:0.8em;
 color:#d81565;
 margin-top:12px;
 margin-bottom:12px;
 font-style:italic;
}

.securite {
	color: white;
	font-size: 0.80em;
	width:80%;
	/*border:1px solid white;*/
  border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	padding:7px;
	margin-bottom:18px;
	text-align:left;
	/*box-shadow: 1px 1px 1px white;*/
	/*background: #c73c81;*/
	float:left;
	margin-bottom:22px;
	margin-right:12px;
	text-align:left;
 	list-style-image: url("images/ico.png");
 	list-style-position: inside;
	clear: both;
}

.coronav {
        border: 1px solid grey;
        width:80%;
        border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
        padding: 9px;
        margin: 1em auto;
        background-color: #C43F84;
        color:white;
        font-weight: bold;
}

.coronav a{
        color:white;
}

