@charset "utf-8";
/* CSS Document */

.div-table-col1{
 	float: left;/*fix for  buggy browsers*/
 	display: table-column;         
 	width: 500px;
	font-size: 12px;
 	text-align: left;
	margin-left: 150px;
 	margin-right: 10px;
	margin-top: 50px;
}

.div-table-col1 mark{
	color: #FF6600;
	background-color: transparent;
	font-weight: bold;
}

.div-table-col2{
	float: right;/*fix for  buggy browsers*/
	display: table-column;        
 	width: 270px;
	height: 310px;
	text-align: left;
	color: #666666;        
	font-size: 12px;
 	margin-right: 30px;
	margin-top: -110px;
}

.div-table-col2  mark{
	color: #FF6600;
	background-color: transparent;
	font-weight: bold;
}	

#image_portraits {
	position: relative;
	margin-left: 195px;
	margin-top: -85px;
	width: 170px;
	height: 250px;
}

#image_bureau {
	position: relative;
	margin-top: 80px;
	width: 365px;
	height: 420px;
}

#galerie {
	padding: 5px 20px -100px 10px;
	margin-top: 80px;
	margin-left: -145px;
	height: 420px;
	width: 300px;
}

#BlockCentralBottom {
	padding-top: 100px;
	margin-top: -6px;
}

#orange_box {
	width: 300px;
	height: 120px;
	border-width: 2px;
	border-right-style: solid;
	border-color: #FF6600;
	padding: 10px 10px 10px 10px;
	margin-top: 50px;
	margin-left: -120px;
	text-align: left;

}
#orange_box mark{
	background-color: transparent;
	color: #FF6600;
}

.div-table-row a{
	font-size: 12px;
	font-style: normal;
	color: #4D4D4D;	
}

.div-table-row a:hover{
	color: #FF6600;
}

h5 {
	font-weight: normal;
	font-size: 10px;
}

footer a:nth-child(2) {
	color: #FF6600;
	font-weight: bolder;
}