/* ---------- Styles specific to the project ----------- */

body {
	margin: 0;
  	padding: 0;
	/*background-color: rgb(155,208,245);*/
	background-color: rgb(1,54,117);
	text-align: center;
	}

a 	{
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
   color : rgb(33,131,193);
	text-decoration : underline;
	}
a:hover {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
   color : rgb(226,196,20);
	text-decoration : underline;
	}
	
div#banner{
	position: absolute;
	top: 27px;
	right: 320px;
	color: white;
	font-family : Verdana,Arial,Helvetica;
	font-size: 40px;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}
div#banner2{
	position: absolute;
	top: 29px;
	right: 318px;
	color: rgb(1,54,117);
	font-family : Verdana,Arial,Helvetica;
	font-size: 40px;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}

div#layer1{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	}
	
div.layer2{
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Size : 11px;
   color : rgb(1,54,117);
	text-decoration : none;
	/*background-color:rgb(255,255,255);*/
	text-align:center;
	margin-top: 0px;
	padding: 0px;
	width: 797px;
	/*border: 2px solid white;*/
	}
	
div.layer2 div{
	margin:0px;
	padding:0px;
	text-align:center;
}
	
div.layer2 img.thumb{
	float: none;
	border: 0px;
	padding: 0px;
	width: 131px;
	height:98px;
	margin: 0px;
	}

p {
	vertical-align:bottom;
	}
	
table.intro{
	width: 798px;
	border: 0px;
	border-collapse: collapse;
	padding:0;
	background-color:rgb(255,255,255);
}

table.introtext{
	width: 798px;
	border: 0px;
	border-collapse: collapse;
	padding:0;
	background-color:rgb(255,255,255);
}

td.langues{
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: rgb(1,54,117);
	padding-top: 5px;
	padding-bottom: 10px;
}

td.langues a{
	font-size: 13px;
	font-weight: bold;
	color: rgb(33,131,193);
}

td.langues a:hover{
	font-size: 13px;
	font-weight: bold;
	color: rgb(226,196,20);
}

td.langues span{
	padding: 0 20px 0 20px;
}

td.header{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: rgb(255,255,255);
	background-color: rgb(1,54,117);
}

td.txt{
	padding: 5px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	color: rgb(1,54,117);
}

