/* CSS Document */

#contenu {
	position: relative;
	padding: 7px 13px 7px 14px;
	background: #63734e;
	min-height: 400px;
	}

	#contenu .fond_blanc {
		padding: 1px 14px 11px 15px;
		margin-bottom: 9px;
		background: white url(/images/recherche_blanc_fd_bas.png) left bottom no-repeat;
		}

		.retour {
			text-align: right;
			color: #f78e0f;
			font-weight: bold;
			margin: 7px 0px;
			}

		form {
			margin: 25px 0px;
			}

		.titre_section {
			background: #FE7F2E;
			color: #315146;
			font-weight: bold;
			text-transform: uppercase;
			text-decoration: underline;
			padding: 5px 16px 2px 16px;
			margin-bottom: 2px;
			font-size: 9pt;
			width: 392px;
			}
		.plus_infos {
			background: #eeebda;
			width: 392px;
			padding: 5px 16px 2px 16px;
			font-size: 9pt;
			margin-bottom: 2px;
			}
			#valider {
				width: 360px;
				}
		.label {
			background: #eeebda;
			/*color: #948d71;*/
			padding: 5px 16px 4px 16px;
			margin-bottom: 2px;
			margin-right: 2px;
			font-size: 9pt;
			float: left;
			position: relative;
			width: 120px;
			}
		.champ {
			background: #f5e49f;
			/*color: #948d71;*/
			padding: 2px 16px 2px 13px;
			margin-bottom: 2px;
			font-size: 9pt;
			position: relative;
			float: left;
			}
			.champ input, select, textarea {
				width: 240px;
				font-size: 9pt;
				}

	.invalid {
		border: 1px dashed red;
		font-weight: bold;
		}


