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

/*-----------Basic Styling-----------*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 1.4em;
	background-image: url(../images/back.jpg);
}
#clear {
	clear: both;	
}

#wrapper {
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 1100px;
}
#main {
	text-align: left;
	width: 1000px;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 50px;
	background-image: url(../images/mainBack.jpg);
}
#language {
	float: right;
	height: 70px;
	width: 688px;
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
}
#language img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#topMenu {
	float: right;
	height: 24px;
	width: 688px;
	text-align: right;
	padding-right: 10px;
	padding-top: 6px;
}
#topMenu a {
	color: #4d565e;
	text-decoration: none;
}
#topMenu a:hover {
	color: #D9D8D4;
	text-decoration: none;
}
#mainMenu {
	float: right;
	height: 30px;
	width: 688px;
	padding-right: 10px;
}
#newMenu {
	background-color: #60514b;
	height: 24px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-right: 10px;
}
#mainMenu a {
	color: #FFF;
	text-decoration: none;
	display: block;
	float: right;
	height: 18px;
	width: auto;
	padding-top: 2px;
	padding-left: 3px;
	margin-top: 5px;
	font-size: 8px;
}
#newMenu a {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	display: block;
	float: right;
	padding-right: 8px;
	padding-left: 8px;
	height: 19px;
	padding-top: 1px;
}
#mainMenu a:hover {
	color: #7eb2b3;
	text-decoration: none;
}
#mainMenu a.border {
	color: #FFF;
	text-decoration: none;
	padding-right: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#mainMenu a.border:hover {
	color: #7eb2b3;
	text-decoration: none;
}
#header {
	height: 199px;
	background-image: url(../images/headerBack.jpg);
	background-repeat: no-repeat;
	width: 998px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
#logo {
	float: left;
	height: 198px;
	width: 300px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}
#address {
	color: #aa9681;
	margin-right: 50px;
	margin-left: 50px;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
	font-size: 9px;
}
#mainContent {
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#flash {
	height: 460px;
	background-image: url(../images/flash.jpg);
	background-repeat: no-repeat;
}
#slogan {
	font-size: 30px;
	font-weight: 100;
	color: #aa9681;
	background-image: url(../images/slogan.jpg);
	background-repeat: no-repeat;
	height: 58px;
}
#newMenu a.BorderRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	margin-top: 2px;
	margin-bottom: 2px;
}
#newMenu a.BorderLeft {
	margin-top: 2px;
	margin-bottom: 2px;
}
#newMenu a:hover {
	color: #C7B49C;
	text-decoration: none;
}
#newMenu a.BorderRight:hover {
	color: #C7B49C;
	text-decoration: none;
}
#newMenu a.BorderLeft:hover {
	color: #C7B49C;
	text-decoration: none;
}
#tdRightAlign {
	text-align: right;
	vertical-align: top;
	font-size: 12px;
	color: #4d565e;
}
#columns p.leftAlign{
	text-align: left;
}
#tdLeftAlign {
	vertical-align: top;
	font-size: 12px;
	color: #4d565e;
}
#about p.italicRight {
	font-style: italic;
	text-align: right;
}
#sloganfr {
	font-size: 30px;
	font-weight: 100;
	color: #aa9681;
	background-image: url(../images/sloganfr.jpg);
	background-repeat: no-repeat;
	height: 58px;
}
