﻿body {
	background: url(/ConfigurateurSemelle/Images/SiteImages/DefaultBackground.jpg) no-repeat center center fixed;
	background-position-y: 100;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-width:1060px;
}

@font-face {
	font-family: "AVGARDD.ttf";
	font-style: normal;
	src: url(/ConfigurateurSemelle/fonts/akaPosse.ttf); /*if IE */
	src: local("AVGARDD"), url("/ConfigurateurSemelle/fonts/AVGARDD.ttf") format("truetype"); /* non-IE */
}

.dvTopMenuContainer {
	height: 38px;
	min-height: 30px;
	background-color: rgb(45,46, 46);
	width: 100%;
	top: 0;
	position: absolute;
	vertical-align: top;
	max-height: 40px;
}

.dvTopMenu {
	height: 100%;
	min-height: 38px;
	background-color: rgb(45,46, 46);
	width: 100%;
	min-width: 500px;
	top: 0;
}

.strech {
	width: 100%;
	height: 100%;
}

.flagEng {
	width: 40%;
	max-width: 70px;
	height: 100%;
	vertical-align: top;
	cursor: pointer;
	border-style: solid;
	border-width: 1px;
	border-color: white;
}

.flagEngSombre {
	width: 40%;
	max-width: 70px;
	height: 100%;
	opacity: 0.2;
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	border-color: white;
	cursor: pointer;
}

.flagFr {
	width: 40%;
	max-width: 70px;
	height: 100%;
	vertical-align: top;
	cursor: pointer;
	border-style: solid;
	border-width: 1px;
	border-color: white;
}

.flagFrSombre {
	width: 40%;
	max-width: 70px;
	height: 100%;
	opacity: 0.2;
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	border-color: white;
	cursor: pointer;
}


.ReturnToCapron {
	width: 46px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 365px;
	top: 9px;
}

.dvreturnToCapron {
	width: 200px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 385px;
	color: white;
	font-size: 17px;
	font-family: Tahoma;
	top: 12px;
}

.aWhite, .aWhite:visited, aWhite:hover {
	color: white;
	font-size: 17px;
	font-family: Tahoma;
	font-weight: 100;
}

.dvWhiteDescription {
	vertical-align: central;
	width: 100%;
	color: white;
	font-family: Tahoma;
	margin-top: -129%;
	font-size: 16px;
	padding-top:1%;
}

.ShareOnFacebook {
	width: 100%;
	height: 50px;
	text-align: center;
	vertical-align: top;
	margin-top: 90%;
}

.imgLogo {
	margin-left: 5%;
	position:absolute;
	max-width: 150px;
	width: 20%;
	max-height: 184px;
}

.lblInf {
	margin-left: 5%;
	color: red;
	vertical-align: top;
	margin-top: 6px;
	font-weight: 900;
	font-family: Verdana;
}

.lblInf1 {
	margin-left: 5%;
	color: red;
	vertical-align: top;
	font-size: 17px;
	margin-top: 7px;
	font-weight: 900;
	font-family: Verdana;
}

.rightColumn {
	max-width: 500px;
	min-width: 400px;
	width: 25%;
	display: inline-block;
	height: 50%;
	float: right;
	margin-right: 2%;
	text-align: center;
	margin-top:20px;
}

.dvTopRightLittle {
	width: 100%;
	min-height: 250px;
	display: inline-block;
	height: 60%;
	float: right;
	margin-top: 5%;
	text-align: center;
	margin-top: 40px;
}

.strechWelComeImage {
	width: 100%;
	height: 100%;
}

.dvLogin {
	max-width: 500px;
	min-width: 390px;
	margin-top: 10%;
	position: relative;
	text-align: left;
	width: 100%;
	float: right;
}

.lblCaption {
	font-size: 16px;
	font-weight: 200;
}

.txtStandard {
	height: 45px;
	width: 65%;
	font-size: 20px;
	border-style: solid;
	border-width: 1px;
}

.PasswordDiv {
	width: 90px;
	color: black;
	float: right;
	text-align: left;
	height: 50px;
	width: 30%;
	text-align: right;
}

.defaultButton {
	background-image: url(/ConfigurateurSemelle/Images/SiteImages/ConnectButton.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 50px;
	border-width: 0px;
	text-align: center;
	color: white;
	width: 150px;
}

.passwordReminder {
	height: 50px;
	width: 100%;
	font-style: italic;
	background-color: transparent;
	white-space: normal;
	border-style: none;
	text-align: left;
	float: left;
}

#dvPasswordReminder {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	text-align: center;
	background: rgba(50, 50, 50, 0.7);
	padding-top: 20%;
	display: none;
}

.dvPasswordReminderInside {
	width: 300px;
	height: 200px;
	text-align: left;
	vertical-align: central;
	background-color: red;
	border-radius: 30px;
	margin-left: 40%;
	opacity: .7;
}

.lblCaptionPopup {
	font-size: 16px;
	font-weight: 200;
	margin-left: 20px;
	color: white;
}

.txtStandardPop {
	height: 35px;
	width: 85%;
	font-size: 18px;
	border-style: solid;
	border-width: 1px;
	margin-left: 20px;
	margin-top: -5px;
}

.mdpOublie {
	font-size: 16px;
	font-weight: 200;
	margin-left: 10px;
	margin-top: 20px;
	color: white;
}

.mdpOublieMessage {
	font-size: 12px;
	font-weight: 200;
	margin-left: 20px;
	margin-top: 10px;
	color: white;
}

.btnStandard {
	border-radius: 5px;
	margin-left: 55px;
	margin-top: 20px;
	background: red;
	color: white;
}

.dvLogout {
	color: white;
	vertical-align: top;
	margin-left: 30px;
	height: 100%;
}

.actLogout, actLogout:active, actLogout:hover {
	margin-left: 5px;
	color: white;
	vertical-align: top;
	padding-top: 10px;
	font-size: 17px;
	font-family: Tahoma;
	font-weight: 100;
	margin-top: -3px;
	position: absolute;
}
.lblReserved{

	font-family:Tahoma;
	font-size:16px;
	font-weight:200;
	height:9px;
	
}