/* CSS Document */

@charset "utf-8";
@import url("../../webfonts/ptserif_regular/stylesheet.css");
* {
}

html { 
	background: url(http://bduplantier.com/frank/images/bg.jpg) no-repeat center center fixed;
	background-size: cover; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

#clear {
	clear: both;
	float: none;
}

body {
	background-color: transparent;
}

h1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
	color: #003C7A;
}

h2 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
	color: #154576;
}

h3 {
}

h4 {
}

h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: normal;
	color: #000;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	width: 860px;
}

#logo {
	width: 500px;
	height: 150px;
}

#bodyLeft {
	width: 650px;
	height: auto;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	float: left;
	line-height: 1.6em;
	padding-top: 12px;
	padding-bottom: 30px;
	color: #333;
}

#bodyMiddle {
	width: 20px;
	height: auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	padding-top: 12px;
	padding-bottom: 30px;
	color: #333;
}

#bodyRight {
	width: 180px;
	height: auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	float: right;
	line-height: 1.0em;
	padding-top: 12px;
	padding-bottom: 30px;
	color: #333;
}

#wrapper #submenu {
}

/* footer section */
#footer {
	font-family: 'Arimo', sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #FFF;
	background-color: #666666;
	width: 860px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}

#footer #footerLeft {
	width: 410px;
	float: left;
	text-align: left;
}

#footer #footerMiddle {
	width: 5px;
}

#footer #footerRight {
	width: 440px;
	float: right;
	text-align: right;
}

#footer a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: none;
	color: #999999;
}
#footer a:active {
	text-decoration: none;
	color: #FFF;
