@charset "utf-8";
/* CSS Document */

/* ----- Reset ----- */

* {
	margin:0;
	padding:0;
}
/* ----- Basic Styles ------ */

body {
	color:#585653;
	font-family: verdana, arial, Helvetica;
	font-size:11px;
	background:#FFF;
}
a:link {
	color:#DE791C;
}
a:visited {
	color:#DE791C;
}
a:hover {
	color: #585653;
}
a:active {
	color:#585653;
}
h1 {
	margin:0 0 0.5em;
	font-weight:normal;
}
h2 {
	color:#de791c;
	font-size:20px;
	margin:0 0 0.5em;
	text-transform:uppercase;
	font-weight:normal;
}
h3 {
	color:#585653;
	font-size:13px;
	margin:0 0 0.5em;
	text-transform:uppercase;
}
h4 {
	margin:0 0 0.5em;
}
p {
	margin: 0 0 1em;
	line-height: 1.3em;
}
ul {
	margin: 2em 4em;
}
ul li {
	margin: 0 0 1.2em;
}
ol {
}
ol li {
	margin: 0 0 1.2em;
}
img {
	border:0;
}
/* ----- Holder ------ */
.holder {
	/* border: 1px solid #999; */
	margin: 0 auto;
	width:978px;
}
/* ----- Header ------ */
.header {
	background:#FFF url(../images/bg_header.png) repeat-x top left;
	padding:16px 0 15px 0;
	border-bottom: 1px solid #a7a9ac;
}
.header h1 {
	margin:0;
}
/* ----- nav ------ */
.nav {
	float:right;
	margin: 50px 0 10px;
	width: 680px;
}
.menu {
	float:right;
	font-size: 12px;
	margin: 0;
}
.menu li {
	display:block;
	float: left;
	list-style: none;
}
.menu li a, .menu li a:visited {
	color:#585653;
	line-height: 24px;
	margin: 0 0 1px 1px;
	padding: 6px 6px;
	text-decoration: none;
	text-transform:uppercase;
}
.menu li a:hover, .menu li a:active {
	background: #a7a9ac;
	color:#FFF;
}
.highlight {
	background: #de791c;
	color:#FFF !Important;
}
/* ---- Billboard ---- */

.home .holder .billboard {
	background: #CCCCCC;
	border: 1px solid #666666;
	height: 220px;
	margin: 1em 0 0;
	padding: 1em;
}
/* ----- Content ------ */
.content {
	float:left;
	width:640px;
	margin:32px 0 0;
}

/* ----- Content Custom Classes  ------ */
.bgLogo {
	background:url(../images/bg_logo_gray.gif) no-repeat center bottom;
	margin-bottom: 0;
	padding: 0 0 355px 0;
}

.introniser {
	float:right;
	padding:35px 0 0;
	text-align:right;
	width:300px;
}

