﻿@import url(./Includes/Common.css);

form
{
	background-image: none;
}

#MainContent
{
	background-position: center center;
	background-repeat: no-repeat;
	height: 525px;
}

#MainContent a.language_fr
{
	text-transform: uppercase;
	text-decoration: none;
	
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;

	position: absolute;
	top: 350px;
	left: 150px;
}

#MainContent a.language_en
{
	text-transform: uppercase;
	text-decoration: none;
	
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;

	position: absolute;
	top: 350px;
	right: 150px;
	text-align: center;
}

#MainContent a.language_en em
{
    font-size: 10px;
}
