@charset "utf-8";

/* neutralize browser styles */
body, html {
	margin:0;
	padding:0;
	}
/* General Styles */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(../_images/tile-bkg.jpg) repeat-x fixed;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
hr  {
	margin:30px 0px 10px 0px;
	border-top:1px solid #ccc;
	border-bottom:0px;
	border-left:0px;
	border-right:0px
}

/***************************************
2A: LAYOUT STYLES
****************************************/

/* ---------All layout generic styles---------------- */
.thrColFixHdr #container { 
	width: 986px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	height: 182px;
	position:relative;
	border-bottom: 1px solid #666;
} 
.thrColFixHdr #topContent {
	height:204px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 208px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 5px 15px 20px;
	background-image: url(../_images/bkg-col-left-y.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFF;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 233px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
.thrColFixHdr #accueilContent {
	padding:0px;
	margin:0px;
	background:#fff;
}
.thrColFixHdr #accueilContentLeft{
	float: left; /* since this element is floated, a width must be given */
	width: 313px; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image: url(../_images/bkg-accueil-left.jpg);
	background-repeat: no-repeat;
	background-position: left 30px;
	margin-top:20px
}
.thrColFixHdr #accueilContentLeft h1{
	font:bold 18px Verdana, Geneva, sans-serif;
	color:#dfc447;
	margin:0px;
}
.thrColFixHdr .btnJaune{
	margin: 20px auto;
	font: bold 12px/22px Verdana, Geneva, sans-serif;
	color:#414141;
	background-color:#ecd450;
	height:22px;
	width:177px;
	display:block;
	text-align:center;
	text-decoration:none;
} 
.thrColFixHdr .btnJaune:hover{ 
	color:#fff;
	background-color:#000;
}
.thrColFixHdr #accueilContentCenter {
	float: left; /* since this element is floated, a width must be given */
	width: 313px; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image: url(../_images/bkg-accueil-left.jpg);
	background-repeat: no-repeat;
	background-position: left 30px;
	margin-top:20px
}
.thrColFixHdr #accueilContentCenter h2 {
	font:bold 18px Verdana, Geneva, sans-serif;
	color:#dfc447;
	margin:0px;
}
.thrColFixHdr #accueilContentCenter p {
	font: 12px/18px Verdana, Geneva, sans-serif;
	color: #666;
	margin:0px;
	margin: 30px 10px 0px 20px;
	padding: 0px;
	bottom: 0px;
}
.thrColFixHdr #accueilContentRight { /* since this element is floated, a width must be given */
	float:right;
	width:353px;
	background: #000;
	margin-top:10px;
	padding:0px;
	overflow:hidden
}
.thrColFixHdr #accueilContentRight h3 {
	font:bold 18px Verdana, Geneva, sans-serif;
	color:#dfc447;
	margin:0px;
	padding:10px 0px 15px 20px;
}

