@charset "utf-8";
@import url("login_footer.css");

body,html {
	background: #234896; /* Old browsers */
	background: linear-gradient(45deg,  #234896 0%,#248bc8 100%); 
	color:#5dbfed;
	margin:0;
	height:100%;
}

#container{
	width:980px;
	margin:auto;
	text-align:center;
	min-height:100%;
	height:100%;
	font-family: Arial,Verdana;
	font-size: 12px;
}

#tableStructure {
	height:100%;
	border-collapse:collapse;
	width:100%;
}

#tableStructure_trContent {
	height:100%;
	vertical-align:top;
}

#header {
	padding-top:50px;
}

#header_languageFlag img{
	cursor: pointer;
	vertical-align: middle;
	opacity: 0.7;
	border:none;
}

#content{
	padding-top:10%;
}

#content_message {
	color:#FCEE21;
	font-size:18px;
	font-weight:bold;
	padding:20px;
}

#content_form {
	width:100%;
	margin: auto auto 15px;
}

#content_table{
	margin:auto;
}

#content_table tr td:first-child{
	text-align:right;
	font-weight:bold;
	padding-right:20px;
}

#content_table tr td input {
	color:#244996;
	font-size:14px;
	padding-left:5px;
	width:300px;
	height:30px;
	border:#234894 2px solid;
}

#wrapperMotDePasse{
	position: relative;
}
#content_oeilMotDePasse{
	width: 18px;
	height: 18px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
}
.showPassword{	
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABLUExURUxpcejo6MzMzMzMzP///8zMzMzMzM3Nzc/Pz8zMzMzMzP///8zMzPf399nZ2czMzNvb2/T09PDw8P///+zs7O3t7czMzP///9DQ0GrDVugAAAAWdFJOUwD8tPfWjNDlFFwIFUP5AWclrsOQ2PdYCENSAAAAl0lEQVQY022Q0RKEIAhFSUugLN3awf7/Sxdwe6iJF5kzcL0XgAobwa1KzMe43BCl+GlvbEURDDxfDGVo6ylayE62SfuhjZV1UqZNkZEopkfOALItlGRzC1ufIdlD1HetT38E0dnpyBcZGE3P/s1dHjXSHNzLdJlAJirRWM/hhnp9r2wzBw9UguxtvJ9F9fYDngwfx1NW4QcbpAwMhyvVDQAAAABJRU5ErkJggg==) no-repeat center; 
}
.hidePassword{	
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAeUExURUxpcczMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzPb5bfkAAAAJdFJOUwDoWxaNz0MKsh0Ien4AAABQSURBVBjTpY9LEsAwCEIN5Hv/C1eStitWLRvxOTga8UcDs6xVJsZDkP1RwSF1e3JP6ksox5t1BZDhDEG+R1NhaH1Qvjlkgma9O8Kd6h76pAuACAO9QEKcawAAAABJRU5ErkJggg==) no-repeat center; 
}


#content_btnConnexion{
	font-size:13px;
	height:30px;
	color:#FFF;
	font-weight:bold;
	background: #94c945; /* Old browsers */
	background: linear-gradient(to bottom,  #94c945 0%,#5da032 100%); 

    box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, 0.3);
		
	border:#5DA032 solid 1px;

	cursor:pointer;
	width:160px;
	border-radius:3px;
	margin-top:50px;
}

#content_btnConnexion:hover{
	background: #5da032; /* Old browsers */
	background: linear-gradient(to bottom,  #5da032 0%,#94c945 100%);
}

#content_lienMotDePasseOublie:link {
	color:#8CC63F;
	text-decoration:none;
	font-style:italic;
	text-decoration: underline;
}

#content_lienMotDePasseOublie:visited{
	color:#8CC63F;
	text-decoration:none;
	font-style:italic;
	text-decoration: underline;
}

#content_lienMotDePasseOublie:hover{
	color:#8CC63F;
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
	text-decoration: underline;
}





