/* CSS Document */

html, body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background-image: url(../images/assets/home-background.jpg);
	background-repeat: repeat;
	background-color: #23170A;
}

#topmenu {
	margin-top: 10px;
}

#logowrapper {
	display: block;
	clear: both;
	overflow: hidden;
	background-image: url(../french/images/assets/logowrap.png);
	height: 165px;
	width: 100%;
	z-index: 80;
	position: relative;
}

#bodywrapper
{
	margin-top: -9px;
	display: block;
	clear: both;
	overflow: hidden;
	background-image: url(../images/assets/bodywrapper.png);
	z-index: 70;
	position: relative;
}
#body {
	padding-bottom: 0px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 19px;
}


#footer, #copyrights
{
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	position: relative;
	}
	
#header
{
	display: block;
	clear: both;
	overflow: hidden;
	height: 152px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color: #FFFF99;
	font-family: Garamond;
}

ul#menu li
{
	display:block;
	float:right;
	margin:0;
	pading:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#FFFF99;
	text-decoration:none;
	font-weight:bold;
	padding:12px 20px 0 20px;
	height:24px;

}
	
ul#menu li a:hover
{
	color:#FFFFFF;
	background-image: url(../home/images/menu-b.png);
	background-repeat: repeat-x;
}

#bfooter
{
	display: block;
	clear: both;
	overflow: hidden;
	background-image: url(../../images/assets/home-background.jpg);
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCC99;
}

#bcontent {
	height: 150px;
	width: 924px;
	margin-right: auto;
	margin-left: auto;
}

#bnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#bnav li {
	list-style: none;
	margin: 0;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFCC;
	text-decoration: none;
}
#bnav li a:link {
	font-weight: bold;
	text-decoration: none;
	color: #FFFF99;
}

#bnav li a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}

#footerwrapper
{
	display: block;
	clear: both;
	overflow: hidden;
	background-image: url(../images/assets/footer.png);
	height: 34px;
}

#bfooter
{
	display: block;
	clear: both;
	overflow: hidden;
	background-image: url(../images/assets/home-background.jpg);
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCC99;
}

#bcontent {
	height: 150px;
	width: 924px;
	margin-right: auto;
	margin-left: auto;
}

#bnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#bnav li {
	list-style: none;
	margin: 0;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFCC;
	text-decoration: none;
}
#bnav li a:link {
	font-weight: bold;
	text-decoration: none;	
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	margin-top: 2px;
}