.thrColFixHdr #accueilContentRight .video  {
	margin:0px auto;
	background: #000;
	display:block
}
.thrColFixHdr #accueilContentRight p{
	margin:0px;
	padding: 10px 10px 20px 20px;
	font: 12px/18px Verdana, Geneva, sans-serif;
	color:#FFF
}
.thrColFixHdr #mainContent {
	margin: 0 240px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #mainContentBig {
	margin: 0 0 0 240px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: 12px/18px Verdana, Geneva, sans-serif;
	color: #333
}
.thrColFixHdr #mainContent h1, #mainContentBig h1{
	font:bold 18px Verdana, Geneva, sans-serif;
	color:#dfc447;
	margin-bottom:20px;
}  
.thrColFixHdr #mainContent h2,h3,h4,h5, #mainContentBig h2,h3,h4,h5{
	font:bold 14px Verdana, Geneva, sans-serif;
	color:#dfc447;
	padding:0px;
	margin:20px 0px 10px 0px;
}
.thrColFixHdr #mainContent h2 a,h3 a,h4 a, #mainContentBig h2 a,h3 a,h4 a{
	font:bold 14px Verdana, Geneva, sans-serif;
	color:#dfc447;
} 
.thrColFixHdr #mainContent h2 a:hover,h3 a:hover,h4 a:hover, #mainContentBig h2 a:hover,h3 a:hover,h4 a:hover{
	font:bold 14px Verdana, Geneva, sans-serif;
	color:#333;
} 
.thrColFixHdr #mainContent p,a, #mainContentBig p,a{
	font: 12px/18px Verdana, Geneva, sans-serif;
	color: #333;
} 
.thrColFixHdr #mainContent p a:hover, #mainContentBig  p a:hover{
	color:#dfc447;
}  
.thrColFixHdr #mainContent img{
	float:right
} 
.thrColFixHdr #mainContent .attestation img{
	float:left;
	border: solid 1px #999
}
.thrColFixHdr #mainContentBig img{
	float:right;
	padding:0 0 90px 30px
} 
.thrColFixHdr #mainContent .captureEcran, #mainContentBig .captureEcran{
	background-color:#F7E897;
	height:93px;
}  
.thrColFixHdr #mainContent .captureEcran img, #mainContentBig .captureEcran img{
	float:left;
	padding:6px;
}  
.thrColFixHdr #mainContent .txtCaptureEcran, #mainContentBig .txtCaptureEcran{
	font: bold 12px/18px Verdana, Geneva, sans-serif;
	color: #333;
	margin-bottom:5px;
}
.thrColFixHdr #mainContent td a {
	font: 12px Verdana, Geneva, sans-serif;
	color: #000;
} 
.thrColFixHdr #mainContent td a:hover {
	color:#fff;
} 
.thrColFixHdr #mainContent #modules p {
	font: 12px/18px Verdana, Geneva, sans-serif;
	color: #333;
	margin-top:2px
} 
.thrColFixHdr #mainContent #modules .numeroModules {
	font:bold italic 12px/18px Verdana, Geneva, sans-serif;
	color: #000;
	border-bottom: 1px solid #999;
	margin-bottom:10px
} 
.thrColFixHdr #mainContent #modules .titreModules {
	font:bold 18px Verdana, Geneva, sans-serif;
	color:#dfc447;
} 
.thrColFixHdr #mainContent #modules ul {
	font: 12px/18px Verdana, Geneva, sans-serif;
	color: #333;
	background:#FFF;
	background-image: url(../_images/bkg-main-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:20px;
} 
.thrColFixHdr #mainContent #modules ul b {
	padding:15px 0px 10px 0px;
	color:#000;
	display:block
}
.thrColFixHdr #mainContent #plan ul,#plan a{
	font:bold 12px/22px Verdana, Geneva, sans-serif;
	color: #333;
	padding:0px;
	margin:0px;
	list-style:none
} 
.thrColFixHdr #mainContent #plan ul,a:hover{
	color: #dfc447;
} 
.thrColFixHdr #mainContent #plan ul li ul a{
	font:normal 12px/22px Verdana, Geneva, sans-serif;
	margin:0px;
	padding:0 0 0 25px;
} 
.thrColFixHdr #mainContentBig table .question{
	font:bold 12px/18px Verdana, Geneva, sans-serif;
	color: #333;
	background:#f7e897;
	vertical-align:top
}
.thrColFixHdr #mainContentBig table .reponse{
	font: 12px/18px Verdana, Geneva, sans-serif;
	color: #333;
	background:#EAEAEA;
	vertical-align:top
}
.thrColFixHdr #banner {
	height:202px;
	width: 621px;
	padding: 0px;
	margin: 0px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
}
.thrColFixHdr #ariane {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 11px 0px 11px 22px;
	color: #000;
}
.thrColFixHdr #ariane a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
.thrColFixHdr #ariane a:hover{
	color: #dfc447;
}
.thrColFixHdr #footer { 
	padding: 10px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-top:10px;
	border-top: 1px solid #CCC;
	height:50px;
} 
.thrColFixHdr #footer img {
	float:right;
	padding: 0px 0px 0px 10px;
}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:right;
	font: 10px Verdana, Geneva, sans-serif;
	color:#999
}
.thrColFixHdr #partners p,#partners p a{
	font:bold 14px Verdana, Geneva, sans-serif;
	color:#dfc447;
	margin:0px 0px 5px 0px;
	padding:0px;
	text-decoration:none;
	
}
.thrColFixHdr #partners p a:hover{
	color:#333
}
.thrColFixHdr #partners ul {
	background:#CCC;
	margin:0px;
	padding:0px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	list-style: none;
	float: left;
	width:100%;
}
.thrColFixHdr #partners li{
	float: left;
}
.thrColFixHdr #partners li a{
	background:#FFF;
	float:left;
	display:block;
	width:151px;
	height:61px;
	margin:10px 0px 10px 11px;
	padding:0px;
	text-align:center;
	line-height:61px;
}
.thrColFixHdr #partners li a img{
	border:0px;
	margin:0px;
	padding:0px;
	line-height:61px;
	vertical-align:middle;
	display:inline-block
}

