/* 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;
	}
	
	

	/* ********************** contenu de l'inscription ******************** */
	
	#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;
	}
	
	#formInscriptionCheckbox input {
		margin-left:155px;
		float:left;
		margin-bottom:8px;
	}
	
	#formInscriptionCheckbox label {
		display:block;
		font-size:11px;
		width:260px;
		color:#666666;
		float:left;
		padding-left:8px;
	}
	
	#formInscriptionCheckbox label a {
		text-decoration:none;
		color:#00ccff;
	}

	.champsRequis em {
		font-size:11px;
		color:#000000;
	}	
	
	.champsRequis p {
		color:#00ccff;
		padding-left:35px;
		padding-top:45px;
	}
	
	/* *********** 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;
	}


