body {
	background: url(../images/fond.jpg) no-repeat center fixed;
	font-family: 'Montserrat', Arial, sans-serif;
	}
	
.modale_login .logo img {
	margin:auto;
	display:block;
	}

@media screen and (min-width: 419px) {	
	.modale_login {
		height:325px;
		}
		
	.modale_login .logo img {
		width:300px;
		}
	}

@media screen and (max-width: 420px) {
	.modale_login {
		height:calc(261px + ((100vw - 120px) / 300 * 64));
		}
		
	.modale_login .logo img {
		width:100%;
		}
	}

.modale_login {
	height:330px;
	height:360px; /** TEMPORAIRE **/
	background-color:#F0F0F0;
	margin:calc(50vh - 165px - 20px) auto;
	box-sizing:border-box;
	padding:30px 40px;
	position:relative;
	}

@media screen and (min-width: 539px) {
	.modale_login {
		width:500px;
		}
	}

@media screen and (max-width: 540px) {
	.modale_login {
		width:calc(100% - 40px);
		}
	}

	
.modale_login form {
	margin:15px 0 50px 0;
	position:relative;
	top:-15px;
	}
	
.modale_login input {
	width:100%;
	margin:10px 0;
	position:relative;
	}
	
.modale_login .error_form {
	display:none;
	width:500px;
	color:red;
	position:absolute;
	bottom:25px;
	left:0;
	padding:0;
	margin:0;
	font-size:0.8em;
	text-align:center;
	}
	
.modale_login .title {
	display:none;
	}
	
.modale_login .version {
	font-size:0.8em;	
	width:100%;
	position:absolute;
	bottom:25px;
	left:0;
	text-align:center;
	margin:0 0 10px 0;
	color:#555555;
	}
	
.modale_login .version .no_version {
	font-weight:bold;
	color:#333333;
	}
	
.modale_login .version a {
	color:inherit;
	opacity:0.7em;
	}
	
.modale_login .version a:hover {
	text-decoration:none;
	}
	
.modale_login .credits {
	font-size:0.8em;	
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
	margin:0 0 10px 0;
	}
	
.modale_login .credits a {
	color:#C45911;
	text-decoration:none;
	font-weight:bold;
	}
	
.modale_login .credits a:hover {
	text-decoration:underline;
	}
	
.modale_login table,
.modale_login td {
	width:100%;
	}
	
.modale_login td.title {
	display:none;
	}

.modale_login input.placeholder,
.modale_login textarea.placeholder {
	color: #aaa;
}

.modale_login input[type="text"],
.modale_login input[type="password"],
.modale_login textarea {
	box-sizing:border-box;
	border-radius:3px;
	padding:calc(5px + 0.1em) 10px;
	border:1px solid #DDDDDD;
	background-color:#ffffff;
	transition:border 0.5s, background-color 0.5s;
	font-family:inherit;
	width: 100%;
    margin: 5px 0;
    position: relative;
    font-size: 16px;
}

.modale_login input[type="text"]:focus,
.modale_login input[type="password"]:focus,
.modale_login input.button:focus,
.modale_login textarea:focus {
	outline:none;
	border:1px solid #C45911;
	background-color:#fdebe5;
}
.modale_login button {
	width: 100%;
    box-sizing: border-box;
    font-size: 1em;
    border-radius: 10px;
    padding: calc(5px + 0.1em) 30px;
    border: 1px solid #DDDDDD;
    background-color: #ffffff;
    transition: border 0.3s, background-color 0.3s;
    font-family: inherit;
    cursor: pointer;
}
.modale_login .credits {
	font-size:0.8em;	
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
	margin:0 0 10px 0;
	color:#555555;
	}
	
.modale_login .credits a {
	color:#C45911;
	text-decoration:none;
	font-weight:bold;
	}
	
.modale_login .credits a:hover {
	text-decoration:underline;
	}
/*** message bar ***/

#message {
	position:relative;
	top:-50px;
	}

#message div.loading,
#message div.uploading,
#message div.warning,
#message div.error,
#message div.notice,
#message div.confirmation,
#message-objects div.notice {
	color: #555;
	font-weight: bold;
	padding: 6px 30px 6px 25px;
	display: inline-block;
	white-space: nowrap;
	background: url(../images/messages.png?v=72e9.1264) 0 5px no-repeat;
	cursor: default;
}

#message div.warning {
	color: #960;
	background-position: 0 -86px;
}

#message div.error {
	color: #cf2734;
	background-position: 0 -57px;
}

#message div.confirmation {
	color: #093;
	background-position: 0 -25px;
}

#message div.loading {
	background: url(../images/ajaxloader.gif?v=c252.1434) 2px 6px no-repeat;
}

#message div a,
#message div span {
	padding-right: 0.5em;
	text-decoration: none;
}

#message div a:hover {
	text-decoration: underline;
	cursor: pointer;
}

#message.statusbar {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 27px;
	padding-left: 8px;
	border-top: 1px solid #ddd;
	border-radius: 0 0 4px 4px;
	background: #eaeaea;
	background: -moz-linear-gradient(top, #eaeaea 0%, #c8c8c8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#c8c8c8));
	background: -ms-linear-gradient(top, #eaeaea 0%, #c8c8c8 100%);
	background: linear-gradient(to bottom, #eaeaea 0%, #c8c8c8 100%);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#messagestack {
	position: absolute;
	bottom: 20px;
	right: 12px;
	z-index: 50000;
	width: auto;
	height: auto;
	max-height: 85%;
	overflow-y: auto;
	padding: 2px;
}

#messagestack div {
	display: block;
	position: relative;
	width: 280px;
	height: auto;
	min-height: 16px;
	margin: 3px 2px 5px 2px;
	padding: 8px 10px 7px 30px;
	cursor: default;
	font-size: 12px;
	font-weight: bold;
	border-radius: 4px;
	border: 1px solid #444;
	color: #ebebeb;

	background: rgba(64,64,64,0.85);
	background: -moz-linear-gradient(top, rgba(64,64,64,0.85) 0%, rgba(48,48,48,0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(64,64,64,0.85)), color-stop(100%,rgba(48,48,48,0.9)));
	background: -webkit-linear-gradient(top, rgba(64,64,64,0.85) 0%, rgba(48,48,48,0.85) 100%);
	background: -ms-linear-gradient(top, rgba(64,64,64,0.85) 0%, rgba(48,48,48,0.85) 100%);
	background: linear-gradient(to bottom, rgba(64,64,64,0.85) 0%, rgba(48,48,48,0.85) 100%);
}

#messagestack div:after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 4px;
	width: 20px;
	height: 24px;
	background: url(../images/messages_dark.png?v=8e53.601) 0 7px no-repeat;
}

#messagestack div.error {
	color: #ff615d;
}

#messagestack div.error:after {
	background-position: 0 -55px;
}

#messagestack div.warning {
	color: #f4bf0e;
}

#messagestack div.warning:after {
	background-position: 0 -84px;
}

#messagestack div.confirmation {
	color: #00e05a;
}

#messagestack div.confirmation:after {
	background-position: 0 -25px;
}

#messagestack div.uploading,
#messagestack div.loading {
	color: #ddd;
}

#messagestack div.uploading:after,
#messagestack div.loading:after {
	top: 4px;
	left: 6px;
	background: url(../images/ajaxloader_dark.gif?v=cf1b.1849) 0 4px no-repeat;
}

#messagestack div.voice {
	position: absolute;
	top: -1000px;
}

#messagestack div a {
	color: #94c0da;
}

#messagestack div a:hover {
	text-decoration: underline;
	cursor: pointer;
}
	