html {
	color: #909090;
	background: #303030;
}

div#main {
	position: relative;
	margin: 0 auto;
	width: 1000px;
}

div.main_home {
	background: url('../images/home_main.png') 0 170px no-repeat;
}

div.main_sup {
	background: url('../images/sup_main.png') 980px 170px no-repeat;
}

h2 {
	padding: 10px 0 5px 20px;
	text-transform: uppercase;	
	color: #689126;
}

h3 {
	color: #FF9509;	
}

h3, h4, h5, h6 {
	padding-left: 25px;	
}

/**
 * HEADER
 */
 
div#main_header {
	position: relative;
	margin: 0 20px;
	padding: 0;
	color: #fff;
}

div.main_header_home {
	height: 243px;
	background: url('../images/home_main_header.png') bottom left repeat-x #db241f;
}

div.main_header_sup {
	height: 203px;
	background: url('../images/sup_main_header.png') top left repeat-x #db241f;
}

div#main_header a {
	color: #fff;
}

div#main_header a#logo_clickable {
	position: absolute;
}

div.main_header_home a#logo_clickable {
	top: 108px;
	left: 114px;
}

div.main_header_sup a#logo_clickable {
	top: 65px;
	left: 114px;
}

div#main_header div#menu {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 4px 0 4px 115px;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px dashed #d18d8b;
}

div#main_header div#menu ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

div#main_header div#menu ul li {
	display: inline;
	margin: 0;
}

div#main_header div#menu ul li:before {
	color: #ff908d;
	content: "|";
}

div#main_header div#menu a {
	padding: 4px 10px;
}

div#main_header div#menu a:hover,
div#main_header div#menu a:focus,
div#main_header div#menu a.current {
	text-decoration: none;
	background: #000;
}

/**
 * TITLE
 */
 
div#main_title {
	margin: 0 20px;
	color: #fff;
	background: #db241f;
}

div#main_title h1 {
	display: block;
	margin: 0 165px 0 35px;
	padding: 20px 0 20px 150px;
	font-family: "Arial Narrow", "Helvetica Narrow", sans-serif;
	font-size: 26px;
	font-stretch: semi-condensed;
	text-transform: uppercase;
	background: #689126;
}

div#main_title h1 span {
	font-size: 20px;
}

/**
 * CONTENT
 */
 
div#main_content {
	margin: 0 20px;
	padding: 0;
	color: #303030;
	background: url('../images/sup_main_content.png') top left #fff;
}
 
div#main_content div#wrapper {
	margin: 0;
	padding: 0;
	background: url('../images/sup_main_content_wrapper.png') top left no-repeat transparent;
}
 
div#main_content div#wrapper_bottom {
	padding: 0 0 0 35px;
	background: url('../images/sup_main_content_wrapper_bottom.png') bottom left no-repeat transparent;
}
 
div#main_content div#wrapper p {
	margin: 0;
	padding: 5px 40px 10px 25px;
}
 
div#main_content div#wrapper ul {
	list-style-position: outside;
	list-style-type: square;
	margin: 0 20px;
	padding: 0 40px 0 40px;
}
 
div#main_content div#wrapper ul li {
	padding-bottom: 5px;
}
 
div#main_content div#wrapper ul.thumbs li {
	padding-bottom: 0;
}
 
div#main_content div#wrapper ul ul {
	padding: 0 0 0 15px;
	margin: 0;
	list-style-type: disc;
}
 
div#main_content div#left_column {
	float: left;
	width: 300px;
	margin: 0; 
	padding: 0;
}
 
div#main_content div#right_column {
	float: right;
	width: 162px;
	margin: 0 0 23px 0;
	padding: 0; 
}
 
div#main_content div#middle_column {
	margin: 0 165px 0 303px;
	padding: 10px 0 25px 0;
}
 
div#main_content div#middle_column a {
	color: #ff9509;
	font-weight: bold;
}

div#main_content .scroll-pane {
	height: 365px;
	width: 451px;
	overflow: auto;
}

* > div#main_content .scroll-pane {
	width: 457px;
}
 
div#main_content .clearboth {
	border-bottom: 1px solid #303030;
}

/**
 * GALLERY
 */
 

div.gallery div#main_content {
	color: #fff;
	background: url('../images/gallery_main_content.png') top left repeat-y #919191;
}

div#main_content div#wrapper_bottom_gallery {
	padding: 0;
	background: url('../images/gallery_main_content_wrapper_bottom.png') bottom left no-repeat transparent;
}

div#main_content div#left_menu_gallery {
	float: left;
	width: 317px;
	height: 130px;
	margin: 0; 
	padding: 0;
	color: #fff;
	background: #fa8200;
	border-left: 35px solid #d0d0d0;
}