.txtOrange {
	color:#de791c;
}
.txtGris {
	color:#585653;
}
.questionNumber {
	color:#585653;
}
.question {
	color:#de791c;
	margin: 0;
}
.nom {
	font-size:11px;
	font-style:italic;
}
.video {
	margin: 0 0 1.2em;
}
.videoListHolder {
	margin: 12px 0;
}
.videoListHolder ul {
}
.videoListHolder ul li {
	list-style: none;
}
ul.cie1 {
	float:left;
	list-style: none;
	margin: 0;
	padding:0;
	width:264px;
}
ul.cie2 {
	list-style: none;
	padding:0;
	margin: 0 0 0 274px;
}
ul.cie1 li a, ul.cie2 li a, ul.cie1 li a:visited, ul.cie2 li a:visited {
	background:url(../images/bullet_gray_triangle.png) no-repeat left 3px;
	display:block;
	line-height: 1em;
	padding: 0 0 0 20px;
	text-decoration: none;
}
ul.cie1 li a:hover, ul.cie2 li a:hover {
	background:url(../images/bullet_orange_triangle.png) no-repeat left 3px;
	color:#DE791C;
	;
}
a.button, a:visited.button {
	background:url(../images/bullet_gray_triangle.png) no-repeat 7px center;
	border:1px solid #a7a9ac;
	display:block;
	color:#de791c;
	float:left;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin: 0 0.4em 2.2em 0;
	padding: 0.3em 1.3em 0.3em 2em;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
a:hover.button {
	background:url(../images/bullet_orange_triangle.png) no-repeat 7px center;
	color:#585653;
}

img.buttonVideoCorpo {
	margin:0 0 0 55px;
}

.logoAtypic {
	margin: 10px 0 0 0;
}

.logoAtypic img{
	vertical-align:middle;
}
table {
	margin: 0 0 3.7em;
}
table td {
	vertical-align:top;
	padding: 0 0 12px 0;
}
td.year {
	padding:0 12px 12px 0;
}
table.timeline td.year {
	color:#DE791C;
	font-size:13px;
	font-weight: bold;
	padding: 0 12px 15px 0;
	text-align:right;
	width: 100px;
}
table.timeline td {
	padding: 0 0 15px 0;
}
h2 img.logoMembres {
	margin: 2em 0 1em;
}

.corporate_video {
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
	height:75px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin: 0 0 0 55px;
}
/* ----- Overlay ------ */

/* the overlayed element */ 
.video_overlay {
	/* must be initially hidden */ 
    display:none;
	/* place overlay on top of other elements */ 
    z-index:10000;
	/* styling */ 
    background-color:#333;
	width:640px;
	min-height:380px;
	border:1px solid #666;
	/* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}
/* close button positioned on upper right corner */ 
.video_overlay .close {
	background-image:url(/images/close.png);
	position:absolute;
	right:-30px;
	top:-30px;
	cursor:pointer;
	height:35px;
	width:35px;
}
.details h3 {
	margin: 1em;
	color:#CCC;
}
/* ----- Scrollable ------ */
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 680px;
	height:120px;
	/* custom decorations */
	border:1px solid #ccc;
	background:url(/images/h300.png) repeat-x;
}
/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}
/* single scrollable item */
.scrollable img {
	float:left;
	margin:20px 5px 20px 21px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
	height:75px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
/* active item */
.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;
}
/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(/images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}
/* right */
a.right {
	background-position: 0 -30px;
	clear:right;
	margin-right: 0px;
}
a.right:hover {
	background-position:-30px -30px;
}
a.right:active {
	background-position:-60px -30px;
}
/* left */
a.left {
	margin-left: 0px;
}
a.left:hover {
	background-position:-30px 0;
}
a.left:active {
	background-position:-60px 0;
}
/* up and down */
a.up, a.down {
	background:url(/img/vert_large.png) no-repeat;
	float: none;
	margin: 10px 50px;
}
/* up */
a.up:hover {
	background-position:-30px 0;
}
a.up:active {
	background-position:-60px 0;
}
/* down */
a.down {
	background-position: 0 -30px;
}
a.down:hover {
	background-position:-30px -30px;
}
a.down:active {
	background-position:-60px -30px;
}
/* disabled navigational button */
a.disabled {
	visibility:hidden !important;
}
/* the large image. we use a gray border around it */
#img {
	border:1px solid #666;
}
/* "next image" and "prev image" links */
.next, .prev {
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;
	border:1px solid #666;
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}
.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;
}
.next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#000;
}
/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;
}
/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}
.info strong {
	display:block;
}
/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}
/* everybody should know about RGBA colors. */
.next, .prev, .info {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(/images/h80.png) repeat-x;
}
/* the overlayed element */
.simple_overlay {
	/* must be initially hidden */
	display:none;
	/* place overlay on top of other elements */
	z-index:10000;
	/* styling */
	background-color:#333;
	width:675px;
	min-height:200px;
	border:1px solid #666;
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}
/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(/images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
/*** override styling in external stylesheets ***/
.scrollable {
	width:550px;
}
/* remove margins from the image */
.items img {
	margin:0;
	width: auto;
	height: auto;
}
/* make A tags our floating scrollable items */
.items a {
	display:block;
	float:left;
	margin:20px 15px;
}
/* scrollable should not disable gallery navigation */
#gallery .disabled {
	visibility:visible !important;
}
#gallery .inactive {
	visibility:hidden !important;
}
/* ----- Sidebar ------ */
.sidebar {
	/* background:#CCC; */
	margin: 0 0 28px 688px;
	padding: 32px 0 0;
	text-align:right;
}
/* ----- Sidebar Custom Classes ------ */
.sidebar h3 {
	text-align: left;
	width: 288px;
}
.sidebar img {
	margin: 0 0 10px 0;
}
.sidebar_videos {
	height: 325px;
	margin: 20px 0;
	overflow: auto;
	width: 288px;
}
.sidebar_videos_img {
	float: left;
	height: 66px;
	margin:0;
	padding: 0 10px 0 0;
	width: 100px;
}
.sidebar_element {
	height: 66px;
	padding: 5px 15px 5px 0;
	text-align: left;
}
.sidebar_element a {
	text-decoration: none;
}

#bandeau_fccq {
	margin: 0 0 20px 0;
}
/* ----- footer ------ */
 .footer {
	border-top: 1px solid #a7a9ac;
	font-size:11px;
	padding: 10px 0 100px;
	text-align:right;
}

.footer_logos {
	margin:1em 0 0 0;
	text-align: right;
}

.footer_logos a:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.footer_logos a img {
	vertical-align: top;
}

.footer_logo {
	margin: 0 11px;
}
/* ----- Common Classes ------ */

.floatRight {
	float:right;
}
.floatLeft {
	float:left;
}
img.floatRight {
	padding: 0 0 1em 1em;
}
img.floatLeft {
	padding: 0 1em 1em 0;
}
img.centered {
	margin: 1em auto;
}
.clear {
	clear:both;
	height:0px;
}
.integrationNotes {
	text-align:left;
	margin: 10px 0;
	padding:8px;
	background:#FFD7D7;
	border: 1px solid #D20000;
	font-weight:bold;
	color:#D20000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

