/*----------------------------------------------------------------------------- 
FURAXE.QC.CA - SECTION ARTISTE Screen Stylesheet 

version:   1.0 
date:      15/01/2010 
author:    Carl Servant / SŠQUENCE DIGITALE SENC 
email:     info@sequencedigitale.com 
website:   www.sequencedigitale.com/web/ 
version history: /_INCLUDES/css/
-----------------------------------------------------------------------------*/




/*****************************************  
	GLOBALS RESET - NE RIEN CHANGER 
*****************************************/

	*{
		margin: 0;
		padding: 0;
	}
	
	html{
		background: #DAD3C4 url(../images/background.jpg) repeat-x top center;
	}
	
	body{
		color: #424242;
		font: 12px/21px arial, verdana, tahoma, helvetica;
	}
	
	
	a, a:visited{
		color: #424242;
		text-decoration: none;
	}
	
	a:hover, a:active{
		color: #A49C9C;
		text-decoration: underline;
	}
	
	p{
		margin-bottom: 1em;
	}
	
	li{
		list-style: none;
	}
	
	.displayNone{ 
		display: none;
	}

/************************************  
	STRUCTURE  
************************************/

	#PageContainer{
		margin: 0 auto;
		position: relative;
		width: 984px;		
	}
	
	#PageHeader{
		height: 118px;
		margin-bottom: 45px;
		overflow: hidden;
		position: relative;
	}
		#instructions{
			margin-left: 165px;
			margin-bottom: 30px;
		}
	
	#PageHeader img{
		border: 0;
	}
	
	#PageContent{
		position: relative;
	}
	
		.gauche{
			float: left;
			font-size: 14px;
			text-align: right;
			text-transform: uppercase;
			width: 294px;
		}
		
		.contenu{
			margin-left: 310px;
			width: 590px;
		}


/*************************************
	NAVIGATION
*************************************/

	#Navigation{
		height: 21px;
		left: 535px;
		position: absolute;
		top: 97px;
	}

	#Navigation li{
		border-left: 1px solid #9A9E4D;
		display: block;
		float: left;
		padding: 0 5px;
	}
	
	#Navigation li.first{
		border: 0;
	}
	
	#Navigation li a{
		color: #b2b2b2;
		font: bold 10px arial;
		top: -8px;
		position: relative;
		text-transform: uppercase;
	}
	
	#Navigation li a:hover,
	#bio .bio a,
	#contact .contact a,
	#demarche .demarche a,
	#index .index a,
	#parcours .parcours a
	{
		color: #FFF !important;
		text-decoration: none !important;
	}
	
	
/*************************************
	CARROUSEL
*************************************/

	#carrousel{
		margin: 0 auto;
		position: relative;
		width: 766px;
	}
	
	#carrousel_container{
		margin: 0 auto;
		padding: 0 5px;
		overflow: hidden !important;
		width: 640px !important;
		
	}
	
	#carrousel_container ul{
		width: 640px;
	}
	
	#carrousel_container li{
		display: block;
		float: left;
		margin-right: 20px;
		width: 200px;
	}
	
	#carrousel_container li img{
		border: 0;
		margin-left: -5px;
		margin-bottom: 17px;
	}
	
	#carrousel_container h3{
		color: #000;
		font-size: 12px;
		line-height: 25.36px;
	}
	
	#carrousel_container h4{
		font-weight: normal;
		font-style: italic;
	}
	
	.bouton{
		background: url(../images/bouton.png) no-repeat;
		cursor: pointer;
		display: block;
		height: 50px;
		overflow: hidden;
		position: absolute;
		text-indent: -900%;
		top: 50px;
		width: 50px;
	}
	
		a.precedent:hover{ background-position: left bottom; }
		
		a.suivant{ background-position: right top; right: 0; }	
		a.suivant:hover{ background-position: right bottom; }	
		
	#pageListe{
		font-size: 2em;
		margin: 0 auto;
		text-align: center;
	}
	
	#pageListe .pageListe{
		padding: 0 2px;
	}
		
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	height: 500px;
	width: 100%;	
}
#lightbox {
	position: absolute;
	top: 0;
	left: 0;
	padding-bottom: 50px;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}