* {
	margin: 0px;
	padding: 0px;
}
body {
	padding: 10px;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	background-color: #7AA4D6;
}
#Interface {
	width: 780px;
	margin: auto;
	background-color: #7AA4D6;
}
#Content {
	width: 780px;
	height: 552px;
	background-image: url(../images/bg.jpg);
	border: solid 1px black;
}
#Content #Flags {
	display: inline;
	position: relative;
	top: 20px;
	left: 20px;
}
#ContentRight {
	float: right;
	width: 425px;
	height: 390px;
	margin-top: 110px;
	margin-right: 60px !important;
	margin-right: 30px;				/* BUG explorer - double la longueur exprimée */
/*	border: 1px dashed white;*/
	border-top: 1px solid white;
	padding-top: 20px;
}
#ContentLeft {
	float: left;
	width: 140px;
	height: 360px;
	margin-top: 150px;
	margin-left: 20px !important;
	margin-left: 10px;				/* BUG explorer - double la longueur exprimée */
/*	border: 1px dashed white;*/
	padding-top: 20px;
}
a, a:visited {
	color: #DF7306;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: underline;
}
/* ------------------------------------------------------------------------------------------------------------------------------- */
#ContentRight ul.topMenu {
	padding-bottom: 20px;
}
#ContentRight ul.topMenu li {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bolder;
	color: #9FD4FF;
	display: inline;
	padding-right: 20px;
}
#ContentRight ul.topMenu li.enabled {
	color: #DF7306;
}
#ContentRight ul.topMenu li a, #ContentRight ul.topMenu li a:visited {
	color: #9FD4FF;
	text-decoration: none;	
}
#ContentRight ul.topMenu li a:hover {
	color: white;	
}

#MainSlideShow {
	padding-top: 16px;
	padding-bottom: 24px;
}
/* ------------------------------------------------------------------------------------------------------------------------------- */
#Copyright {
	width: 770px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #012652;
	border: solid 1px red;
	color: #689EC8;
	height: 30px;
	border: solid 1px black;
	border-top: solid 1px white;
	text-align: left;
	padding: 5px;
}	

#Copyright a, #Copyright a:visited {
	color: #4B8ABD;
	text-decoration: none;
}
#Copyright a:hover {
	color: white;
}
