/* 	CSS Document 
	Author Christophe Iaïchouchen AKA saturnino pour IMAG'IN productions
	copyright : aircalin Internationnal
*/

#mask{
	background-color: #E0DFE3;
	background-image: url(../img/design/header.jpg);
	width:100%;
	height:35px;
	margin-top:19px;
	position:absolute;
	right:0;
	z-index:1000;
	display: none;	
	cursor:pointer;
}
.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}

#top_nav {margin-top:19px;position:absolute;right:0;cursor:pointer;}
.top_sub_nav {position:absolute; top:54px;width:100%;left:27px;display:none;}
.current_sub_nav{position:absolute; top:54px;width:100%;left:27px;display:block;}
  
/* Don't apply padding here (offsetWidth will differ in IE)
If you need padding add it to the child anchor */
#top_nav li {
	float: left;
	list-style: none!important;
	text-align: center;
	background:none;
	margin:0!important;
}
  
#top_nav li a {
	z-index: 10;
	display: block;
	float: left;
	height: 25px;
	position: relative;
	overflow: hidden;
	font-size: 1.3em;
	/*padding-left: 12px;*/
	padding-left: 14px;
	padding-right: 10px;
	color:#004586;
	padding-top:5px;
	font-weight:bold;
	text-decoration:none!important;
}

#top_nav li.current a {
	color:#000!important;
}
#top_nav li a:hover {
	color: #333;
}
.top_sub_nav {
	padding-bottom:15px;
}
.top_sub_nav li {
	display:inline;
}
.top_sub_nav li a{
	font-size: 1.3em;
	padding-left: 12px;
	padding-right: 12px;
	color:#333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-decoration:none!important;
}
.top_sub_nav li a.last{border:none;}
.top_sub_nav li.current a, .top_sub_nav li a:hover{
	background-image: url(../img/design/petiteFleche.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
}

#top li.background {
	z-index: 8;
	position: absolute;
	visibility: hidden;
	background-repeat: no-repeat;
	background-position: right top;
	background-color:#dbf1ff;
}
 
#top .background .left {
	height: 30px;
	margin-right: 7px; /* 7px is the width of the rounded shape */
	background-image: url(../img/design/btnMenu.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

