/*
*	homelightbox.css
*/
#shadowing {
	position: fixed;
	background-color: #000000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	opacity:0.5;
	filter: alpha(opacity=50);
	display: none;
}

#box,#box2 {   
    position: fixed;
    top:50%;
    left:50%;
    width: 500px;
    height: 418px;
    box-shadow: 0 2px 26px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    background-color: #ffffff;
    z-index: 11;
    /*overflow: visible;*/
    display: none;
    margin-left: -250px;
    margin-top: -209px;
}

#boxtitle,#boxtitle2 {
	position: relative;
	background-color: #2A323C;
	width: auto;
	height: 32px;
	font-family: "Open Sans", arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
	padding: 9px 0;
	border-bottom: 2px solid #b8c1c6;
	text-align: center;
	line-height: 30px;
	border-radius: 3px;
}

/*********************************/


#content,#content2 {
	position: relative;
	width: 476px;
	height: auto;
	margin: 0;
	padding: 0 12px;
	float: left;
}

	
	
	#content h2,#content2 h2 {
		font-family: "Lucida Grande", sans-serif;
		font-size: 17px;
		margin: 15px 0;
		padding: 0;
	}
	
	#content a,#content2 a{
		outline: none;
	}
	
	#content a.FbLogin {
		-moz-box-sizing: border-box;
		background-clip: padding-box;
		background-color: #5C7BB4;
		background-image: linear-gradient(#6885BF, #6381B8 50%, #5173B0 51%, #3F65A3);
		background-repeat: no-repeat;
		border: 1px solid #4F5A6F;
		border-radius: 3px;
		box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.27) inset;
		color: #FFFFFF;
		cursor: pointer;
		display: inline-block;
		font-size: 10px;
		font-weight: bold;
		line-height: 28px;
		text-decoration: none;
		text-shadow: 1px 1px 1px #2E4B7D;
		width: auto;
		padding: 0 6px 0 0;
	}
	
		#content a.FbLogin span {
			position: relative;
			background-image: url("../picture/icon/fb.png");
			background-repeat: no-repeat;
			display: inline-block;
			float: left;
			height: 28px;
			margin-right: 5px;
			width: 26px;
		}
	
	#content a.GoogleLogin {
		 -moz-box-sizing: border-box;
		background-clip: padding-box;
		background-color: #CE523C;
		background-image: linear-gradient(#DF5E4D, #D35945 50%, #CC4730 51%, #BC3519);
		background-repeat: no-repeat;
		text-shadow: 1px 1px 1px #2E4B7D;
		border: 1px solid #901D05;
		border-radius: 3px;
		box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.27) inset;
		color: #FFFFFF;
		cursor: pointer;
		display: inline-block;
		font-size: 10px;
		font-weight: bold;
		line-height: 28px;
		text-decoration: none;
		text-shadow: 1px 1px 1px #2E4B7D;
		width: auto;
		padding: 0 6px 0 0;
	}
		
		#content a.GoogleLogin span {
			position: relative;
			background-image: url("../picture/icon/google.png");
			background-repeat: no-repeat;
			display: inline-block;
			float: left;
			height: 28px;
			margin-right: 5px;
			width: 26px;
		}

	
	#content .sign-in-wrap {
		position: relative;
		color: #585858;
		font-family: "proxima-nova",helevetica,arial,sans-serif;
		margin: 0;
		overflow: auto;
		padding: 0;
		width: auto;
	}

		form .input {
			position: relative;
			width: auto;
			float: left;
			display: inline-block;
			margin: 0 111px;
			padding: 0;
			
		}
			
			form .input label { 
				float: left;
				font-family: "Lucida Grande", helvetica, arial, sans-serif;
				font-size: 11px;
				font-weight: bold;
				text-align: right;
				text-transform: uppercase;
				padding: 10px 10px 5px 10px;
				width: auto;
				clear: both;
			}
				
			form .input input#idMailIdentification {
				position: relative;
				width: 250px;
				height: 20px;
				font-family: "Lucida Grande", helvetica, arial, sans-serif;
				font-size: 15px;
				font-weight: normal;
				color: #2F353E;
				border: 1px solid #E5E5E5;
				box-shadow: 1px 2px 2px #E5E5E5 inset;
				border-radius: 1px;
				float: left;
				padding: 5px 7px;
				outline: medium none;
				clear: both;
			}
			
			
			form .input input#idMdpIdentification {
				position: relative;
				width: 250px;
				height: 20px;
				font-family: "Lucida Grande", helvetica, arial, sans-serif;
				font-size: 15px;
				font-weight: normal;
				color: #2F353E;
				border: 1px solid #E5E5E5;
				box-shadow: 1px 2px 2px #E5E5E5 inset;
				border-radius: 1px;
				display: block;
				float: left;
				padding: 5px 7px;
				outline: medium none;
				clear: both;
			}
/*
*	Mot de passe oublié (option)
*/			
.sign-in-wrap form .optionsMdp {
	position: relative;
	font-size: 11px;
	padding: 0;
	margin: 7px 0;
	left: 265px;
	float: left;
}
			
	.sign-in-wrap form .optionsMdp a {
		color: #2f353e;
		text-decoration: none;
	}
				
		.sign-in-wrap form .optionsMdp a:hover {
			text-decoration: underline;
		}

/*
* Bouton de connexion
*/		
.connexion {
	position: relative;
	width: auto;
	height: auto;
	margin: 17px 28%;
	padding: 0;
	display: block;
	float: left;
	clear: both;
	}

.connexion input{
		background-color: #d85454;
		border: 0 none;
		border-radius: 5px;
		color: #ffffff;
		cursor: pointer;
		font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		transition: box-shadow 0.2s ease 0s, background-color 0.2s ease 0s;
		padding: 10px 18px;
	}
	
.connexion input:hover{ background-color: #ad312f }

.separator2 {
	border-top: 1px solid #cccccc;
	width: 476px;
	margin: 10px 0 0 0;	
}		

#box .fermer,#box2 .fermer{
    	background-color: #d85454;
		border: 0 none;
		border-radius: 5px;
		color: #ffffff;
		cursor: pointer;
		font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		transition: box-shadow 0.2s ease 0s, background-color 0.2s ease 0s;
		padding: 10px 18px;
		margin: 17px 41.5%;
		float:left;
		width: auto;
		height: auto;
		display:block;
}

#box .fermer:hover,#box2 .fermer:hover{ background-color: #ad312f }