﻿/*CEIDF - NAVIGATION = Menu Footer*/
/*CEIDF - MENU FOOTER*/
.CeidfMenuFooter div.AspNet-Menu-Horizontal /* Tier 1 */
{
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

.CeidfMenuFooter ul.AspNet-Menu /* Tier 1 */
{
	width: 100%;
	
}

.CeidfMenuFooter ul.AspNet-Menu ul  /* Tier 2 */
{
	background-color:#000000;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}

.CeidfMenuFooter ul.AspNet-Menu ul ul  /* Tier 3+ */
{
	top: -0.5px;
	left: 6em;
}


.CeidfMenuFooter li /* Pout toutes les listes Items */
{
	padding-bottom: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-right-color: #000000;
	
}

.CeidfMenuFooter li li /* Pout toutes les listes Items */
{
	width: 100%;
	margin: 0px;
}

.CeidfMenuFooter li:hover, /* Pout toutes les listes Items "MouseHover"*/
.CeidfMenuFooter li.AspNet-Menu-Hover
{
	background: #FFFFFF;
}

.CeidfMenuFooter ul a, /* all anchors and spans (nodes with no link) */
.CeidfMenuFooter ul span
{
	color: #000000;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	margin-right: 5px;
	margin-left: 5px;
	_margin-right: 5px;/*POUR IE6 : "-" devant l'attribut*/
	_margin-left: 5px;/*POUR IE6 : "-" devant l'attribut*/
	float: left; /*POUR IE6*/
}

.CeidfMenuFooter li.AspNet-Menu-Leaf a,
.v li.AspNet-Menu-Leaf span
{
	background-image: none !important; /*POUR FIREFOX : "!important" après l'attribut*/
}

.CeidfMenuFooter li.AspNet-Menu-Leaf2 a,
.v li.AspNet-Menu-Leaf2 span
{
	background-image: none !important; /*POUR FIREFOX : "!important" après l'attribut*/
	color: Red;
}

.CeidfMenuFooter li:hover a, /* hovered text */
.CeidfMenuFooter li:hover span,
.CeidfMenuFooter li.AspNet-Menu-Hover a,
.CeidfMenuFooter li.AspNet-Menu-Hover span,
.CeidfMenuFooter li:hover li:hover a,
.CeidfMenuFooter li:hover li:hover span,
.CeidfMenuFooter li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.CeidfMenuFooter li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.CeidfMenuFooter li:hover li:hover li:hover a,
.CeidfMenuFooter li:hover li:hover li:hover span,
.CeidfMenuFooter li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.CeidfMenuFooter li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    text-decoration:underline;
}

.CeidfMenuFooter li:hover li a, /* the tier above this one is hovered */
.CeidfMenuFooter li:hover li span,
.CeidfMenuFooter li.AspNet-Menu-Hover li a,
.CeidfMenuFooter li.AspNet-Menu-Hover li span,
.CeidfMenuFooter li:hover li:hover li a,
.CeidfMenuFooter li:hover li:hover li span,
.CeidfMenuFooter li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.CeidfMenuFooter li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
    text-decoration:underline;
}

.CeidfMenuFooter .AspNet-Menu-Selected /* this tier is selected */
{
}

.CeidfMenuFooter .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
}

.CeidfMenuFooter .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
}
/*CEIDF - TOP NAVBAR - END*/


/*CEIDF - NAVIGATION - END*/