		/* ----------------------- BASE OVERRIDE --------------------------------- */


		h1{
	font-size:2.5em;
	letter-spacing:-2px;
	height:100%;
}
		h2{ font-size:2em; letter-spacing:-1px;}
		h3{ font-size:1.8em;letter-spacing:-1px; }
		h4{ font-size:1.6em; }
		h5{ font-size:1.4em; }
		h6{ font-size:1.2em; }	 
		
			
	
		/* ----------------------- Heading de la página --------------------------------- */
		

	
		#HeadingSector{
	width:95%;
	padding-bottom:20px;
	margin:10px auto 1px auto;
	display:table;
	background-image:url(../images/Divider_Headding.gif);
	background-repeat:repeat-x;
	background-position:center bottom;
			
		}
		
				
		#HeadingSector h1{
	padding:0 0 0 39px;
	float: left;
	background-image: url(../images/icon_Tile.gif);
	background-repeat: no-repeat;
	background-position: 1px;
	margin-top: 2px;
		}
		
			#HeadingSector hr{
	border:none;
	width:100%;
	color:#E9E9E9;
	background-color:#eeeeee;
	height:3px;
	clear:both;
    }
#PageTitle{
	border-bottom:3px solid #F2F1EE;
	width:95%;
	margin-bottom: 5px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;

    }
#PageTitle  table{
	width:98%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0;
    }
#PageTitle  h4{
	padding-left:30px;
	background-image:url(../images/icon_bulletTitle2.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	margin-bottom: 3px;
	color: #B38F51;

}



	
		 /******/	
		#BreadCrumbSector{
	float:right;
	padding-left:25px;
	margin-top:15px;
	border-left:1px solid #CCCCCC;
	background-image:url(../images/icon_navg.gif);
	background-repeat:no-repeat;
	background-position:6px 0px;
		}
		
		#BreadCrumbMenu{
			display:block; 
			margin:0px; padding:0px; 
			list-style:none;
			  		
		}

		#BreadCrumbMenu li{
	display:inline;
	border-left:1px solid #CCCCCC;
	font-size:12px;
		}	
		
		#BreadCrumbMenu .Active_Link{ 			
			color:#666666; font-weight:bold; padding-left:8px; text-decoration:none; font-size:11px;
		}
		
		#BreadCrumbMenu li a{
	padding-left:8px;
	padding-right:5px;
	color:#777777;
	text-decoration:none;
		}
		#BreadCrumbMenu li a:hover{
	color:#3399CC;
	text-decoration:underline;
		}
		
		#BreadCrumbMenu li a.Active_Link{ 			
			color:#666666; font-weight:bold; 
		}		
		
		#BreadCrumbMenu li a.Active_Link:hover{

		}	

