/* Main stylesheet
==================================================================*/

/*-------------------------------------------------------------------------------
	Global
-------------------------------------------------------------------------------*/

html, body {
	height: 100%;
}

body {
	background-color: #3b0f08;
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: 0px;
	color: #961b1e;
	margin: 0; padding: 0;
	text-align: center;
}

img {
	border: 0;
}	

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

h2 {
	margin: 0; padding: 0;
}

.typeset {
	float: left;
	margin: 0 5px 0 0;
}

.field {
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
	color: #961b1e;
	border: 0;
	width: 128px;
	letter-spacing: 1px;
	background-color: transparent;
}

/*-------------------------------------------------------------------------------
	Links
-------------------------------------------------------------------------------*/

a:link, a:visited {
	text-decoration: none;
	color: #961b1e;
}

a:hover {
	text-decoration: underline;
	color: #3d3e42;
}


/*-------------------------------------------------------------------------------
	Layout
-------------------------------------------------------------------------------*/

#main {
	width: 897px;
	margin: auto;
	background: transparent url(../images/bg_main.jpg) repeat-y 0 0;
}

#topbar {
	background: transparent url(../images/tbar_bg.gif) repeat-x 0 0;
	border-bottom: 1px solid #1c0805;
	padding: 10px 0 8px 0;
}

#topbar img {
	display: block;
	margin: auto;
}

#mrreach {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
}


/*-------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/

#header {
	height: 166px;
	width: 897px;
	background: transparent url(../images/bg_top.jpg) no-repeat 0 0;
	position: relative;
}

#header #francais {
	position: absolute;
	right: 135px;
	bottom: 66px;
}

#header #login {
	position: absolute;
	left: 135px;
	bottom: 66px;
}


/*-------------------------------------------------------------------------------
	Content
-------------------------------------------------------------------------------*/

#content {
	background: transparent url(../images/content_bottom_1.jpg) no-repeat 0 100%;
}

#content #inside {
	background: transparent url(../images/bg_content_top.jpg) no-repeat 0 0;
}

#inside ul#nav  {
	margin: 0; padding: 25px 0 0 0;
}

#inside #nav li {
	margin: 0; padding: 0;
	display: inline;
	list-style-type: none;
}

#inside h2 {
	margin: 21px 0 13px 0; padding: 0 0 41px 0;
	background: transparent url(../images/t_decore.gif) no-repeat 50% 100%;	
}

#bodytext {
	text-align: left;
	width: 515px;
	margin: auto;
}

#bodycontain {
	width: 637px;
	position: relative;
	padding-bottom: 85px;
	margin-left: 135px;
}


/*-------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/

#banner {
	height: 137px;
	background: transparent url(../images/bg_banner.jpg) no-repeat 0 0;
}

#mainbanner {
	padding-left: 10px;
}


/*-------------------------------------------------------------------------------
	Bottom
-------------------------------------------------------------------------------*/

#bottom {
	height: 166px;
	background: #3b0f08 url(../images/bg_bottom.jpg) no-repeat 0 0;
}

#bottom ul#bottomnav  {
	margin: 0; padding: 0;
	white-space: nowrap;
}

#bottom #bottomnav li {
	margin: 0; padding: 0;
	display: inline;
	list-style-type: none;
}


/*-------------------------------------------------------------------------------
	Footer
-------------------------------------------------------------------------------*/

#footer {
	padding-bottom: 30px; margin-top: 60px;
	line-height: 15px;
}

#footer p {
	margin: 0;
	color: #a97e77;
	font-weight: normal;
}

#footer a {
	margin: 0;
	color: #ffffff;
}

#footer a:hover {
	border-bottom: 1px solid #a95a4d;
	text-decoration: none;
}

