html {
	/*height: 100%;*/
}

body {
	height: 100%;
	background-color: #002CD0;
	background-image: url(../../en/templates/gree.ca/images/montagnes.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-attachment: fixed;
	font-family: tahoma;
	font-size: 12px;

}

div.principal {
	position:absolute;
	top: 25px;
	left: 50%;
	width:670px;
	height:150px;
	margin-left: -335px; /*set to a negative number 1/2 of your width*/
/*	border: 1px solid #ccc;
	background-color: #f3f3f3;*/
}

div.inner {
	width:100%;
	/*height:100%;*/
	text-align: center;
	vertical-align: center;
}

table.principal {
	width: 100%;
	font-family: impact;
	font-size: 24px;
	color: white;
}
table.principal td {
	text-align: center;
}
a:link {
	color: white;
	text-decoration: none;
}
a:visited {
	color: white;
	text-decoration: none;
}
a:hover {
	color: #c3d1ff;
	text-decoration: underline;
}
a:active {
	color: #c3d1ff;
	text-decoration: underline;
}
.link {
	border: none;
}
div.concours {
	position: absolute;
	top: 325px;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	height: 165px;
	background: url(../images/dc.png);
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 10;
	text-align: center;
	color: red;
	cursor: pointer;
	padding-top: 35px;
}
div.etoile {
	background: url(../images/etoile.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 325px;
	left: 50%;
	margin-left: -550px;
	width: 300px;
	height: 200px;
	z-index:100;
	cursor: pointer;
}
div.star {
	background: url(../images/star.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	margin-left: 250px;
	top: 325px;
	width: 300px;
	height: 200px;
	z-index:100;
	cursor: pointer;
}