.last-modified{

	float:right;

	color:#cccccc;

	font-size:10px;

	padding: 20px 20px;

}

.clear-both{

	clear:both;

}

.breadcrumb{

	position:relative;

	top:128px;

	padding:0px 20px;

	font-size:12px;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	color:#7f7f7f;

/*	float:left;*/

}

.breadcrumb a{

	font-size:12px;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	color:#7f7f7f;

	text-decoration:none;

}

.breadcrumb a:hover{

	color:#116aaf;

	text-decoration:underline;

}

#container{

	position:absolute; 

	left: 50%;  

	top: 9px; 

	width: 1000px; 

	margin-left: -500px; /* moitié de la largeur */

	background-color:#ffffff;

}

#bodytext{

	position:relative;

	float:left;

	top:135px;

	left:200px;

	display:inline-block;

	margin:0px 10px 180px 10px;

}

#left-panel{

	float:left;

	position:absolute;

	left:0px;

	margin-top:125px;

	display:inline-block;

	width:182px;

	padding-left:10px;

	padding-right:10px;

}

#right-panel{

	float:right;

	margin-top:125px;

	display:inline-block;

	width:132px;

	padding-right:20px;

	padding-left:10px;

	margin-bottom: 20px;

}

div#footer{

	height:23px;

	border-top-color:#cccccc;

	border-top-style:solid;

	border-top-width:2px;

}



/**************************************************************************************/

/*	GENERAL LINKS (main styles for links in website)

/**************************************************************************************/

.req-password{

	font-size:9px;

}

.more-FR-flag{

/* the "More..." link is displayed as a block :

the FR flag is simply a right-aligned background */

	display:inline-block;

	width:70px;

	border:0px;

	background:url(images/FR_flag.png) no-repeat 45px 0px;

}

.more-IT-flag{

/* the "More..." link is displayed as a block :

the IT flag is simply a right-aligned background */

	display:inline-block;

	width:70px;

	border:0px;

	background:url(images/IT_flag.png) no-repeat 45px 0px;

}



/**************************************************************************************/

/*	TEMPLATE HOMEPAGE 

 * 

 *	Includes all main parts of the webpage, sorted by importance, which are :

 *		- container : contains all page

 *	 	- $menu : horizontal menu + banner

 *		- bodytext : part between header and footer

 *		- main-panel : part between left and right panels

 *		- left panel : contains 1st level navigation pavements

 *		- right panel : contains others pavements

 *		- footer : copyright mention + "contact us" link, at the bottom of the page

/**************************************************************************************/



/**************************************************************************************/

/*	TEMPLATE HEADER (includes header + banner)

/**************************************************************************************/

#header{

	position:absolute;

	top:0px;

	z-index:1;

}

/* ______ HORIZONTAL MENU (includes all links at the top of the header) ______________*/

#header ul{

	margin:0px;

	padding:0px;

	list-style-type:none;

}

#header ul li{

	display:block;

	float:left;

	padding:0px;

	margin:0px;

}



/* inactive link style (gray background) */

#header ul li a{

	display:block;

	padding-top:6px;

	height:20px;

	background:url(images/header_bgbutton.png) repeat-x;

	background-position:0px -2px;

	color: #ffffff;

	text-align: center;

	text-decoration:none;

	font-size:12px;

	font-weight:bold;

	/*cursor:pointer;*/

}



/* adding a different width for each link and gray left/right border */

#header ul li a.aboutus{

	width:148px;

	border-left:solid 1px #cccccc;

	border-right:solid 1px #cccccc;

	border-top:solid 2px #8d8d8e;

}

#header ul li a.workareas{

	width:148px;

	border-right:solid 1px #cccccc;

	border-top:solid 2px #8d8d8e;

}

#header ul li a.databank{

	width:148px;

	border-right:solid 1px #cccccc;

	border-top:solid 2px #8d8d8e;

}

#header ul li a.publications{

	width:148px;

	border-right:solid 1px #cccccc;

	border-top:solid 2px #8d8d8e;

}

