
/* Calendar */

#calendar {
	width:190px;
	margin-bottom:3px;
}

/* News */

#newscontainer {
	width:190px;
}

#newstop{
	width:190px;
	height:51px;
	background:url(../images/home/news_header_fr.gif) no-repeat;
}


#newstopen{
	width:190px;
	height:51px;
	background:url(../images/home/news_header_en.gif) no-repeat;
}

#newsbottom{
	width:190px;
	height:5px;
	background:url(../images/home/news_footer.gif) no-repeat;
}

.news {
	padding: 7px;
	background:url(../images/home/news_bckg.gif) repeat-y;
}

.news h2, .news h3, .news h4, .news p, .news a, .news img, .news h2 a {
	margin:0px;
	padding:0px;
	border:0px;
}

.news h4 {
	font-size:8pt;
	color:#276394;
}

.news h2 a, .news h2 a:visited, .news h2 a:active {
	font-size:9pt;
	font-weight:bold;
	color:#41d9ff;
	text-decoration:none;
}

.news h2 a:hover {
	text-decoration:underline;
}

.news p {
	font-size:9pt;
	font-weight:normal;
	color:#8dacc3;
}

/* Intro */



#intro {
	background-color:#285375;
	padding:10px;
	margin-bottom:15px;
	color:#FFFFFF;
}

#introtitle {
	background:url(../images/home/intro_title_fr.gif) no-repeat top;
	height:42px;
	width:456px;
	margin-bottom:10px;
}

#introtitleen {
	background:url(../images/home/intro_title_en.gif) no-repeat top;
	height:42px;
	width:456px;
	margin-bottom:10px;
}

#introcontent {
	width:445px;
}

#intro h4, #intro p, #intro img {
	margin:0;
	padding:o;
	border:0;
	padding-left:9px; 
}

#intro h4 {
	font-size:9pt;
	font-weight:bold;
	padding-bottom:3px;
}

#intro p {
	color:#8dacc3;
	font-size:9pt;
	font-weight:normal;
	padding-bottom:10px;
}

#introvideo {
	width:220px;
	height:166px;
	margin-left:10px;
}


