td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	/*display: block;*/
}

#sousmenu {
/* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
/* N'est pas utilise dans ce site. le div "conteneur" sert de reference (position:relative) */
	position:relative; margin:0px; width:753px; height:617px; text-align:left;
}

.item img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

/* Controls the general apperance for menu items, including color and font */
.item a, .item a:visited {
	text-decoration:none; font-family:Verdana, Helvetica, sans-serif; font-size:11px;
	color:#FFFFFF; text-align:center; vertical-align:middle; padding:2px; background-color:#cc7816;
	font-weight:bold; font-style:normal; display:block; position:absolute;
}
.item a:hover, .item a:visited:hover {
	color:#cccccc;
}


/* pour mettre un souligne au dernier item d'une categorie */
a.sousmenuDernierItemCategorie, a.sousmenuDernierItemCategorie:hover {
	border-bottom:1px solid #133A60;
}




/********* Projets **********/

#MMMenuContainer1 {
	visibility:hidden; z-index:300; position:absolute; top:52px; left:525px; 
}
/* Hack IE 6 PC */
* html #MMMenuContainer1{
	left:525px;
}

#MMMenu1 {
/* Conteneur principal des sous-menus */
	position:absolute; left:0px; top:0px;
	visibility:hidden; background-color:#cc7816;
	border-top:1px solid #133A60; border-left:1px solid #133A60;
	width:220px; height:105px;
}

.MMMIFVStyle1 {
/* first menu item in menu */
	border-top:0px; border-left:0px; border-bottom:1px solid #133A60; border-right:1px solid #133A60;
	width:215px; height:16px;
}
/* Hack IE 6 PC */
* html .MMMIFVStyle1 {
	width:220px; height:21px;
}

.MMMIVStyle1 {
/* menu items in menu */
	border-top:0px; border-left:0px; border-bottom:1px solid #133A60; border-right:1px solid #133A60;
	width:215px; height:16px;
}
/* Hack IE 6 PC */
* html .MMMIVStyle1 {
	width:220px; height:21px;
}

#MMMenu1_Item_0 {
	left:0px; top:0px;
}
#MMMenu1_Item_1 {
	left:0px; top:21px;
}
#MMMenu1_Item_2 {
	left:0px; top:42px;
}
#MMMenu1_Item_3 {
	left:0px; top:63px;
}
#MMMenu1_Item_4 {
	left:0px; top:84px;
}
/*#MMMenu1_Item_5 {
	left:0px; top:105px;
}*/