#header ul li a.delegatesarea{

	width:148px;

	border-right:solid 1px #cccccc;

	border-top:solid 2px #8d8d8e;

}

#header ul li a.home{

	width:106px;

	line-height:18px;

	height:26px;

}

#header ul li a.pressroom{

	width:148px;

	line-height:18px;

	height:26px;

}



/* Highlight style : used to highlight hovered link (":hover") */

#header ul li a.aboutus:hover,

#header ul li a.workareas:hover,

#header ul li a.databank:hover,

#header ul li a.publications:hover,

#header ul li a.delegatesarea:hover

{

	border-top-color:#797a7b;

	background:url(images/header_bgbutton_current.png) repeat-x;

	background-position:0px -2px;

}



/* Current page link ("-act") (blue background) */

#header ul li a.aboutus-act{ /* style especially for "About Us" button (added a left border) */

	border-top-color:#797a7b;

	border-left:solid 1px #cccccc;

	border-right:solid 1px #cccccc;

	background:url(images/header_bgbutton_current.png) repeat-x;

	/*background-position:0px -2px;*/

	padding-top:8px;

	width:148px;

}



#header ul li a.workareas-act,

#header ul li a.databank-act,

#header ul li a.publications-act,

#header ul li a.delegatesarea-act

{

	border-top-color:#797a7b;

	border-right:solid 1px #cccccc;

	background:url(images/header_bgbutton_current.png) repeat-x;

	/*background-position:0px -2px;*/

	padding-top:8px;

	width:148px;

}



/* special style for "home" & "press room" buttons hover */

#header ul li a.home{

	width:106px;

	height:22px;

	line-height:18px;

	background:url(images/header_bghome.png) no-repeat;

}

#header ul li a.home:hover, #header ul li a.home-act{

	width:106px;

	height:22px;

	line-height:18px;

	background:url(images/header_bghome_current.png) no-repeat;

}

#header ul li a.pressroom{

	width:148px;

	height:22px;

	background:url(images/header_bgpressroom.png) no-repeat;

}

#header ul li a.pressroom:hover, #header ul li a.pressroom-act{

	width:148px;

	height:22px;

	line-height:18px;

	background:url(images/header_bgpressroom_current.png) no-repeat;

}



/* ______ BANNER (includes NEA & OCDE logos and search input) ________________________*/

#banner{

	position:absolute;

	top:28px;

}

#banner .banner-left{

	float:left;

	width:10px;

	height:100px;

	background:url(images/banner_left.png) no-repeat;

}

#banner .banner-right{

	float:right;

	width:10px;

	height:100px;

	background:url(images/banner_right.png) no-repeat;

}

#banner .banner-center{

	float:left;

	height:100px;

	width:980px;

	background:url(images/banner_bg.png) repeat-x;

}

#banner .nea-logo{

	float:left;

	padding-left:24px;

}

#banner .nea-logo a{

	display:block;

	border:0px;

	width:206px;

	height:92px;

	background:url(images/banner_logo_nea.png) no-repeat;

	cursor:pointer;

}

#banner .oecd-logo{

	float:right;

	padding-right:17px;

}

#banner .oecd-logo a{

	display:block;

	border:0px;

	width:76px;

	height:92px;

	background:url(images/banner_logo_oecd-new.png) no-repeat;

	cursor:pointer;

}

#banner form{

	margin-top:34px;

	margin-left:598px;

}

#banner .search-input{

	float:left;

	display:block;

	padding-top:4px;

	padding-left:12px;

	border:0px;

	width:195px;

	height:22px;

	background:url(images/input_search_bg.png) no-repeat;

}

#banner .go-button{

	float:left;

	cursor:pointer;

	border:0px;

	width:38px;

	height:24px;

	background:url(images/banner_go_button.png) no-repeat;

}



/**************************************************************************************/

/*	TEMPLATE LEFT PANEL

/**************************************************************************************/



/* ______ PANEL (includes links & texts) _____________________________________________*/

#left-panel .left-panel-top{

	margin-top:15px;

	padding-top:10px;

	width:182px;

	background:url(images/leftpanel_top.png) no-repeat;

}

