/* ################################################## BODY */

body {
	background-color: #313131;
	background-image: url('../images/fond.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin: 0px;
	font-family: 'Times New Roman', Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #fffacc;
}

.table_center_table_corp_div_corp img {
	border: 1px solid #eecb55;
	margin: 3px;
}

p {
	margin: 0px;
	margin-bottom: 8px;
}


/* ################################################## MODEL */

.table_center {
	width: 100%;
	height: 100%;
	border: 0px none;
	text-align: center;
	vertical-align: center;
}

.table_center_table {
	width: 950px;
	height: 700px;
	margin-left: auto;
	margin-right: auto;
}

.table_center_table_baniere {
	height: 88px;
	text-align: center;
	vertical-align: center;
}

.table_center_table_corp {
	text-align: left;
	vertical-align: top;
	background-image: url('../images/plaque_corp.png');
	background-repeat: no-repeat;
	background-position: center center;
	height: 700px;
}

.table_center_table_corp_div {
	position: relative;
	top: 11px;
	left: 17px;
}

.table_center_table_corp_menu {
	height: 28px;
	margin-left: 15px;
	margin-top: 13px;
}

.table_center_table_corp_menu_lien {
	text-align: center;
	vertical-align: bottom;
}

.table_center_table_corp_menu_icone {
	text-align: right;
	vertical-align: bottom;
	width: 30px;
}

.table_center_table_corp_menu_icone_img {
	width: 22px;
}	

.table_center_table_corp_sous_menu {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 916px;
	height: 34px;
	background-image: url('../images/fond_sous_menu.png');
	background-repeat: repeat-x;
	background-position: top center;
	border: 0px none;
	padding: 0px;
	display: none;
}

.table_center_table_corp_sous_menu_table {
	position: relative;
	top: 5px;
	left: 5px;
	font-size: 18px;
	height: 18px;
	display: none;
}

.table_center_table_corp_sous_menu_table_lien {
	padding: 0px;
	text-align: center;
	vertical-align: center;
}

.table_center_table_corp_sous_menu_table_lien a {
	color: #f2d560;
	text-decoration: none;
}

.table_center_table_corp_sous_menu_table_lien a:hover {
	font-weight: bold;
}

.table_center_table_corp_div_corp {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 50;
	width: 916px;
	height: 631px;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-face-color: #f1d15c;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #db9e23;
	scrollbar-arrow-color: #db9e23;
}

.table_center_table_corp_div_corp_div {
	font-size: 18px;
	margin: 3px;
}

.table_center_table_bas {
	height: 30px;
	text-align: center;
	vertical-align: center;
	font-size: 14px;
}

#lang_list {
	background-color: #eecb55;
	position: absolute;
	right: 0px;
	top: 0px;
}

.lang_list_drapeau {
	padding: 1px;
	float: right;
	width: 30px;
	height: 15px;
	cursor: pointer;
}