body {
	background: url(../images/bg.png);
	font-familiy: Georgia;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

.placeHolder {
	width: 984px;
	margin: 0 auto;
}

.clear{
	clear: both;
}

#banner {
	width: 100%;
	height: 121px;
	background: url(../images/banner.png);
	padding-top: 15px;
}	

#banner h1, #banner h1 a {
	display: block;
	width: 323px;
	height: 88px;
	background: url(../images/LogoAlouette.png) no-repeat;
	text-indent: -999em;
	padding: 0;
	margin: 0;
}

#bgCopy {
	background: url(../images/bgCopy.png) no-repeat;
	height: 422px;
	margin-top: 20px;
	padding: 0 30px 0 25px;
	color: #FFF;
}

#bgCopyLink {
	background: url(../images/bgCopyLink.png) no-repeat;
	height: 103px;
}

#bgCopyLink a{
	display: block;
	width: 450px;
	height: 103px;
	text-indent: -999em;
}

.en {
	float: left;
	width: 48%;
}

.fr {
	float: right;
	width: 48%;
}

h1 {
	font-size: 18px;
	font-variant: small-caps;
	font-weight: normal;
	margin: 45px 0 30px 0;
}

a:link {color: #FFF; text-decoration: underline;}
a:visited {color: #FFF; text-decoration: underline;}
a:hover {color: #310000; text-decoration: underline;}
a:active {color: #FFF; text-decoration: underline;}


