a img {
	border:none;
}
table#models {
	clear:left;
	margin:auto;
}
table a {
	font-weight:bold;
	font-size:0.9em;
	color:#ffffff;
}
table a:hover {
	color:#73240a;
}
.images td {
	padding-top:50px;
	padding-left:10px;
	padding-right:10px;
}
.texte td {
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#8e7156;
}

/* DETAIL D'UN MODELE */
#img_model {
	display:block;
	margin:auto;
}
#img_plan {
	margin-top:40px;
	/*margin-left:8%;*/
}
table#surfaces {
	float:left;
	background-color:#fbf5dd;
	margin-top:40px;
	margin-right:40px;
	margin-bottom:20px;
	padding:5px;
	color:#974c22;
	width:250px;
	font-style:italic;
}
table#surfaces td, table#surfaces th {
	font-size:0.8em;
}
table#surfaces td.number {
	text-align:right;
}
table#surfaces td.surface_label {
	padding-top:6px;
}
.surface_habitable td {
	font-weight:bold;
}
#model_name {
	text-align:center;
	font-weight:bold;
	font-size:1.1em;
	font-style:italic;
	color:#974c22;
}
#plan_surface, #model_name {
	width:700px;
	margin:auto;
}
#text {
	clear:left;
	width:65%;
	margin:auto;
	padding:5px;
	border:1px solid #ffffff;
	background-color:#fbf5dd;
}
#intro_text {
	float:left;
	width:60%;
	font-size:0.9em;
}
#logo_udmf {
	float:left;
	width:200px;
	height:134px;
}
#photo_footer {
	position:absolute;
	top:1200px;
	left:0px;
}
