#search_zone{
	position	: absolute;
	z-index		: 2;
	top			: 20px;
	left		: 20px;
}

#pub{
	position:absolute;
	left:7px;
	top:7px;
	cursor:pointer;
	background: #FFF5E6;/*#F2F1F5;/*#D9D6E4;*/
	border:1px solid #ff9900;
	z-index:10;
}

div.Logo{
	position:absolute;
	top:0px;
	left:0px;
}
div.search{
	position:absolute;
	top:20px;
	left:100px;
	margin-top:21px;
	z-index:3;
}

div.onglets{
	position:absolute;
	top:23px;
	left:120px;
	width:300px;
	z-index:2;
}

div.sample,div.A_Z{
	white-space:nowrap;
	position:absolute;
	top:62px;
	z-index:2;
}
div.sample{
	left:100px;
	font-size:10px;
}
div.A_Z{
	left:360px;
}

div.b_valid{	
	position:absolute;
	top:42px;
	left:450px;
	z-index:1;
}

div.adSense{	
	position:absolute;
	top:10px;
	left:550px;
	z-index:1;
}

/*-------onglet----*/
div.onglets ul.onglet{
	margin:0px;
	padding:0px;
}
div.onglets ul.onglet li{
	float:left;
	list-style:none;
	background		: url("/images/FreeEd/OngletB.jpg");
	margin:0px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:20px;
	padding-right:20px;
}
div.onglets ul.onglet li a{
	color		: #ffffff;
	font-weight:bold;
}
div.onglets ul.onglet li a:hover{
	color		: #ff9900;
}
div.onglets ul.onglet li.select{
	background		: url("/images/FreeEd/Onglet_select.jpg");
	color		: #1d1157;
	font-weight:bold;
}
/*----*/

div.onglets table{
	font-size:12px;
	border-collapse:collapse;
	width:300px;
}
div.onglets table td{
	padding-top 	: 2px;
	padding-bottom	: 2px;
	text-align		: center;
	font-weight		:bold;
	border-left		:1px solid #F2F1F5;
}
td.onglet_off{		
	background		: url("/images/FreeEd/OngletB.jpg");
}

td.onglet_on{
	background		: url("/images/FreeEd/Onglet_select.jpg");
	color			: #724400;	
}

div.onglets table td a{
	text-decoration	: none;
	color			: #ffffff;
	font-weight		:bold;
}

div.onglets table td a:hover{
	color			: #ff9900;
}

div.search input{
	font-size	: 12px;
	color		: #181052;
	border		: 1px solid #181052;
	width		: 330px;
	padding		: 2px;
}

div.A_Z a{
	text-decoration:none;
	color:#181052;
	font-weight:bold;
}
div.A_Z a:hover{
	color:#ff9900;
}

div.Logo a{
	display: block ;
	height : 77px;
	width : 77px;
	text-decoration: none ;
	background: url(/images/FreeEd/logo_off.gif) no-repeat 0 0 ;
}

div.Logo a:hover{
	background: url(/images/FreeEd/logo_on.gif) no-repeat 0 0 ;
}



div.b_valid img{
	cursor	: pointer;
}

#separation{
	position:absolute;
	top	:0px;
	left:0px;
	height:2px;
	border-bottom: 2px solid #ff9900;
	background	: #F2F1F5;
	width:100%;
	padding:0px;
	margin:0px;
	font-size:0px;
	height:115px;
	z-index:1;
}
