@charset "UTF-8";
/* CSS Document */

.clearer {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

a, a:link, a:hover, a:visited, a:active {
	color: #16aa9c;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url('images/bg_body.jpg');
	padding: 5px;
	margin: 0px;
	text-align: center;
}

div#container {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

	div.div_top {
		background-image: url('images/bg_div_top.png');
		width: 960px;
		height: 12px;
	}

	div.div_content {
		background-color: #f5f3f2;
		width: 936px;
		padding-left: 12px;
		padding-right: 12px;
	}

	div.div_bottom {
		background-image: url('images/bg_div_bottom.png');
		width: 960px;
		height: 12px;
	}
	
div#bottom {
	margin-top: 5px;
}

div#header {
	width: 936px;
	height: 111px;
	border-width: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #d0e6e3;
	background-image: url('images/bg_header.jpg');
	position: relative;
}

	div#menu_top {
		position: absolute;
		top: 87px;
		left: 400px;
	}
	
	div#menu_top a {
		display: block;
		float: left;
		height: 24px;
	}
	
	div#menu_top a span {
		display: none;
	}
	
		div#menu_top a#menu_francais {
			width: 52px;
			background-image: url('images/menu_top_francais.jpg');
		}

div#main {
	margin-top: 5px;
}
	
div#top div.div_content {
	height: 70px;
	font-size: 10px;
	text-align: center;
}

	div#top div.banner {
		padding-top: 5px;
		padding-right: 10px;
		padding-left: 10px;
	}	

	div#top div.contest {
		width: 224px;
		height: 70px;
		text-align: left;
	}
	
	div#top div.left div {
		margin-left: 80px;
	}
	
	div#top div.left div div, div#top div.right div div {
		padding: 5px;
		margin: 0px !important;
	}
	
	div#top div.left img {
		float: left;
	}
	
	div#top div.right div {
		margin-right: 80px;
	}
	
	div#top div.right img {
		float: right;
	}

h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px;
}

h1 span {
	display: none;
}

h3 {
	color: #16aa9c;
	border-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #d0e6e3;
	border-style: solid;
	padding: 2px;
	padding-left: 5px;
}

img {
	border: 0px;
}

/* Welcome page **********************************************************************************************************/
	
div.welcomepage div#main {
	margin-top: 0px!important;
}

div.welcome_background {
	position: relative;
	background-image: url('images/welcome_bg_div_content.png');
	min-height: 900px;
}

div.welcome_content {
	position: absolute;
	top: 250px;
	height: 250px;
	width: 100%;
	background-color: #f5f3f2;
	text-align: center;
}

h1.welcome {
	width: 936px;
	height: 135px;
	background-image: url('images/welcome_bg_h1.png');
}

/* Home page *************************************************************************************************************/