/* début des styles du body */
body {
  margin: 0px;
  padding: 0px;
  background-image: url(images/architecture/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;
	height: 354px;
}

.intro-metier-texte {
	float: left;
	width: 410px;
	height: 314px;
}

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

.voir-projets {
	position: absolute;
	left: 267px;
	width: 143px;
	height: 45px;
}

.projet {
	position: relative;
	margin-top: 10px;
	margin-left: 10px;
	width: 930px;
	height: 207px;
	background-image:url(images/general/fond_projet.png);
	background-repeat: no-repeat;
}

.projet-unique {
	position: relative;
	margin-top: 10px;
	margin-left: 10px;
	width: 930px;
	height: 257px;
	background-image:url(images/general/fond_projet2.png);
	background-repeat: no-repeat;
}

.projet-unique2 {
	position: relative;
	margin-top: 10px;
	margin-left: 10px;
	width: 930px;
	height: 227px;
	background-image:url(images/general/fond_projet3.png);
	background-repeat: no-repeat;
}


.bloc-texte {
	float: left;
	width: 400px;
	height: 207px;
}

.bloc-photos {
	float: left;
	margin-top: 10px;
	margin-left: 15px;
	width: 510px;
	height: 207px;
}

.exemple-photo {
	float: left;
	margin-left: 10px;
	width: 155px;
	height: 190px;
}

.vignette {
	position: relative;
	width: 154px;
	height: 115px;
	border: 1px solid #fff;
}

.commentaire {
	position: relative;
	margin-top: 5px;
	padding: 5px;
	width: 145px;
	_height: 30px;
	min-height: 30px;
	text-align: center;
	background-color: #004802;
}

.titre-projet {
	position: relative;
	margin-top: 10px;
	margin-left: 10px;
	width: 300px;
	height: 29px;
}

.nom-projet {
	position: relative;
	margin-top: 10px;
	margin-left: 35px;
	width: 357px;
	_height: 34px;
	min-height: 34px;
}

.texte-projet {
	position: relative;
	margin-top: 10px;
	margin-left: 20px;
	width: 372px;
	height: 142px;
}

/* Fin des styles métier */