/* Classe de description du menu   */

/********************************************************************/ 
/* Note à l'attention des créateurs de style						*/
/* Le nom du fichier décrivant le menu ne doit pas avoir d'espace	*/
/* Les Noms de style doivent être respectés,						*/
/* Le préfixe doit être le même que le nom du fichier de style		*/
/****************************************************************** */


.MenuDevParent {
	cursor:pointer;
	margin: 2px 0 0 0;
	height: 20px;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
	list-style-type: none;
	text-decoration:none;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	width:100%;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #FFFFFF;
}

.MenuDevParentOver {
	cursor:pointer;
	margin: 2px 0 0 0;
	height: 20px;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
	list-style-type: none;
	text-decoration:none;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333399;
	width:100%;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #FFFFFF;
}

.MenuDevParentSelected {
	cursor:pointer;
	margin: 2px 0 0 0;
	height: 20px;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
	list-style-type: none;
	text-decoration:none;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333399;
	width:100%;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #FFFFFF;
}

.MenuDevChild {
	display: block;
	cursor:pointer;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #C6FFFF;
	line-height: 20px;
	margin-left: 2px;
}
.MenuDevChild a {
	text-decoration: none;
	cursor:pointer;
	display: block;
	border: 0 none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	line-height: 20px;
	background-color: #C6FFFF;
	margin-left: 2px;
}

.MenuDevChildOver {
    list-style-type: circle;
	cursor:pointer;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #C6FFFF;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	margin-left: 2px;
	line-height: 20px;
}
.MenuDevChildOver a {
	cursor:pointer;
	list-style-type: circle;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #C6FFFF;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	margin-left: 2px;
	line-height: 20px;
}	

.MenuDevChildSelected {
	list-style-type: circle;
	cursor:pointer;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #C6FFFF;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	margin-left: 2px;
	line-height: 20px;
	font-weight: bold;
}
.MenuDevChildSelected a {
	list-style-type: circle;
	cursor:pointer;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	margin-left: 2px;
	line-height: 20px;
	font-weight: bold;
	background-color: #C6FFFF;	
}

.MenuDevChildrenBox {
	background-color:#C6FFFF;
	text-align:left;
}

.MenuDevMenu {
	width: 160px;
	cursor:pointer;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #043c28;
	background-color: #FFFFFF;
}

.MenuDevImageParent {
	display:none;
}

.MenuDevImageChild {
	display:none;
}

.MenuDevChildImage {
	vertical-align:middle;
	border:0px solid black;
	margin-right:6px;
}







