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

version:   1.0 
date:      23/12/2009 
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 ****************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac *

/************************************  CONFIGURATIONS DE BASE  ***********************************************/

html, body, #PageContainer { height: 100%; }
body > #PageContainer {height: auto; min-height: 100%;}

body{
	background-color: #F3F3F3;
}

body, *{
	color: #707277;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;	
	line-height: 15px;
	text-decoration: none;
}

a{	
	color: #6F6D6D;	
	text-decoration: none; 
}

a:hover { 
	background-color: #6F6D6D; 
	color: #FFFFFF; 
}


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

#PageContainer, #PageFooter{	
	margin-left: auto;
	margin-right: auto;
	padding: 0;	
	width: 998px;
}

#PageHeader{ 
	border-top: 15px solid #7BB839;
	height: 70px;
	margin: 0 auto;
	padding: 15px 83px;
}


#Contenu_Carrousel{
	clear: both;
	padding-bottom: 50px;
}


#PageFooter{
	border-bottom: 15px solid #666666;
	clear:both;
	height: 35px;
	margin-top: -50px;
	position: relative;
}
/*************************** ENTETE ***************************/

#PageHeader img{ 
	float: left; 
}

/***** NAVIGATION *****/
ul.Navigation{ 
	float: right; 
	margin-top: 8px; 
	padding: 0; 
}


.Navigation li{ 
	background: transparent url(../images/pointille2.gif) no-repeat 0px 5px; 
	float: left; 
	list-style-type: none; 
	padding: 10px; 
}

	.Navigation li.LIfirst{
		background-image: none !important;
	}


/*************************** PIED DE PAGE ***************************/

#PageFooter ul.Navigation{
	clear: both;
	float: none;
	margin: 0 auto;
	width: 720px;
}

#PageFooter li.LIfirst a{
	color: #7BB839;
}
	
#PageFooter li.LIfirst a:hover{
	color: #FFFFFF;
}

/*************************** CONTENU CARROUSEL ***************************/

/* Boutons */
	button.carrousel-prev,
	button.carrousel-next{
		background: #F3F3F3 url(../images/fleches.gif) no-repeat 0px 0px;
		border: 0;
		cursor: pointer;
		height: 60px;
		margin: 50px 0px 0px 0px;
		text-indent: -9000%;
		width: 80px;
	}
	


	button.carrousel-prev{
		float: left;	
	}

		button.carrousel-prev:hover, .carrousel-prev_inactive{
			background-position: -160px 0px;
		}

	button.carrousel-next{
		background-position: -87px 0px;
		float: right;
	}

		button.carrousel-next:hover, .carrousel-next_inactive{
			background-position: -247px 0px;
		}

		
/* Objet Flash */
	.carrousel_object{
		background: transparent url(../images/frame.gif) no-repeat top left;
		margin-bottom: 5px;
		padding: 11px;
	}
	
	.carrousel_object a:hover{
		background: transparent;
	}
	

/* Conteneur Carrousel */
	.carrousel-conteneur{
		margin: 0 auto;
		width: 831px;
	}

	#pageListe{
		text-align: center;
	}
	
		#pageListe .pageListe{
			font-size: 18px;
			margin: 5px;
		}

	.carrousel-conteneur li { 
		float:left; 
		height:600px; 
		list-style:none; 
		margin:0; 
		padding:0; 
		width:167px; 
	}	

	.carrousel_texte{
		padding: 5px;
	}

	.carrousel dl{
		background: transparent url(../images/pointille.gif) no-repeat left bottom;	
		margin: 20px 0;
	}

		.carrousel dt{
			font-weight: bold;
		}

		.carrousel dd{
			margin: 0;
			padding-bottom: 20px;	
		}


	.carrousel_bouton_voir{
		background: transparent url(../images/voir.gif) no-repeat;
		display: block;
		height: 13px;
		margin-bottom: 10px;
		text-indent: -9000%;
		width: 77px;		
	}

		.carrousel_bouton_voir:hover{
			background-position: left bottom;
		}

/* Mention */
	.carrousel_mention{
		display: block;
		margin-bottom: 15px;
	}
	.carrousel_mention *{
		color: #7BB839;
	}

	.carrousel_mention h4{
		display: inline;
		font-weight: bold;
	}



/***/