@charset "utf-8";
/* CSS Document */
/*Copyright (c) Echange M&eacute;dia - 2008 - Tous droits r&eacute;serv&eacute;s*/
/*Cr&eacute;ation Franck LEBAS*/


/*menu*/
#menu {
	float:right;
	margin:0;
	padding:0;
	border:0;
	font-size:15px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:normal;
	width:990px;
	margin:auto;
	position:relative;
}

#menu a{
	text-decoration:none;
}

.menu{
	list-style-type:none;
	margin:0;
	padding:0;
	border:0;
	position:absolute;
	top:0;
	right:20px;
	color:#000;
}

.menu .ele_menu{
	float:left;
	margin:0;
	padding:0;
	border:0;
	position:relative;
}

.sous_menu{
	background:url(../images/fond_sous_menu.png) repeat;
	list-style-type:none;
	margin:0;
	margin-left:-5px;
	padding:0;
	border:0;
	position:absolute;
	top:18px;
	left:0;
	font-size:13px;
	border-left:2px solid #000;
	text-indent:15px;
}

.sous_menu .ele_sous_menu{
	float:none;
	display:none;
	margin:0;
	padding:0;
	border:0;
	line-height:14px;
	min-width:140px;
	font-weight: normal;
}

.sous_menu a:link, .sous_menu a:visited{
	background:url(../images/fond_sous_menu.png) repeat;
	display:block;
	margin:0;
}

.sous_menu a:hover{
	background:url(../images/fond_sous_menu2.png) repeat;
}

.menu .ele_menu:hover > .sous_menu .ele_sous_menu{
	display:block;
}





/*menu interne*/
.hover_left{
	background: url(../images/hover_left.gif);
}

.hover{
	background: url(../images/hover.gif);
}

.menu_interne{
	padding-left:5px;
	margin:0; list-style:none;
	height:25px; position:relative;
	font-size:11px
}

.menu_interne li{
	float:left;
	height:25px;
	margin-right:1px;
}

.menu_interne li a{
	display:block;
	float:left;
	height:25px;
	line-height:25px;
	color:#333;
	text-decoration:none;
	font-family:arial, verdana, sans-serif;
	text-align:center;
	padding:0 0 0 4px;
	cursor:pointer;
	background:url(../images/normal_left.gif) no-repeat;
}

.menu_interne li a b{
	float:left;
	display:block;
	padding:0 16px 5px 12px;
	background:url(../images/normal.gif) no-repeat right top;
}

.menu_interne li.current a{
	color:#000;
	background:url(../images/selected_left.gif) no-repeat;
}
	
.menu_interne li.current a b{
	background:url(../images/selected.gif) no-repeat right top;
}

.menu_interne li a:hover{
	color:#000; 
	background:url(../images/hover_left.gif) no-repeat;
}

.menu_interne li a:hover b{
	background:url(../images/hover.gif) no-repeat right top;
}

.menu_interne li.current a:hover{
	color:#000;
	background: url(../images/selected_left.gif) no-repeat;
	cursor:default;
}

.menu_interne li.current a:hover b{
	background:url(../images/selected.gif) no-repeat right top;
}



.menu_interne li.service a{
	color:#000;
	background: url(../images/service_left.png) no-repeat;
	cursor:default;
}

.menu_interne li.service a b{
	background:url(../images/service.png) no-repeat right top;
}

.menu_interne li.service a:hover{
	color:#000;
	background: url(../images/hover_left.gif) no-repeat;
	cursor:default;
}

.menu_interne li.service a b:hover{
	background:url(../images/hover.gif) no-repeat right top;
}
