﻿/************************/
/*  COULEURS DE BASE    */
/*  ORANGE : #437EC5    */
/*  BLEU : #0D4391		*/
/*  CLAIR: #1A94D2		*/
/************************/
/*********************************
			css	menu
**********************************/
.MenuDesign
{
	float: right;
	text-align: left;
	background-color: Transparent;
	border-collapse: collapse;
	font-family: Verdana,Arial,Lucida Grande,Lucida Sans Unicode,Lucida,Helvetica,Sans-serif;
	overflow: hidden;
	vertical-align: middle;
}

.MenuRootNormal table
{
	margin-left: 20px;
}
.MenuRootNormal
{
	color: #0D4391;
	max-width: 50px;
	height: 25px;
	text-align: left;
	text-indent: 10px;
	padding-right: 10px;
	border-top-width: 1px;
	border-top-color: #0D4391;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #0D4391;
	border-bottom-style: solid;
	border-left-color: #0D4391;
	border-left-width: 6px;
	border-left-style: double;
}
.MenuRootHover td
{
	background-image: url(igdm_RootHover.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #1f6198;
}
.MenuRootHover a
{
	color: white;
}
.MenuItemNormal a
{
	display: block;
	width: 100%;
	cursor: pointer;
}

.MenuItemNormal
{
	text-align: left;
	font-weight: normal;
	border-style: none;
}
.MenuItemNormal TD
{
	height: 20px;
	text-indent: 10px;
	font-weight: normal;
}
.MenuItemHover
{
	color: #052684; /* sets the default font colour to white */
	background-image: url(igdm_ItemHover.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #e7f6fd;
	border-style: none;
	width: 100%;
}
.MenuItemHover a
{
	color: #052684;
	display: block;
	width: 100%;
	cursor: pointer;
}
.MenuItemNormal div
{
	border-top-width: 1px;
	border-top-color: #0D4391;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #0D4391;
	border-bottom-style: solid;
	border-left-color: #0D4391;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #0D4391;
	border-right-width: 1px;
	border-right-style: solid;
}

