/* L'entreprise */

.body_site_top_entreprise {
	display:block;
	position: relative;
	min-height: 400px;
	min-height: 553px;
	width: 1024px;
	background-color: #cccccc;
}
.body_site_entete {
	display:block;
	position: relative;
	padding-top: 10px;
	padding-left: 8px;
	padding-bottom: 5px;
	background-color: white;
}
.table_site {
	width: 100%;
}
.table_site_td {
	width: 50%;
	vertical-align: top;
	text-align: center;
}
.titre_centre1{
	text-align: center;
	background-color: white;
	padding-top: 10px;
	width: 1024px;
}
.titre_centre{
	text-align: center;
	background-color: white;
}
.titre_centrevide{
	text-align: center;
	font-size: 8pt;
	color: #4f4747;
	padding-top: 5px;
	padding-bottom: 5px;
}
.body_center_gauche {
	display:block;
	position: relative;
	text-align: left;
	width: 495px;
	min-height: 260px;
	margin-left: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: whitesmoke;
	border-top-style: outset;
	border-top-width: 1px;
	border-bottom-style: inset;
	border-bottom-width: 1px;
	border-left-style: outset;
	border-left-width: 1px;
	border-right-style: inset;
	border-right-width: 1px;
}
.body_center_droit {
	display:block;
	position: relative;
	text-align: left;
	width: 495px;
	min-height: 260px;
	margin-right: 10px;
	float: right;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: whitesmoke;
	border-top-style: outset;
	border-top-width: 1px;
	border-bottom-style: inset;
	border-bottom-width: 1px;
	border-left-style: outset;
	border-left-width: 1px;
	border-right-style: inset;
	border-right-width: 1px;
}
.body_centre_titre {
	display:inline-block;
	position: absolute;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	width: 240px;
	text-align: left;
	left: 0px;
}
.body_centre_text {
	display:block;
	position: relative;
	text-align: left;
	padding-left: 11px;
	padding-top: 10px;
	width: 240px;
	left: 0px;
}
.body_centre_text_contenu {
	display:block;
	position: relative;
	height: 148px;
	top: 5px;
	font-size: 9pt;
	left: 0px;
}
.body_centre_text_info {
	display:block;
	position: absolute;
	padding-top: 10px;
	bottom: 10px;
	right: 30px;
}
.body_centre_photo {
	display:block;
	position: absolute;
	top: 8px;
	right: 10px;
	width: 225px;
	height: 180px;
	border-top-style: outset;
	border-top-width: 1px;
	border-bottom-style: inset;
	border-bottom-width: 1px;
	border-left-style: outset;
	border-left-width: 1px;
	border-right-style: inset;
	border-right-width: 1px;
}

.RevenirHaut {
	position: relative;
	float: right;
	padding-right: 8px;
	font-size: 8pt;
}