* > div#main_content div#left_menu_gallery {
	width: 320px;
	height: auto;
	min-height: 130px;
}

div#main_content div#left_menu_gallery ul {
	margin : 0;
	padding: 0 0 0 135px;
	list-style-type: none;
	list-style-position: outside;
	font-weight: bold;
	height: 360px;
}

div#main_content div#left_menu_gallery ul li {
	margin : 0;
	padding: 0;
}

div#main_content div#left_menu_gallery ul li a {
	padding: 10px;
	display: block;
	color: #fff;
}

div#main_content div#left_menu_gallery ul li a:hover,
div#main_content div#left_menu_gallery ul li a:focus,
div#main_content div#left_menu_gallery ul li a.current {
	text-decoration: none;
	background: #d24500;
}
 
div#main_content div#middle_column_gallery {
	position: relative;
	margin: 0 0 0 355px;
	padding: 0 0 25px 0;
	height: 356px;
}

/**
 * SPECIAL LEFT CONTENT
 */
 
div.left_text {
	padding: 10px;
	width: 280px;
	height: 380px;	
	text-align: right;
}

div#main_content div#wrapper div.left_text ul {
	display: block;
	margin: 0;
	padding: 10px 0 0 0;
	list-style-type: none;
}

div#main_content div#wrapper div.left_text ul li {
	margin: 0 10px 0 0;
	padding: 0 0 5px 0;
}

div#main_content div#wrapper div.left_text ul a {
	color: #fff;
    font-weight: bold;
}

div#main_content div#wrapper div.left_text ul ul a {
	color: #FF9509;
}

.white {
	color: #fff;
}

.green {
	color: #689126;
}

.orange {
	color: #FF9509;
}

/**
 * FORMULAIRE DE CONTACT
 */

table.contact_form {
	display: block;
	width: 375px;
	border-collapse: collapse;
	margin: 0 40px 0 25px;
}

table.contact_form td {
	width: 375px;
}

table.contact_form td.label {
	padding: 5px 0 0 1px;
	font-weight: bold;
	color: #689126;
}

table.contact_form td.buttons {
	padding: 5px 1px 0 0;
	text-align: right;
}

table.contact_form td.label .regular {
	font-weight: normal;
}

table.contact_form input[type=text],
table.contact_form textarea {
	padding: 1px;
	border: 1px solid #689126;
}

table.contact_form input[type=text]:hover,
table.contact_form input[type=text]:focus,
table.contact_form input[type=text]:active,
table.contact_form textarea:hover,
table.contact_form textarea:focus,
table.contact_form textarea:active {
	color: #FF9509;
	border: 1px solid #FF9509;
}

table.contact_form input[type=text] {
	width: 184px;
}

table.contact_form textarea {
	width: 373px;
	overflow: auto-y;
}
table.contact_form textarea.message {
	height: 80px;
}

table.contact_form textarea.2lines {
	height: 2em;
}

table.contact_form input.reset,
table.contact_form input.submit {
	padding: 3px 8px;
	font-weight: bold;
	cursor: pointer;
}

table.contact_form input.reset  {
	color: #fff;
	background: #ff9509;
	border: 2px solid #ff9509;
	border-left: 10px solid #ff9509;
}

table.contact_form input.reset:hover,
table.contact_form input.reset:focus,
table.contact_form input.reset:active  {
	color: #ff9509;
	background: #fff;
}

table.contact_form input.submit  {
	color: #fff;
	background: #689126;
	border: 2px solid #689126;
	border-right: 10px solid #689126;
}

table.contact_form input.submit:hover,
table.contact_form input.submit:focus,
table.contact_form input.submit:active  {
	color: #689126;
	background: #fff;
}
 
/**
 * FOOTER
 */
 
div#main_footer {
	position: relative;
	margin: 0 20px;
	font-size: 10px;
}
 
div.home_main_footer {
	height: 75px;
	background: url('../images/main_footer.png') top left no-repeat;	
}

* > div.home_main_footer {
	height: auto;
	min-height: 75px;
}

div#main_footer div#footer_legend {
	position: absolute;
	top: 0;
	right: 630px;
	width: 300px;
	height: 31px;
	padding: 2px 5px 0 0;
	color: #8fae5c;
	text-align: right;
}

div#main_footer a#legals {
	position: absolute;
	top: 0;
	right: 300px;
	padding: 2px 5px 0 0;
	color: #fff;
}

div#main_footer div#address {
	position: absolute;
	left: 335px;
	padding: 2px 0 0 0;
}

div.home_main_footer div#address {
	top: 33px;
}

div#main_footer a {
	color: #bbb;
}