/* CLF 2.0 TEMPLATE VERSION 1.04.03 | VERSION 1.04.03 DU GABARIT NSI 2.0	*/
/* wp-pa-institution.css  version 1.04.03  for CIDA | pour l'ACDI  (2008-08-15)	*/

/* ---------------------------------------------------------------------------- */
/* New in 1.04.03 (2008-08-15)							*/
/*										*/
/* - New class:		div.spacer						*/
/*										*/
/* - Redefined:		div.msgarea						*/
/*			div.msgareaalt						*/
/*			.msgarea h1						*/
/*			div.headcontainer					*/
/* ---------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------- */
/* GENERAL CSS BEGINS | DEBUT DU CSS GENERAL					*/

div.spacer {
	background-color:transparent;
	height:100px;
}

/* GENERAL CSS ENDS | FIN DU CSS GENERAL					*/

/* ---------------------------------------------------------------------------- */
/* MESSAGE SPACE CSS BEGINS | DEBUT DU CSS DE L'ESPACE DE MESSAGE		*/

div.msgarea h1, div.msgareaalt h1 {
	text-align: center;
	color: #fff;
	font-weight: bold;
}

div.msgarea {
	/*background: #036 url(/acdi-cida/acdi-cida.nsf/vlusfiles/images/$file/wp-pa.jpg) no-repeat scroll center;*/
	background: #036 url(http://www.acdi-cida.gc.ca/acdi-cida/acdi-cida.nsf/vlusfiles/images/$file/wp-pa.jpg) no-repeat scroll center;
	height: 250px; 
}

div.msgareaalt {
	/*background: #036 url(/acdi-cida/acdi-cida.nsf/vlusfiles/images/$file/wp-pa.jpg)  no-repeat;*/
	background: #036 url(http://www.acdi-cida.gc.ca/acdi-cida/acdi-cida.nsf/vlusfiles/images/$file/wp-pa.jpg) no-repeat;
	height: 250px; 
}

.msgarea h1 {
	padding-top: 15px;
}

div.msgareaalt h1 {
	padding-top: 160px;
}

div.headcontainer {
	background-color: transparent;
	color: #fff;
	height: 65px;
}

/* MESSAGE SPACE CSS ENDS | FIN DU CSS DE L'ESPACE DE MESSAGE			*/

