#showcase
{
	width: 1010px;
	background: transparent url( '/img/layout/showcase/background2.jpg' ) center top no-repeat;
	height: 495px;
	margin: 5px 0 10px;
	padding: 0 30px;
	position:	relative;
}

#showcase h1
{
	text-align:		center;
	font-family:	Verdana;
	font-size:		24px;
	padding: 		0;
	color: 			#FE5200;
	background: 	none;
	border: 		none;
	height: 		auto;
	margin:			0;
}

#showcase h2
{
	text-align:		center;
	font-family:	Arial;	
	font-size:		22px;
	color: 			#FFFFFF;
	margin:			0;
}

#showcase h3
{
	text-align:		center;
	font-family:	Verdana;	
	font-size:		16px;
	color: 			#dddddd;
	margin:			0;
}

#showcase .action a
{
	display:		block;
	float:			right;
	background:		url( '/img/layout/showcase/button.gif' ) no-repeat;
	width:			260px;
	height:			27px;
	font-size:		20px;
	line-height:	20px;
	font-family:	Arial;
	color: 			#FFFFFF;
	font-weight: 	bold;
	text-align: 	center;
	padding: 		6px 0 0 0;
	margin: 		6px 0 0 15px;
}

#showcase .action a:hover
{
	background:		url( '/img/layout/showcase/button.gif' ) no-repeat 0 -33px;
	text-decoration: none;
}

#panel_i18n
{
	height:		210px;
	left:		100px;
	padding:	5px;
	position:	absolute;
	top:		118px;
	width:		340px;
}

/*
#i18n_france24
{
	position:	absolute;
	left:		15px;
	top:		118px;
	width:		83px;
	height:		79px;
}

#i18n_unesco
{
	position:	absolute;
	left:		115px;
	top:		118px;
	width:		102px;
	height:		79px;
}
*/
#i18n_cee
{
	position:	absolute;
	left:		115px; /*234px;*/
	top:		118px;
	width:		100px;
	height:		79px;
}

#panel_i18n h2
{
	margin: 5px;
}

#panel_i18n h3
{
	margin-bottom: 15px;
}

#panel_i18n p
{
	color:	#000000;
	font-weight: bold;
	text-align:	justify;
	margin:	5px 0;
}

#panel_france
{
	position:	absolute;
	top:		80px;
	left:		616px;
}

#map
{
	position:	absolute;
	top:		145px;
	left:		579px;
}

#panel_enseignant
{
	position:	absolute;
	top: 		395px;
	left:		100px;
	width:		340px;
}

#panel_enseignant .action
{
	margin: 0 auto;
	width:	260px;
}

#partner
{
		float:	left;
		width:	100px;
		text-align: center;
		padding: 80px 0 0 0;
}

#video
{
	background-color:#000000;
	border:2px solid #FFFFFF;
	margin:20px auto 5px auto;
	width:320px;
}

.searchbox
{
	margin: 0 auto;
	float: none;
	width: 291px;
}

#category_dyn
{
	height:120px;
	overflow:auto;
}


ul.topnav 
{
	list-style:		none;
	padding:		0;
	margin:			0 auto;
	width: 			291px;
	height:			30px;
	background: 	url('/img/layout/selectbox/background.gif') left top no-repeat;
}

ul.topnav li 
{
	margin: 	0;
	padding:	0;
	position: 	relative; /*--Declare X and Y axis base for sub navigation--*/
	background:	none;
	height:		100%;
}

ul.topnav li div
{
	float:				left;
	font-family:		Verdana;
	width:				251px;
	color: 				#c0c0c0;
	display: 			block;
	height:				30px;
	line-height:		30px;
	font-size: 			15px;
	font-weight:		bold;
	padding:			0 5px;
}

ul.topnav li span 
{ /*--Drop down trigger styles--*/
	width: 30px;
	height: 30px;
	float: left;
	background: url('/img/layout/selectbox/button.jpg') no-repeat center top;
}

ul.topnav li span.subhover 
{
	background-position: center bottom; cursor: pointer;
} /*--Hover effect for trigger--*/

ul.topnav li ul.subnav 
{
	list-style: 	none;
	position: 		absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 			0; 
	top: 			29px;
	margin: 		0; 
	padding: 		0;
	display: 		none;
	background:		#f0f0f0;
	float: 			left;
	width: 			290px;
	border: 		1px solid #a0a0a0;
}

ul.topnav li ul.subnav li
{
	margin: 		0; 
	border-bottom: 	1px solid #d0d0d0;
	padding: 		0;
	clear: 			both;
	width: 			290px;
	height:			20px;
}

html ul.topnav li ul.subnav li a 
{
	float: 			left;
	width: 			286px;
	padding-left: 	4px;
	height:			20px;	
	line-height:	20px;
	font-family:	Verdana;
	font-size:		14px;
	text-decoration: none;
	color:			#000000;
}
html ul.topnav li ul.subnav li a:hover 
{ /*--Hover effect for subnav links--*/
	background: #ffffff;
}	

