/* 
	Projet :	Globagora	
	Site	:	Vitrine
	Mode	:	Screen
*/
html{height:100%;}
body{height:100%;border:0;margin:0;padding:0;font-family:Verdana,sans-serif;background-color: #E7E8E9;color:#897A67;line-height:15px;}
/*
	EXTENSIONS
*/
.interactive{cursor:pointer;}
.horiz-stretch{width:100%;}
.vert-stretch{height:100%;}
.stick-left{text-align:left;}
.stick-right{text-align:right;}
.stick-center{text-align:center;}
.absolute{position:absolute;}
.relative{position:relative;}
.debug1{background-color:yellow;}
.debug2{background-color:red;}
.debug3{background-color:blue;}
.align-middle{vertical-align:middle;}
.inline{float:left;}
.hidden{display:none;}
.visible{display:block;}
.clear{clear:both;margin:0;}.
.hr{margin-top:10px;margin-bottom:10px;}
.fill-1x{height: 10px;overflow:hidden;}
.fill-2x{height: 20px;overflow:hidden;}
.fill-3x{height: 30px;overflow:hidden;}
.fill-4x{height: 40px;overflow:hidden;}
.fill-4x{height: 50px;overflow:hidden;}
.separator{height: 1px;overflow:hidden;background-color:#897A67;margin-bottom:5px;}
/*
	CONTENEURS
*/
#root_pane{width: 800px;margin: auto;background-color:#ffffff;}
	#header_pane{width: 800px;background-image: url('images/header_bg.gif');height: 160px;}
		#logo_area{top:26px;left:32px;}
		#menu_area{top:56px;left:164px;line-height:12px;}
		#lang_area{top:56px;left:374px;line-height:12px;}
		#head_picture_area{width: 150px;height: 160px;background-image:url('images/head_picture_bg.jpg');top:0;right:0;}
	#content_pane{margin-left:33px;margin-top:22px;width:740px;height:500px;}
		#article_output{line-height:14px;width:680px;}
		#project_list{width:600px;}
		#product_list{width:650px;}
			.project-list-item{width:100px;margin-right:10px;height:150px;}
		.project-viewer-wrapper{width:315px;border-left: 2px solid #c1cc23;padding-left:5px;}
		.product-viewer-wrapper{height:232px;border-left: 2px solid #c1cc23;padding-left:5px;}
		.category-product{margin-right:0px;margin-bottom:20px;width:75px;height:120px;}
		.product-description{margin-left:110px;width:200px;}
		#viewer_nav_wrapper{height:279px;}
		#product_nav_wrapper{height:232px;}
		.product-viewer-left{width:200px;}
		.product-viewer-right{width:60px;}
		.blog-entry{width:615px;}
			.blog-content{border-top:2px solid #c1cc23;margin-top:5px;padding-top:10px;}
			.entry-date{margin-top:4px;}
			.blog-entry-imgwrapper{margin-left:7px;margin-bottom:7px;border:1px solid #c1cc23;padding:0;}
			div.blog-entry-images-double{width:160px;}
			div.blog-entry-images-simple{width:80px;}
	#footer_pane{bottom:43px;left:32px;width:720px;}
		#footer_links{border-top:1px solid #897A67;width:340px;padding-left:10px;}
/*
	TEXTE
*/		
.small{font-size:8pt;}
.medium{font-size:10pt;}
.large{font-size:12pt;}
.green{color:#c1cc23;}
.maroon{color:#897A67;}
.white{color:#FFFFFF;}
.bold{font-weight:bold;}
.justified{text-align:justify;}
/*
	LIENS
*/
a.menu-item{color:#FFFFFF;text-decoration:none;color:#000000;}
a.menu-item:hover{color:#FFFFFF;}
a.selected-menu-item{text-decoration:none;color:#FFFFFF;cursor:default;}
#footer_links a{text-decoration:none;}
#footer_links a:hover{color:#000000;}
/*
	TABLEAUX
*/
table{border-collapse:collapse;}
td{vertical-align:top;}
td.field-name{width:180px;}
td.project-info{width:300px;padding-right:20px;}
td.project-viewer{width:315px;}
td.category-info{vertical-align:middle;width:160px;}
td.category-products{vertical-align:middle;width:450px;}
td.product-info{width:350px;padding-right:20px;}
td.entry-content-illustrated-simple{width:530px;}
td.entry-content-illustrated-double{}

/*
	FORMULAIRES
*/
input{border: none;border-bottom: 1px solid #897A67;width:200px;}
select{padding:2px;border:none;letter-spacing:1px;background-color:#897A67;color:#ffffff;}
button{background-color:#897A67;border:3px double #ffffff;}
textarea{border:1px solid #897A67;}
textarea#address{width:200px;height:50px;}
textarea#description{width:350px;height:80px;}
.invalid-field{border:1px solid #c1cc23;}
fieldset{padding:10px;}
/*
	ILLUSTRATIONS
*/
img{vertical-align:middle;border:0;}
#project_illustration{margin-bottom:4px;}
.project-thumb{margin-right:4px;}
.product-thumb{margin-bottom:8px;}
#viewer_control_previous{top:0;left:10px;}
#viewer_control_next{bottom:0;left:10px;}
.blog-entry-image{border: 1px solid #ffffff;vertical-align:top;}
/*
	FLEXCROLL
*/
.scrollgeneric {position:absolute; left:0px; top:0px; font-size:1px; line-height:1px;}
.vscrollerbase {width:22px;}
.vscrollerbar {cursor: pointer; width:22px; height:66px !important; background:url('images/scroll_control.gif');}
.hscrollerbase {height: 22px;}
.hscrollerbar {height: 22px; background-color: #84ADD6;}
.vscrollerbar, .hscrollerbar {padding:0px; z-index:2;}
.scrollerjogbox {left:auto; right:0px; top:auto; bottom:0px; width:22px; height:22px; background:#698AAA;}
/*
	VIEWER
*/
#viewer_fade{top:0;left:0;width:100%;height:100%;background-color:#897A67;z-index:1001;-moz-opacity: 0.8;opacity:.80;filter: alpha(opacity=80);}
#viewer_popup{background-color:#FFFFFF;border:2px solid #c1cc23;z-index:1002;padding:50px;}