/* CSS Document */

	/* titre */
	h2 {
		font-size:22px;
		font-weight:bold;
		color:#666666;
		background-image:url(/img/index/bgdGaucheH2.png);
		background-repeat:no-repeat;
		padding-left:10px;
		padding-bottom:8px;
		float:left;
	}
	
	
	.barreH2Gauche {
		margin-bottom:7px;
		width:588px;
		background-color:#bfbfbf;
	}
	

	.whiteLeftBarreGrisFaible {
		width:588px;
		margin:0;
		padding:0;
	}
	
	h3 {
		font-size:13px;
		font-weight:bold;
		color:#333333;
	}

	/* ********************** contenu du login ******************** */
	
	/* Je possède un compte facebook */
	#connectWithFacebook {
		margin-top:25px;
		margin-bottom:25px;
	}
	
	#connectWithFacebookLeft {
		width:312px;
		float:left;
		padding-left:18px;
		padding-top:6px;
	}
	
	#connectWithFacebookRight {
		width:219px;
		height:25px;
		float:left;
	}
	
	/* Je ne possède pas de compte facebook */
	#jeNePossedePasFacebook {
		margin-top:25px;
		margin-bottom:25px;
		padding-left:18px;
	}
	
	/* formulaire */
	#formInscription form {
		margin-top:25px;
		margin-left:35px;
	}
	
	#formInscriptionText label {
		display:block;
		float:left;
		width:155px;
		font-size:13px;
		color:#333333;
	}
	
	#formInscriptionText p {
		clear:both;
	}
	
	#formInscriptionText input {
		border:1px solid #e5e5e5;
		width:343px;
		height:20px;
		margin-bottom:15px;
		background-image:url(/img/inscription/bgdHautForm.png);
		background-repeat:repeat-x;
		padding:3px 5px 0 5px;
		float:left;
	}
	
	#formInscriptionText .champErreur input {
		border:1px solid #fe191c;
	}
	
	#formInscriptionText label span {
		color:#00ccff;
	}
	
	#champsRequis em {
		font-size:11px;
		color:#000000;
	}	
	
	#champsRequis p {
		color:#00ccff;
		padding-left:35px;
		padding-top:45px;
	}
	
	#formInscriptionLeft {
		float:left;
		width:75px;
		height:35px;
		margin-left:155px;
	}
	
	#formInscriptionRight  {
		float:left;
		width:200px;
		margin-left:15px;
	}
	
	#formInscriptionRight a {
		font-size:11px;
		color:#00ccff;
		text-decoration:none;
	}
	

	
	/* *********** partie droite du block blanc *********** */
	#whiteContentMilieuRight {
		float:right;
		width:310px;
		margin:16px 20px 20px 20px!important;
		margin:16px 3px 20px 5px;
		color:#333333;
	}
	
	.whiteContentMilieuRightBarre {
		margin-bottom:10px;
	}

