A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:hover {text-decoration: underline;}
A:active {text-decoration: underline;} 

DIV {font-family: Arial;}
H1 {
	font-family: Georgia, Times, Times New Roman;
	font-size: 21px;
	font-weight: normal;
	line-height: 30px;
	text-decoration: none;
	color: #333322;
} 

/* general font styles */
.white { color:#FFFFFF } 
.text {
	font-family: Arial, Helvetica, Verdana; 
	font-size: 12px; 
	line-height: 17px; 
	text-decoration: none;
}
.text_white {
	font-family: Arial, Helvetica, Verdana; 
	font-size: 12px; 
	line-height: 17px; 
	text-decoration: none; 
	color: #FFFFFF;
}
.text1 {
	font-family: Arial, Helvetica, Verdana; 
	font-size: 11px; 
	line-height: 13px; 
	text-decoration: none;
}
.text2 {
	font-family: Verdana, Arial, Helvetica; 
	font-size: 9px; 
	line-height: 13px; 
	text-decoration: none;
}
.text2_white {
	font-family: Verdana, Arial, Helvetica; 
	font-size: 9px; 
	line-height: 13px; 
	text-decoration: none; 
	color: #FFFFFF;
}
.text2_blue {
	font-family: Verdana, Arial, Helvetica; 
	font-size: 9px; 
	line-height: 13px; 
	text-decoration: none; 
	color: #3464AC;
}
.text2_credit {
	font-family: Arial, Helvetica, Verdana; 
	font-size: 8px; 
	line-height: 10px; 
	text-decoration: none; 
	color: #888877;
}
.caption {
	font-family: Helvetica, Arial, Verdana; 
	font-size: 10px; 
	font-weight: bold; 
	line-height: 13px; 
	text-decoration: none; 
	color: #333322;
}
.pullquote {
	font-family: Georgia, Times, Times New Roman; 
	font-size: 14px; 
	font-weight: bold; 
	line-height: 18px; 
	text-decoration: none; 
	color: #333322;
}
.formtext {
	font-family: Verdana, Arial, Helvetica; 
	font-size: 9px; 
	line-height: 13px; 
	text-decoration: none; 
	color: #777766;
}
.kicker {
	font-family: Verdana, Arial, Helvetica; 
	font-size: 9px; 
	font-weight: bold; 
	line-height: 13px; 
	text-decoration: none; 
	letter-spacing: 1; 
	color: #777766;
}
.hed {
	font-family: Georgia, Times, Times New Roman; 
	font-size: 21px; 
	line-height: 30px; 
	text-decoration: none; 
	color: #333322;
}
.text_big {
	font-family: Arial, Helvetica, Verdana; 
	font-size: 17px; 
	line-height: 23px; 
	text-decoration: none;
}
.photocaption {
	font-family: Helvetica, Arial, Verdana; 
	font-size: 10px; 
	font-weight: bold; 
	line-height: 13px; 
	text-decoration: none; 
	color: #333322;
}
.photocredit {
	font-family: Arial, Helvetica, Verdana; 
	font-size: 8px; 
	line-height: 10px; 
	text-decoration: none; 
	color: #888877;
}

/* .click {cursor: pointer;} */
.click {cursor:pointer; cursor:hand}
		
/* article text */
#articleParent {
	position: relative; 
	height: 200px; 
	overflow: hidden; 
	z-index: 1;
}
.artCol {
	position: absolute; 
	width: 221px;
	margin-right: 14px; 
	z-index: 1;
}
.artText {
	position: absolute; 
	width: 221px; 
	top: 0px; 
	left: 0px; 
	margin-right: 5px; 
	font-family: Arial, san-serif; 
	font-size: 10px; 
	line-height: 16px; 
	color: #444444; 
	display: none;
}




/* next and previous buttons */
.prevImage {margin-bottom: 25px; margin-left: 25px; margin-top: 12px; margin-right: 0px;}
.nextImage {margin-bottom: 25px; margin-left: 0px; margin-top: 12px; margin-right: 25px;}

