﻿
.DefaultMenu .AspNet-Menu-Horizontal
{
   position:absolute;
   left: 0;
   z-index: 300;
}

.DefaultMenu ul.AspNet-Menu 
{
	margin-top:54px;
	margin-left:160px;
	width: 800px;

}

.DefaultMenu ul.AspNet-Menu ul  
{     
	font-weight:bold;
	left:0px;
	top:100%;
	width:170px;
	background: #700a22 url(../_img/skeleton/fonddropmenu.jpg) no-repeat top left;

}

.DefaultMenu ul.AspNet-Menu ul ul  
{
	top: 20px;
	margin: -1.7em 0 0 16.70em;
	
}
 /* PREMIER NIVEAU */

.DefaultMenu li
{
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	text-align:center;
}
.DefaultMenu li li
{
	width:170px;
	font-size:12px;
	text-align:left;
}

.DefaultMenu li a
{
	border-right:2px solid white;
	/*background-color:#666666;*/
	color:white;
	line-height:26px;	
	padding-left:10px;
	padding-right:10px;
	
}
.DefaultMenu li a:hover
{

	border-right:2px solid white;
	color:white;
	background-color:#f1b5c3;
	text-decoration:none;
}

.DefaultMenu li li a
{

	background-color: Transparent;
	border:none;
	color:white;
	line-height:20px;
}
.DefaultMenu li li a:hover
{
	background-color: #f1b5c3;
	color:white;
	border:none;
}


.DefaultMenu li li.AspNet-Menu-WithChildren a
{
	background: #00245D url("../_img/skeleton/arrowWhite.jpg") no-repeat right;
	color:white;
}
.DefaultMenu li li.AspNet-Menu-WithChildren a:hover
{
	background: #02E3E3 url("../_img/skeleton/arrowWhiteRoll.jpg") no-repeat right;
	color:white;
}

.DefaultMenu li li.AspNet-Menu-WithChildren li a
{
	font-size:12px;
	text-decoration:none;
	border:none;		
	background-color:#02E3E3;
	background-image : none;
	color:#00245D;
}

.DefaultMenu li li.AspNet-Menu-WithChildren li a:hover
{
	font-size:12px;
	text-decoration:none;
	border:none;		
	background-color:#02E3E3;
	background-image : none;
	color:White;
}

.footermainmenu
{
	float:left;
	width:100%;
}



.FooterMenu .AspNet-Menu-Horizontal
{
	width:320px;
	text-align:left;
	position:relative;
}
.footermainmenu .FooterMenu .AspNet-Menu-Horizontal
{
	width:320px;
	margin:auto;
	margin-top:20px;
	text-align:center;
	position:relative;

}

.FooterMenu li  /* Tier 2 */
{   
	font-weight:bold;
}

.FooterMenu li a
{
	font-size: 8pt;
	color: #757575;
	text-decoration: none;
	padding: .3em 1em;
	font-family: "MS Sans Serif";
}

.FooterMenu li a:hover
{
	 color:#930a2c;
	 background-color:white;
}