/***************************************
3A: GENERAL TYPOGRAPHY AND COLOR STYLES
****************************************/

/* ---------------- header specific styles ----------------*/
#header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#header li {
	float: left;
}
#header li a:link, #header li a:visited {
	background:#ecd450;
	padding: 0 .7em;
	display:block;
	font:bold 1em/28px "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color:#414141;
	text-decoration:none;
	margin-right: .7em;
}
#header li a:hover {
	color:#FFF;
	background:black;
}
#header li a.current, #header li a.current:hover, #header li a.current:active {
	color: #fff;
	background: #666;
	}
#header #topMenu ul {
	margin: 0px .7em; 
	list-style: none;
	float: right;
	position: relative;
}
#header #topMenu li {
	background:#666;
	line-height:28px;
	font:.70em/28px Verdana, Helvetica, sans-serif;
	color:white;
	margin: 0px;
}
#header #topMenu li a:link, #header #topMenu li a:visited {
	background:#666;
	padding: 0 1em; 
	display:block;
	font:1em/28px Verdana, Helvetica, sans-serif;
	color:white;
	text-decoration:none;
	margin: 0px;
}
#header #topMenu li a:hover {
	color:#ecd450;
	background:#666;
}
#header #idMenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;
	position: relative;
}
#header #idMenu li {
	background-image: url(../_images/btn-id-arrow.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
}
#header #idMenu li a:link, #header #idMenu li a:visited {
	padding: 0 1.50em 0 2.5em;
	display:block;
	font:.70em/28px Verdana, Helvetica, sans-serif;
	color:white;
	text-decoration:none;
	margin: 0px;
	background-image: url(../_images/btn-id-arrow.gif);
	background-color: black;
	background-repeat: no-repeat;
	background-position: 15px center;
}
#header #idMenu li a:hover {
	color:black;
	background:#ecd450;
	background-image: url(../_images/btn-id-arrow2.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
}
#header #logo {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background: url(../_images/logo-fccq-formation.gif) no-repeat;
	width: 190px;
	height: 122px;
	top: 30px;
	left: 20px;
	text-indent: -1000em;
	display:block;
	font-size: 0;
	display:block;
	line-height: 0;
	position: absolute;
}
#header h2 {
	background: url(../_images/slogan-fccq-formation.gif) no-repeat;
	width: 374px;
	height: 184px;
	position: absolute;
	top: 0px;
	left: 198px;
	text-indent: -1000em;
	margin: 0;
}
#header h3 {
	background: url(../_images/main.gif) no-repeat;
	width: 52px;
	height: 144px;
	position: absolute;
	right: 363px;
	bottom: 0px;
	margin: 0;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.thrColFixHdr #sidebar1 #menuFormation ul{
	margin: 0px;
	padding: 0px;
	bottom: 0px;
	list-style-image: none;
	list-style-type: none;
}
.thrColFixHdr #sidebar1 #menuFormation li{
	font: 12px Verdana, Geneva, sans-serif;
	color: #666;
	line-height: 18px;
}
.thrColFixHdr #sidebar1 #menuFormation li a:link, .thrColFixHdr #sidebar1 #menuFormation li a:visited {
	display:block;
	font:bold 12px/15px Verdana, Geneva, sans-serif;
	color:#666;
	text-decoration:none;
	margin-top:10px;
	background-image: url(../_images/bullet-menu-formation.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding: 0px 0px 2px 15px;
}
.thrColFixHdr #sidebar1 #menuFormation li a:hover {
	text-decoration:underline;
	}
