 #navigation {
	height: 33px;
	background-color:#ffea00;
	position:relative;
}

#navigation .section {
	height: 33px;
	line-height: 33px;
	background-color:#ffea00;
	font-size:17px;
	position:absolute;
	text-align:center;
}

.section.selected_title a{
	font-size:24px;
}

#navigation .section#s1{
width:200px;

}

#navigation .section#s2{
width:285px;
left:206px;
}

#navigation .section#s3{
width:239px;
left:490px;
}
#navigation .section#s4{
width:263px;

}

#navigation .section.first {
	left: 33px;
	text-align:left;
	z-index:10;

}
#navigation .section span{
font-weight:bold;
}
#navigation .section.last {
	width:190px!important;
	text-align:right;
	right:33px; 
	position:absolute;
}


#navigation .section a {

}
#navigation .section a {

}


#navigation .section a:hover {
	font-size:24px;

}

/*SUB NAVIGATION
/****************************************************************************************************************/


.subSection{
	font-size:15px;
	min-height:21px;
	/*text-indent:26px;*/
	padding-left: 26px;
	line-height:18px;
	margin-bottom:10px;
}

.subSection a:hover{
	font-size:20px;
}

#left.nosreferences .subSection a:hover{
	/*font-weight:bold;*/
	text-decoration: underline;
	font-size:15px;
}

.subSection.selected {
	background-image:url(../picture/interface/puce.png);
	background-repeat:no-repeat;
;
}

