/* Header */

#header {
	width: 924px;
	height: 227px;
	z-index:0;
	margin: 0 auto;
}
#top {
	width: 924px;
	height: 33px;
	float:right;
}

.img-top{
float:right;
margin-top:10px;
margin-right:10px;
border:0px;
}
#logo {
	float: left;
	
}

#content-header{
float:left;
width:592px;
height:194px;

}
#content-header .text{
float:right;
margin-top:20px;
text-align:left;
color:#FFFFFF;
font-family:Tahoma;
font-size:22px;
height:46px;
text-transform:uppercase;
margin-right:40px;
}


#menu {
	float: right;
	width:592px;
	height:72px;
	min-height:70px;
	max-height:72px;

	margin-top:56px !important;
	margin-top:48px;
}
#menu ul{
	float: right;
	margin:0;
	height:72px;
	min-height:68px;
	max-height:72px;
	margin-top:0px;
	list-style:none;

}
#menu li{
	float: left;
	display:block;
	background:url(../medias/images/fil-menu.gif) repeat-x;
	font-weight:bold;
	height:70px;
    min-height:68px;
	max-height:72px;
	width:90px;
	text-align:center;
	vertical-align:bottom;
	margin-right:3px;
	


}
#menu a {
	display: block;
	padding: 40px 0px 0 0;
	text-decoration: none;
	font-size:13px;
	font-family:Tahoma;
	font-weight: bold;


}
#menu a:hover {

	background:url(../medias/images/fil-gris.gif) repeat-x;
	height:	30px;
	width:90px;
	color:#FFFFFF;
	text-decoration:none


}
#menu  .disable {
background:url(../medias/images/fil-menu.gif) repeat-x;
height:	30px;
width:90px;
color:#7db305;
text-decoration:none;
}

#menu .active {
	display: block;	background:url(../medias/images/fil-gris.gif) repeat-x;
	height:	30px;
	width:90px;
	color:#FFFFFF;
	text-decoration:none;
}

