@font-face {
	font-family: "prokyon";
	src: url("/fonts/DTLProkyonT.otf") format(trueType),
		url("/fonts/DTLProkyonT.otf");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "prokyonBold";
	src: url("/fonts/DTLProkyonTBold.otf") format(trueType),
		url("/fonts/DTLProkyonTBold.otf");
	font-weight: bold;
	font-style: normal;
}

body {
    font-size: 12px;
    color: black;
    font-family: "prokyon", Arial, Helvetica, sans-serif;
    padding: 0px 0px;
    margin: 0px;
}

img {
    border: none;
}
#blocLogin {
	background-color: #5e2750;
	width: 800px;
	height: 500px;
	margin: 0 auto;
}

.cleaner {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.informationLogin{
  float: left;
  position: absolute;
  cursor: pointer;
  padding-left: 25px;
padding-top:10px; 
color : #FF0000; 
}

input {
	margin: 0;
	font-family: "prokyon";
}

#divLogin {
	margin: 0 auto;
	height: 350px;
}

#logo {
	margin:0 auto;
	padding-top:62px;
	width:390px
}

#milieuLogin {
	background: #fff;
	width: 324px;
	height: 203px;
	-moz-box-shadow: 1px 1px 15px 5px #c8a0c8;
	-webkit-box-shadow: 1px 1px 15px 5px #c8a0c8;
	-o-box-shadow: 1px 1px 15px 5px #c8a0c8;
	box-shadow: 1px 1px 15px 5px #c8a0c8;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#c8a0c8, Direction=134, Strength=15);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	margin: 0 auto;
}
#cadreLogin {
	margin: 0 auto;
	width: 260px;
	height: 200px;
	overflow: hidden;
	padding-top: 20px;
}

#milieuLoginErreur {
	background: #fff;
	width: 450px;
	height: 250px;
	border-radius: 20px;
	margin: 0 auto;
}
#cadreLoginErreur {
	padding-top: 14px;
}

#divPass {
	margin-top: 8px;
}

#cadreLogin2 {
	margin: 0 auto;
	width: 238px;
	height: 140px;
	overflow: hidden;
}

#texteLogin, #texteMDP {
	float: left;
	line-height: 22px;
}
#erreur {
	color: white;
}

#inputLogin, #inputMDP {
	float: right;

}

#inputLogin input, #inputMDP input {
	background-color: #EBEBEB;
}

#boutonValider {
	margin: 14px auto 0 auto;
}
a#valider, a#entrer {
	display: block;
	background: #fff url("/images/login/btn.png") no-repeat;
	height: 32px;
	line-height: 32px;
	color:#fff;
	text-decoration: none;
	font-family: "prokyonBold";
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}

#oubliPass {
	font-weight: 10px;
	color: #5E2750;
	float: right;
	position: relative;
	cursor: pointer;
	text-decoration: none;
}

#divOubliPass {
	margin-top: 5px;
}

#droiteLogin {
	float: left;
	width: 350px;
	height: 176px;
}

#basLogin {
	background: #fff url("/images/logo-marionnaud.png") top right no-repeat;
	height: 70px;
}

#titreInscription {
	color: #FF0066;
	text-align: center;
}

#formValidMail div {
	float: left;
	margin-right: 30px;
}

#divCGU {
	background-color:white;
	height:1375px;
	left:50%;
	margin-left:-400px;
	position:absolute;
	top:50px;
	width:800px;
	padding: 20px;
	display:none;
}

#divDoc {
	background-color: white;
	display: none;
	height: 182px;
	left: 50%;
	margin-left: 136px;
	padding: 20px;
	position: absolute;
	top: 15px;
	width: 317px;
}

#divDoc #titre1 {
	font-size: 16px;
	font-weight: bold;
}

#divDoc #titre2 {
	font-size: 14px;
	font-weight: bold;
}

#divDoc ul li {
	margin-top: 10px;
	list-style: none;
}

#divDoc ul li a,
#divDoc ul li a:visited,
#divDoc ul li a:active {
	color: #393131;
}

#divDoc ul li a:hover {
	color: #B62D39;
}

#divDoc #divFermer {
	text-align: right;
}

.texteACentrer {
	text-align: center;
}

.errorInscription span{
	color: white;
}

#inscrireTexteEtMail {
	padding-top: 7px;
}

#formValidMail {
	padding-top: 3px;
}

#formValidCGU span{
	margin-left: 10px;
}

#formValidCGUCheckbox {
	float: left;
}