﻿/* menu 1 */
/* this is the main UL element*/
.menu_h1
{
    

    background-color: #FFFFFF;
}
.espace
{

}
.dropdown_menu_h1
{
	visibility: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	background-color: #791343;
	width: 600px;
	border-top-style: solid;
	border-top-color: #791343;
}

/* these are the inner menus*/
.dropdown_menu_h1 ul{
	margin:0;
	padding:0;
	border-top:1px solid #444;
	list-style:none;
	background-color: #FFFFFF;
	
	}

/* these are all the LIs in the menu*/
.dropdown_menu_h1 li
{
    margin: 0;
    padding: 5px 5px 5px 5px;
    width: 150px;
    background-color: #FFFFFF;
    cursor: pointer;
    background: url(  '../images/fondli.jpg' );
    background-repeat: no-repeat;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown_menu_h1 a
{
    text-decoration: none;
    color: #000000;
    width: 100%;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    font-size: small;
    text-align: center;
}

.dropdown_menu_h1 a:hover{
	text-decoration:underline;
}

/* these are the LIs that only belong to submenu*/
.dropdown_menu_h1 ul li
{
	border: 1px solid #444;
	border-top: 0;
	margin-left: 0px;
	background-image: none;
}

/* these are the LIs that contains a submenu*/
.dropdown_menu_h1 li.submenu
{
    margin: 0;
    padding: 5px 5px 5px 5px;
    width: 150px;
    background-color: #FFFFFF;
    cursor: pointer;
    background: url(  '../images/fondli.jpg' );
    background-repeat: no-repeat;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown_menu_h1 ul li.submenu{
	background-image:url('expand_right.gif');
	background-position:center right;
	padding:0px;
	width:120px;
}

/* menu 2 */

.menu_h2
{
    padding-left:300px;
}


/* this is the main UL element*/
.dropdown_menu_h2
{
    visibility: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 355px;
}

/* these are the inner menus*/
.dropdown_menu_h2 ul{
	/*margin:0;*/
	padding:0;
	border-top:1px solid #444;
	list-style:none;
	}

/* these are all the LIs in the menu*/
.dropdown_menu_h2 li
{
    margin: 0;
    padding: 5px;
    width: 75px;
    background-color: #FFFFFF;
    cursor: pointer;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown_menu_h2 a
{
    text-decoration: none;
    color: #791343;
    width: 100%;
    font-family: 'Segoe Print';
    font-weight: lighter;
    font-style: normal;
    font-variant: normal;
    font-size: xx-small;
}

.dropdown_menu_h2 a:hover{
	text-decoration:underline;
}

/* these are the LIs that only belong to submenu*/
.dropdown_menu_h2 ul li{
	border:1px solid #444;
	border-top:0;
	margin-left:-1px;
}

/* these are the LIs that contains a submenu*/
.dropdown_menu_h2 li.submenu{
	background-image:url('expand_down.gif');
	background-position:center left;
	background-repeat:no-repeat;
	width:75px;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown_menu_h2 ul li.submenu{
	background-image:url('expand_right.gif');
	background-position:center right;
	padding:5px;
	width:120px;
}
#d_menu_h .sepa
{
	background-position: center center;
	width: 10px;
	height: 40px;
	background-image: url('../images/menu/sepa.jpg');
	background-repeat: no-repeat;
}
