/* Menu horizontal compatible ie et ff */

dl, dt, dd, ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height:12px;
	font-size:12px;
	background-color:#B9E2FD;
	text-indent:5px;
}

dt p 
{
	height:12px;
	margin:0;
	padding-bottom:5px;
	padding-top:5px;	
}

#menu {
	position: absolute; /* placement du menu, à modifier selon vos besoins */
	top: 80px;
	left: 11px;
	z-index:800;
	width: auto;
}
#menu dl {
	float: left;
	width: 135px;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-size:10px;
	margin: 1px;
	width: 135px;
	height:22px;
	background-repeat:no-repeat;
}

.menu_stat1_unselect 
{
	background-repeat:no-repeat;
}

.menu_stat1_unselect a 
{
	color:#FFFFFF;
}

.menu_stat1_select 
{
	background-image:url(../images/onglet02.png);
	background-repeat:no-repeat;
	color:#000000;
}

.menu_stat1_select a 
{
	color:#666666;
}

#menu dd {
	display: none;
	border: 1px solid gray;
}
#menu li {
	text-align: center;
	background: #fff;
}
#menu li a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu li a:hover, #menu li a:focus {
	background: #eee;
}

.menu_ligne2 {

	position:relative;
	float:left;
	background-image:url(../images/template02_05.gif);
	background-repeat:no-repeat;
	text-align:left;
	z-index:0;
	width:1020px;
    height:22px;
}

/*********************************************************/
/* Menu vertical */

.menu2_stat_select
{
	font-weight:bold;
}

.menu2_stat_select a:hover
{
	text-decoration:none;
}

.menu2_stat_select p:hover
{
	background-color:#71B6E3;
}

.menu2_stat_unselect
{

}

.menu2_stat_unselect a:hover
{
	text-decoration:none;
}

.menu2_stat_unselect p:hover
{
	background-color:#71B6E3;
}