/* 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;
			}

		#nom_entreprise {
			background: #fe7f2e url(/images/fiche_fd_haut.png) left top no-repeat;
			width: 838px;
			height: 21px;
			padding-top: 6px;
			padding-left: 16px;
			margin-bottom: 6px;
			color: #315146;
			font-size: 10pt;
			font-weight: bold;
			}

		#identite {
			/*position: relative;*/ /* pour IE */
			margin-bottom: 11px;
			}
			.adherent {
				float: right;
				position: relative;
				}
			.photo {
				float: left;
				padding: 9px 15px;
				background: url(/images/fiche_photo_fd.png) left top no-repeat;
				width: 149px;
				min-height: 110px;
				}
			.coordonnees {
				position: relative;
				float: left;
				margin-left: 20px;
				}
				.coordonnees a {
					color: #f78e0f;
					font-weight: bold;
					}


			.fiche_fd_bas {
				background: url(/images/recherche_form_jaune_fd_bas.png) left bottom no-repeat;
				height: 12px;
				}

		.titre_section {
			background: #f5e49f;
			color: #948d71;
			font-weight: bold;
			text-transform: uppercase;
			text-decoration: underline;
			padding: 5px 16px 2px 16px;
			margin-bottom: 2px;
			font-size: 9pt;
			}
		.informations {
			padding-bottom: 33px;
			background: url(/images/fiche_fd_bas.png) left bottom no-repeat;
			}
			.informations .titre_section {
				background: #eeebda;
				/*color: #948d71;*/
				font-weight: bold;
				text-transform: none;
				text-decoration: none;
				padding: 2px 16px 2px 13px;
				margin-bottom: 2px;
				font-size: 9pt;
				}
				.information {
					padding: 2px 16px 2px 13px;
					}
				.colonne, .colonne2 {
					float: left;
					position: relative;
					}
				.colonne {
					width: 380px;
					}
				.colonne2 {
					width: 468px;
					margin-left: 3px;
					}


