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

.div-table-col1 {
	float: left;/*fix for  buggy browsers*/       
  	width: 116px;
  	text-align: right;
  	margin-right: 40px;
  	color: #FF6600;
  	font-size: 13px;
  	font-weight: bold;
}

.div-table-col2 {
	float: left;
	display: table-column;
	width: 50px;
	font-size: 13px;
}

.div-table-col3 {
  	float: left;/*fix for  buggy browsers*/
  	display: table-column;         
  	width: 600px;
  	font-size: 13px;
  	text-align: justify;
 	margin-right: 30px;
	padding-left: 20px;
}

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

.div-table-col3 div:first-child {
	display: inline-block;
	width: 30px;
	margin-right: 12px;
}

.div-table-col3 div:nth-child(2) {
	display: inline-block;
	width: 550px;
}

.div-table-col3 li {
	list-style-type: none;
}

#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;
}

#image_reunion {
	float: right;
	margin-right: -68px;
	margin-top: -174px;
}

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

/* color of Bio biblio */
#menu_rightright ul li:nth-child(3) a {
	color: #FF6600;
}
