@charset "utf-8";
/* CSS Document */

/* Section Header */
#section-header { 
 background-image: url(http://www.markcom.uottawa.ca/assets/img/section-header-en.jpg);
}
#haiti-info-banner { 
 background-image: url(../img/info-haiti-en.png);
 width: 518px;
 height: 86px;
 background-repeat:no-repeat;
}

.fr #section-header { 
 background-image: url(http://www.markcom.uottawa.ca/assets/img/section-header-fr.jpg);
}

.fr #haiti-info-banner { 
 background-image: url(../img/info-haiti-fr.png);
 width: 518px;
 height: 86px;
 background-repeat:no-repeat;
}

#section-title { left: 18px; top: 20px; width: 260px; height: 60px; }
/*
#parent-org-title { left: 22px; top: 27px; width: 200px; height: 26px; }
*/
.fr #section-title { left: 18px; top: 20px; width: 300px; height: 60px; }
/*
.fr #parent-org-title { left: 22px; top: 27px; width: 174px; height: 26px; }
*/
/* Sub-Section */
.sub-section #sub-section-header {
	background-image: url();
}

/* Image below the Local Navigation */
#section-photo { 
	background-image: url(); height: 109px;
}
ul a:visited{
	color: #3887B0;
}
ul a:hover{
	cursor: pointer;
	cursor: hand;
}

