@charset "UTF-8";
#wrapper_out{}
#menu_top_container{
	background-color:#253a47;
	background-image:url(../__layout/pr_menu_top_bg.gif);
}
#menu_top{
	width: 800px;
	list-style-type: none;
	margin: 0 auto;
	padding: 6px 0 6px 0;
	text-align: right;
	font: 11px arial;
}
#menu_top li{
	margin-right: -3px;
}
#menu_top li,#menu_top a{
	display: inline;
}
#menu_top a{
	color: #A2A9B3;
	text-decoration: none;
	padding: 5px 20px 5px 20px;
}
#menu_top a:hover, #menu_top .select a{
	background-image:url(../__layout/pr_menu_top_select.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	color: #fff;
}
#header{
	position: relative;
	height: 180px;
	background-color:#12171D;
	border-bottom: solid 3px #BFBFC1;
	background-image:url(../__layout/header_bg.gif);
}
#header_bg_img{
	position:absolute;
	width: 746px;
	height: 180px;
	background-image:url(../__layout/header_img.jpg);
}
#header #title_container{
	position: relative;
	width: 800px;
	margin: 0 auto;
	font-family: georgia;
	color: #fff;
}
#header #title_container #logo{
	position: absolute;
	background-image:url(../__layout/logo.png);
	width: 236px;
	height: 61px;
	z-index: 10;
	top: 60px;
}
#header #title{
	position: absolute;
	right: 0;
	top: 40px;
	text-align: right;
	width: 430px;
}
#header #title h1,#header #title h3,#header #title p{
	margin: 0;
	padding: 0;
	font-weight: normal;
}
#header #title p{
	margin-top: 20px;
	color: #A0A1A5;
	font: 12px Times;
	text-align: justify;
}
#wrapper_in{
	background-image:url(../__layout/wrapper_in_bg_top.jpg);
	background-repeat: repeat-x;
}
#dbody{
	width: 800px;
	margin: 0 auto;
	min-height: 300px;
}
#left_panel{
	width: 200px;
	float: right;
	color: #4A4A4A;
	padding: 30px 0 0 0;
}
#left_panel .menu{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#left_panel .menu a{
	text-decoration: none;
	display: block;
	border-bottom: solid 1px #DCDCDC;
	padding: 4px 3px 5px 2px;
	color: #4A4A4A;
}
#left_panel .menu a:hover{
	border-color: #000;
}
#left_panel .menu .n1 a{

}
#left_panel .menu .n2 a{ 
	padding-left: 20px; 
}
#left_panel .menu .n3 a{ 
	padding-left: 40px; 
}
#left_panel .select a{
	border-bottom: solid 1px #000;
}

#left_panel #title{
	border-bottom: solid 1px #DCDCDC;
	padding-top: 20px;
	padding-bottom: 20px;
}
#left_panel #title h2{
	font: 20px georgia;
	margin: 0;
	padding: 0;
}
#left_panel #title p{
	font: 14px georgia;
	margin: 0;
	padding: 0;
}
#right_panel{
	overflow: hidden;
	padding: 30px 40px 0 0;
}
#right_panel .article_container{
	color: #4A4A4A;
	padding-bottom: 60px;
}
#right_panel .article_title_container{
	border-bottom: solid 1px #DCDCDC;
	padding-bottom: 20px;
}
#right_panel .article_title_container h1{
	margin: 0;
	padding: 0;
	font: 20px georgia;
}
#right_panel .article_title_container h2{
	margin: 0;
	padding: 0;
	font: 14px georgia;
}
#editeur .inserted_image_popup{
	border-color: red;
	cursor: pointer;
}
#editeur table{
	font-size: 100%;
	
}
#editeur td{
	border: dotted 1px #ddd;
	vertical-align: top;
} 