@charset "UTF-8";
	
	/* menu */	
	
	
div#menuId ul{
	list-style:none;
	padding: 0;
    margin: 0;
	}
		
a.mainMenu
{
 font-family: "Century Gothic", Arial;
 display: block;
 font-size:18px;
 line-height: 50px;
 color: #58585A;
 margin: 0 0 0 0 ;
 text-decoration: none;
 background:url(../img/A-atn-gris.png) left no-repeat;
 text-decoration:none;
 padding:0 0 0 35px;
 font-weight:bold;
 outline : none;
}
a.mainMenu:hover {color:#EF842F;  background-image:url(../img/A-atn-orange.png); }

a.planMenu
{
 font-family: "Century Gothic", Arial;
 display: block;
 font-size:13px;
 color: #58585A;
 margin: 0px;
 text-decoration:none;
 outline : none;
 font-weight:bold; 
}

a.planMenu.active,a.planMenu:hover { color:#EF842F;  }
a.planMenu.activeBold { color:#EF842F; font-weight:bold; }

.SousMenu
{
 font-family: "Century Gothic", Arial;
 font-weight:bold; 
 display: block;
 font-size:13px;
 color: #58585A;
 margin: 0px;
 
 text-decoration:none;
 padding:0 0 0 20px;
 margin:0 0 0 20px;
 outline : none;
}


a.SousMenu
{
 font-family: "Century Gothic", Arial;
 display: block;
 font-size:13px;
 color: #58585A;
 margin: 0px;
 background:url(../img/dot-gray.png) left top no-repeat  ;
 text-decoration: none;
 text-decoration:none;
 padding:0 0 0 20px;
 margin:0 0 0 20px;
 outline : none;
}

a.SousMenu.active,a.SousMenu:hover { color:#EF842F;  background:url(../img/dot.png) left top no-repeat  ;  }
a.SousMenu.activeBold { color:#EF842F; font-weight:bold;  background:url(../img/dot.png) left top no-repeat  ;  }

a.SousMenu2
{
 font-family: "Century Gothic", Arial;
 display: block;
 font-size:13px;
 color: #58585A;
 margin: 0px;
 text-decoration: none;
 text-decoration:none;
 padding:0 0 0 20px;
 margin:0 0 0 20px;
 outline : none;
}

a.SousMenu2.active,a.SousMenu2:hover {  color:#EF842F; }
a.SousMenu2.activeBold {  color:#EF842F; font-weight:bold }

a.SousMenuPdf
{
 font-family: "Century Gothic", Arial;
 display: block;
 font-size:13px;
 color: #58585A;
 margin: 0px;
 text-decoration: none;
 text-decoration:none;
 padding:0 0 0 30px;
 margin:0 0 0 30px;
  background:url(../img/pdf-pt.png) left no-repeat  ;
  outline : none;
}

a.SousMenuPdf:hover {  color:#EF842F; }

.opened{ color:#EF842F !important;  background:url(../img/A-atn-orange.png) left no-repeat !important;}
.SousOpened{ color:#EF842F !important;}