.thrColFixHdr #accueilContentLeft #menuFormation ul{
	margin: 30px 10px 0px 20px;
	padding: 0px;
	bottom: 0px;
	list-style-image: none;
	list-style-type: none;
}
.thrColFixHdr #accueilContentLeft #menuFormation li{
	font: 12px/18px Verdana, Geneva, sans-serif;
	color: #666;
}
.thrColFixHdr #accueilContentLeft #menuFormation li a:link, .thrColFixHdr #accueilContentLeft #menuFormation li a:visited {
	display:block;
	font:bold 14px/22px Verdana, Geneva, sans-serif;
	color:#666;
	text-decoration:none;
	margin-top:10px;
	background-image: url(../_images/bullet-menu-formation.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 15px;
}
.thrColFixHdr #accueilContentLeft #menuFormation li a:hover {
	text-decoration:underline;
	}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #sidebar1 h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin:0px;
	padding: 0px;
}
.thrColFixHdr #sidebar1 h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #666;
	margin:0px;
	padding: 0px;
}
.thrColFixHdr #sidebar2 #faqSupervision {
	background: #666;
	padding: 20px 15px 10px 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.thrColFixHdr #sidebar2 #faqSupervision a {
	color: #ecd450;
	margin:0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.thrColFixHdr #sidebar2 #faqSupervision a:hover {
	text-decoration: underline;
}
.thrColFixHdr #sidebar2 #temoignagesFormation {
	background: #666 url(../_images/bkg-temoignages.jpg) repeat-x top;
	padding: 20px 15px 20px 15px;
	margin-top: 10px;
	color: #FFF;
}
.thrColFixHdr #sidebar2 #temoignagesFormation blockquote{
	background: url(../_images/quote-left.gif) no-repeat;
	margin: 0px;
	padding: 10px 0px 0px 20px;
	font: bold 13px Verdana, Geneva, sans-serif;
	color: #FFF;
}
.thrColFixHdr #sidebar2 #temoignagesFormation blockquote span.quote{
	font: normal 13px Verdana, Geneva, sans-serif;
	text-align: right;
	display: block;
	background-image: url(../_images/quote-right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 5px 20px 10px 0px;
}
.thrColFixHdr #temoignagesFormationAccueil {
	background: #666 url(../_images/bkg-temoignages.jpg) repeat-x top;
	padding: 20px 15px 0px 15px;
	color: #FFF;
	margin-left:633px;
	height:183px; /* 203px - le padding-top */
}
.thrColFixHdr #temoignagesFormationAccueil blockquote{
	background: url(../_images/quote-left.gif) no-repeat;
	margin: 0px;
	padding: 10px 0px 0px 20px;
	font: bold 15px Verdana, Geneva, sans-serif;
	color: #FFF;
}
.thrColFixHdr #temoignagesFormationAccueil blockquote span.quote{
	font: normal 13px Verdana, Geneva, sans-serif;
	text-align: right;
	display: block;
	background-image: url(../_images/quote-right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 5px 20px 15px 0px;
}
.thrColFixHdr #sidebar2 #videoSidebar {
	background: #000;
	padding: 20px 15px 20px 15px;
	margin-top: 10px;
	color: #ecd450;
}
.thrColFixHdr #videoSidebar h3 {
	font: bold 14px Verdana, Geneva, sans-serif;
	color:#dfc447;
	margin:0px;
	padding:0px 0px 15px 0px;
}
.thrColFixHdr #sidebar2 #videoSidebar p  {
	margin:0px;
	padding: 10px 10px 0px 0px;
	font: 12px/18px Verdana, Geneva, sans-serif;
	color:#FFF
}
.slideshow { 
	width: 623px;
	height: 204px !important; 
	margin: 0px;
	padding:0px;
	display:block;
	float:left;
	overflow:hidden
	}
.infoRouge {
	color:#F00;
	font-size:10px;
	font-style:italic;
	margin-top:10px;
	}