#left-panel .left-panel-top div{

	background:url(images/leftpanel_bg.png) repeat-y;

	

}

#left-panel .left-panel-bottom{

	margin-bottom:0px;

	width:182px;

	height:14px;

	background:url(images/leftpanel_bottom.png) no-repeat;

}



#left-panel .left-panel-content-middle{

	padding:0px 20px;

	text-align:center;

}





#left-panel .left-panel-content{

	padding:0px 20px;

}

#left-panel .left-panel-content ul{

	padding:0px;

	list-style:none;

	margin:0px;

}

#left-panel .left-panel-content ul li{

	line-height:15px;

}





/* style for left panel links */

#left-panel a{

	display:block;

	padding:5px 0px;

	border-bottom:1px solid #dddddd;

	text-decoration:none;

	font-size:11px;

	color:#116aaf;

}

#left-panel a:hover{

	color:#116aaf;

	text-decoration:underline;

}

#left-panel a.levelH2{

	padding-left:5px;

/*	font-size:10px;

	color:#333333;*/

}



#left-panel .title{

	display:block;

	padding-top:5px;

	padding-bottom:10px;

	font-size:13px;

	font-weight:bold;

	text-align:center;

	color:#1a5784;

}



/**************************************************************************************/

/*	TEMPLATE RIGHT PANEL

/**************************************************************************************/



/* ______ MEMBER COUNTRIES PANEL (includes maps & links) _____________________________*/

#right-panel div.member-countries{

	width:132px;

}

#right-panel div.member-countries-map{

	text-align:center;

}

#right-panel div.member-countries-map a{

	display:block;

	border:0px;

	width:114px;

	height:68px;

	background:url(images/member_countries.png) no-repeat;

	cursor:pointer;

}

#right-panel div.member-countries-links{



	margin-top:10px;

}

#right-panel div.member-countries-links a{

	display:block;

	padding-bottom:8px;

	font-size:12px;

	font-weight:bold;

	color:#818181;

}

#right-panel div.member-countries-links a:hover{

	color:#116aaf;

}



/* ______ PANEL (includes links & texts) _____________________________________________*/

#right-panel .right-panel-top{

	margin-top:15px;

	padding-top:5px;

	width:132px;

	background:url(images/rightpanel_top.png) no-repeat;

}

#right-panel .right-panel-top div{

	padding-left:10px;

	padding-right:10px;

	width:120px;

	background:url(images/rightpanel_bg.png) repeat-y;

	

}

#right-panel .right-panel-bottom{

	width:132px;

	height:9px;

	background:url(images/rightpanel_bottom.png) no-repeat;

}

/* text style for titles following the first title of the right panel */

#right-panel .title{

	display:block;

	padding-top:5px;

	padding-bottom:10px;

	padding-right:10px;

	font-size:13px;

	font-weight:bold;

	text-align:center;

	color:#1a5784;

}

#right-panel ul{

	padding:0px;

	list-style:none;

	margin:0px;

}



#right-panel img{

	display:block;

	padding-top:5px;

	padding-right:10px;

	margin:0px auto;

}



/* style for right panel links */ 

#right-panel a{

	display:block;

	padding-bottom:10px;

	font-size:11px;

	text-decoration:none;

	color:#333333;

}

#right-panel a:hover{

/*	color:#116aaf;*/

	color:#0088cc;

}

#right-panel .normal-text{

	font-size:11px;

	color:#333333;

}



/**************************************************************************************/

/*	TEMPLATE FOOTER

/**************************************************************************************/

#footer div.left{

	float:left;

	width:10px;

	height:27px;

	background:url(images/footer_left.png) no-repeat;

}

#footer div.right{

	float:right;

	width:10px;

	height:27px;

	background:url(images/footer_right.png) no-repeat;

}

#footer div.center{

	float:left;

	width:980px;

	height:27px;

	line-height:18px;

	color:#ffffff;

	background:url(images/footer_center.png) repeat-x;

	text-align:center;

	font-size:11px;

}

#footer a{

	color:#ffffff;

	text-decoration:none;

}

#footer a:hover{

	color:#116aaf;

}

