/**
 * Modules - fr FR
 */
@import url(modules_fr.css);
 
/**
 * CONTENT MODULES 
 */
/**
 * C2: Graphical Page Titles for T1 and T2
 */
div#t1 h2 {
	background: url(/repository/images/headers/h2/home_fr_FR.jpg) no-repeat 0 0;
}

/**
 * C18: History
 * Use with javascript behaviours
 */
div#history ol#historyLinks a {		
	width: 59px;
}

div.promo1 {
	min-height: 120px;
} * html div.promo1 {
	height: 120px;
}
div.promo2 {
	min-height: 120px;
} * html div.promo2 {
	height: 120px;
}
/** 
 * F7: Form Inputs
 */
/* Date */
form fieldset.date #current_date_declarationTodaysDate_year {
	width: 40px;
}

/* 
 * N3: Large Utility Nav
 */
#utilityNav p#division {
	background-image: url(/repository/images/icons/flags/fr.png);
}

/**
 * Press release section styles
 */
div#pressRelease h5{
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 4px;				
}
			
div#pressRelease h5 a{
	color: #900;
	font-weight: bold;
	margin-right: 2px;
}
		
div#pressRelease h5 span{
	background: transparent url(/repository/images/icons/icon_pdf.png) no-repeat scroll -0.1px 60%;
	padding: 2pt 0pt 2pt 20px;	
	}
			
div#pressRelease p.newsDate {
	color: #000;
	font-size: 0.9em;
	margin-bottom: 5px;
}
/**
 * Trading Example lists
 */
ol.example li {
	font-size: 1.2em; font-weight: bold; color: #6bb520
}
ol.example li p {
	margin: 0 0 1em 0;
	font-size: 0.8em; color: #444444; font-weight: normal; line-height: 1.3em;
}