@charset "utf-8";

*
{
	margin: 0px;
	padding: 0px;
}

html, body
{
	height:100%; /* needed for container min-height */
	background:gray;
	color: #352825;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1
{
	text-align: left;
	display: block;
	line-height: 1.5em;
	font-size: 1.2em;
	color: #AE867E;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FD6861;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2
{
	text-align: left;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-bottom-color: #D3C4C0;
	line-height: 1.3em;
	font-size: 1em;
	clear: both;
	color: #372928;
	padding-top: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
}


h2 span a
{
	font-size: 10px;
	text-decoration: underline;
}

a img
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link
{
	color: #0066FF;
}

a:visited
{
	color: #0066FF;
}

a:hover
{
	color: #FC656A;
}

a#languageChange
{
	float: right;
	position: absolute;
	display: block;
	right: 30px;
	top: 5px;
	text-align: center;
	font-size: small;
	text-decoration: none;
	font-weight: bold;
	color: #352825;
}

a#languageChange:hover
{
	color: #B1968F;
}

a#languageChange:active
{
	color: #ff656b;
}




div#container
{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:980px;
	height:auto !important; /* real browsers */
	height:100%;
	min-height:100%;
	background-image: url(../images/layout/content_background.jpg);
	background-repeat: repeat-y;
}
div#flash   
{
	position: absolute;
	height: 330px;
	width: 930px;
	top: 117px;
	left: 25px;
}

div#largeGraphic
{
	position: absolute;
	height: 330px;
	width: 930px;
	top: 117px;
	left: 25px;
}


div#headerEnglishLarge
{
	background-image: url(../images/en/home_header_large.jpg);
	height: 480px;
	background-repeat: no-repeat;
	padding: 1em;
}

div#headerEnglishPlain
{
	background-image: url(../images/en/home_header_plain.jpg);
	height: 480px;
	background-repeat: no-repeat;
	padding: 1em;
}
div#headerFrenchLarge
{
	padding:1em;
	background-image: url(../images/fr/home_header_large.jpg);
	height: 480px;
	background-repeat: no-repeat;
}

div#headerFrenchPlain
{
	padding:1em;
	background-image: url(../images/fr/home_header_plain.jpg);
	height: 480px;
	background-repeat: no-repeat;
}


div#content
{
	padding-bottom: 10em;
	margin-top: -25px;
}

div#main
{
	width: 740px;
	position: relative;
	margin-left: 100px;
	padding-right: 10px;
	padding-left: 10px;
}

div#mainIndex
{
	width: 540px;
	position: relative;
	margin-left: 215px;
	padding-right: 5px;
	padding-left: 5px;
}


div#footer
{
	position:absolute;
	width:100%;
	bottom:0;
	background-image: url(../images/layout/footer.jpg);
	background-repeat: no-repeat;
	height: 110px;
}

ul#menu
{
	position: absolute;
	width: 620px;
	height: 30px;
	font-size: 12px;
	right: 10px;
	margin: 0px;
	padding: 0px;
	top: 60px;
}

ul#menu li
{
	list-style-type: none;
	display: block;
	float: left;
}

ul#menu li a
{
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #352825;
	float: left;
	background-image: url(../images/menu_background.jpg);
	background-repeat: repeat-x;
}

ul#menu li a:hover
{
	color: #FFF;
}

ul#menu li a.active
{
	color: #FFF;
	background-image: url(../images/menu_active_background.jpg);
	background-repeat: repeat-x;
}

#copyright
{
	font-size: 11px;
	text-align: center;
	display: block;
	width: 980px;
	padding-top: 75px;
}

#main ul li
{
	display: list-item;
	text-align: left;
	padding-top: 5px;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 50px;
}

#main .messageWarning
{
	display: block;
	color: #FFFFFF;
	background-color: #FF4F4F;
	font-weight: bold;
	border: 1px solid #FF0000;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.1em;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
}
#main .messageSuccess
{
	display: block;
	color: #FFFFFF;
	background-color: #00B93D;
	font-weight: bold;
	border: 1px solid #006600;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.1em;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
}
