/**
 * Content
 */
#content-imc { width: 949px; height: 457px; background: url(../fr/nav/home/bg-content.jpg); margin: 0 auto; }
	#content-imc p { margin: 0; }
	
	/* formulaire avec intitulé */
	#content-imc #formulaire { position: absolute; width: 290px; height: 296px; right: 42px; top: 215px; }
		#formulaire h3 { border: none; font-size: 1.1em; line-height: 1.9em; color: #5a5a5b; font-weight: bold; margin: 0; padding: 0; }
		#formulaire h5 { color: #5a5a5b; line-height: 1.6em; }
		
		/* formulaire */
		#formulaire #form_imc { position: absolute; width: 257px; height: 185px; left: 0; top: 109px; margin: 5px 0 0 30px; }
			#form_imc p { font-weight: bold; color: #5a5a5b; padding: 4px 0; }
			#form_imc p .input { width: 61px; margin-right: 12px;  }
			#form_imc label { float: left; width: 115px; }
			#form_imc #imc_submit { position: absolute; right: 0; top: 162px; }
			#form_imc .champobligatoire { color: red; }
			#form_imc p.champobligatoire { position: absolute; margin-top: 158px; }