/* dotted lines and breaks */
.b1 {clear:both; height:1px;}
.b2 {clear:both; height:4px;}
.b3 {clear:both; height:8px;}
.b4 {clear:both; height:16px;}
.dL {height:1px; background-image:url(http://www.iht.com/images/lines/dotted.gif);}

/* used for the google links */
.text2_google {
	font-family: Arial, Helvetica, Verdana;
	font-size: 9px;
	line-height: 12px;
	text-decoration: none;
}

.skiplink {display:none;}

/* for featured property */
.smallLight {
	font: 9px Verdana, Arial, san-serif;
	line-height: 12px; 
	color: #999999;
}

.textList {
	font: 10px Verdana, Arial, san-serif;
	line-height: 12px; 
	color: #50555A;
}

.topad {
        background: #ccccc9;
        margin-bottom: 5px;
	width: 945px;
}

.deadlink {
	color: #e8e8e8;
}
/* used for the navigation bar */
#nav, #nav ul {
	/* padding: 2px 0px 3px 5px; */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
#nav a {
	display: block;
	text-decoration: none;
}
#nav a:link {
	display: block;
	color: #ffffff;
	text-decoration: none;
}
#nav a:visited {
	display: block;
	color: #ffffff;
	text-decoration: none;
}
#nav a:hover {
	display: block;
}
#nav a:active {
	display: block;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	width: 10em; /* width needed or else Opera goes nuts */
}
#nav li ul { /* second-level lists */
	position: absolute;
	margin-left: 0;
	background: #555556;
	width: 150px;
	padding: 5px;
	line-height: 1.5em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 10000;
}

/* lists nested items under hovered list items */
#nav li:hover ul, #nav li.sfhover ul { 
	left: auto;
} 

/* dropdown styles */
#dropNav li a {
	font-size: 11px;
	font-weight: normal;
	width: 150px;
	padding: 0px 0px 0px 5px; /* this gives adds an indent to the dropdown link text */
	border-bottom: 1px solid #ffffff;
}
#dropNav a:visited {
	display: block;
	width: 150px;
	color: #ffffff;
	text-decoration: none;
}
#dropNav a:hover {
	display: block;
	width: 150px;
	color: #ffffff;
	background-color: #777778;
}
#dropNav a:active {
	display: block;
	width: 150px;
	color: #ffffff;
	background-color: #777778;
}

/* clippings menu */
#clippingsmenu {
	position: absolute; 
	visibility: hidden; 
	display: none; 
	left: 800px; 
	width: 150px; 
	color: #ffffff;
	background-color: #555556;
	z-index: 1;
	padding: 0px 0px 0px 5px;
	/*line-height: 1.5em;*/
	overflow: hidden;
}
#clippingsmenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	width: 150px;
	border-bottom: 1px solid #ffffff;
	padding: 0px 0px 5px 5px;
}
#clippingsmenu a:hover {
	background-color: #777778;
	color: #ffffff;
	width: 150px;
	display: block;
	padding-right: -5px;
}
#clippingsmenu a:visited {
	color: #ffffff;
	width: 150px;
	display: block;
}
#clippingsmenu a:active {
	color: #ffffff;
	width: 150px;
	display: block;
}
.clippingsNumber {
	position: relative;
	left: -15px;
	/*bottom: 2px; */
	font-family: Verdana, Arial, Helvetica; 
	font-size: 9px;
	font-weight: bold;
	color: #3464AC;
}
/* Style pour le menu spipien*/
#affiche{
visibility:visible;
}
#cache{
display:none;
}
.lien{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff; 

}
.lienon{
color: #FFFF00 ;
text-decoration: none;
}
ul.racine{
margin-left:0px;
padding-left:2px;
list-style:none;
}
.article{
margin-left:0px;
padding-left:60px;
list-style-type:square;
}
.rubrique{
margin-left:0px;
padding-left:25px;
list-style-type:circle;
}

