/* début des styles du body */
body {
  margin: 0px;
  padding: 0px;
  background-image: url(images/mentions/fond.png);
  background-repeat:repeat-x;
}
/* fin des styles du body */

/* début des styles métier */
.intro-metier {
	position: relative;
	margin-top: 10px;
	margin-left: 10px;
	width: 940px;
	min-height: 354px;
	_height: 354px;
}

.intro-metier-texte {
	float: left;
	width: 410px;
	min-height: 354px;
	_height: 354px;
}

.intro-metier-visuel {
	float: left;
	margin-top: 0px;
	margin-left: 20px;
	width: 500px;
	min-height: 354px;
	_height: 354px;
	tex-align: right;
}

/* Fin des styles métier */
