﻿#menu_haut
{	
	background-image: url('bar_menu.png');
	background-position: top;
	background-repeat: no-repeat;	
	width:100%;		
}

#menu_bas
{
    background-image: url('bar_bas.png');
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    height: 41px;    
    padding-top: 4px;    
}

.menu
{
	padding-left: 10px;
	padding-right:10px;
	color:#FFFFFF;
}

.selectedstyle
{
	/*background-image: url('selected.png');
	background-position: top;
	background-repeat: repeat-x;
	padding-top: -1px;*/
	width: 125px;
	height: 41px;	
}

.selectedstyle a
{	
	background-image: none;
	background-repeat: no-repeat;
	width: 125px;
	height: 41px;
	color:#666666;
}

.staticitemstyle
{
	width: 125px;
	height: 41px;
	text-align: center;	
	font-size:14px;
}

.staticitemstyle a
{
	color: #FFFFFF;
	padding: 0px 8px 0px 8px;	
}

.dynamicitemstyle
{		
	background-color:#99b8eb;
	width: 125px;
	height: 30px;
}

.dynamicitemstyle a
{	
	color: #FFFFFF;	
	font-weight: bold;
	text-align: right;	
	padding: 0px 8px 0px 8px;	
}

.dynamichoverstyle
{	
	/*background-color:#1469b3;	*/
	width: 125px;
	height:30px;	
}

.dynamichoverstyle a
{	
	width: 125px;	
	font-weight:bold;
	color:#444444;	
	/*text-decoration:underline;*/
	background-image: none;
	background-repeat: no-repeat;
}

.statichoverstyle
{		
	font-size:15px;	
	text-align:center;
}

.statichoverstyle a
{	
	font-weight: bold;
	font-size:15px;
	color: #444444;	
	cursor:pointer;	
}

#rss
{
	float:right;
	position:relative;
	right:15px;
	top:-32px;
	width:20px;
}
