@charset "utf-8";
/* Final QuitterLeQuebec CSS Document */
body 
{
	background-color: #041654;
	background-image:url(images/background_body.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 10px;
	margin-top: 0px;
	padding: 0px;
	min-width: 1024px;	/* style-is.css fixed -> width: 1024px; */
	text-align: center;
}
body, tr, td, th
{
	color: #bee;
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
}
table { empty-cells: show; }
a:link, a:visited
{
	color: #9cf;
	text-decoration: none;
}
a:hover
{
	color: #fff;
}
img, a img { border: none; }
/*
	text styles classes
*/
.textxsmall, .textsmall, .textmidsmall, .textmidlarge, .textlarge, .textxlarge
{
	color: #bee;
}
.textxsmall
{
	font-size: 7pt;
	font-family: Verdana, Arial, sans-serif;
}
.textsmall
{
	font-size: 8pt;
	font-family: Verdana, Arial, sans-serif;
}
.textmidsmall { font-size:9pt; }
.textmid { font-size:10pt; }
.textmidlarge { font-size:11pt; }
.textlarge { font-size:12pt; }
.textxlarge { font-size:14pt; }
.textxsmall a, .textsmall a, .textmidsmall a, .textmid a, .textmidlarge a, .textlarge a, .textxlarge a
{
	color: #9cf;
	text-decoration: none;
}
.textxsmall a:hover, .textsmall a:hover, .textmidsmall a:hover, .textmid a:hover, .textmidlarge a:hover, .textlarge a:hover, .textxlarge a:hover
{
	color: #fff;
	border-bottom: 1px dashed #dfdf4e;
}
.c9cf { color:#9cf; }
.cdfdf4e { color:#dfdf4e; }
.cfff { color:#fff; }
.c000 { color:#000; }

ul.list-tools
{
	list-style-image:url(images/icons/silk013/bullet_white.png); 
	list-style-position:outside;
	vertical-align:top;
	font-size:10pt;
	color: #bee;
}
ul.list-tools li
{
	padding-bottom:5px;
}
ul.list-tools li a
{
	color:#9cf;
	text-decoration:none;
}
ul.list-tools li a:hover
{
	color:#fff;
	border-bottom: 1px dashed #dfdf4e;
}
/*
	other classes
*/
.quote
{
	font-family: Verdana, Arial, sans-serif;
	text-align: justify;
	line-height: 1.4em;
	color: #9cf;
	font-style: italic;
	font-size: 85%;
	background-color: #041654;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #9cf;
	border-bottom: 1px solid #9cf;
	padding: 10px 15px 4px 15px;
	background-image: url(images/background_content-col2.jpg);
}
/*
	tags with identifiers
*/
#page-header
{  
	 position: relative;
	 height: 165px;
	 overflow: hidden;
	 border-left: 1px solid #000;
	 border-right: 1px solid #000;
}
#page-header-left { }
#page-header-right
{
	height: 175px;
	background-image: url(images/background_header-r-site.png);
	background-repeat: no-repeat;
	background-position: left;
	background-color: transparent;
}
/* reserved for forum header
#page-header-right-forum
{
	height: 175px;
	background-image: url(images/background_header-r-site.png);
	background-repeat: no-repeat;
	background-position: left;
	background-color: transparent;
}*/
#page-header-homelink
{
	position: absolute;	 
	width: 600px;	 
	height: 110px;	
	display: block;	 
	cursor: pointer;	 
	margin-left: 10px;
	margin-top: 10px;
}
#page-header-userarea
{
	width: 400px;
	font-size: 12px;
	color: #cff;
	float: right;
	text-align: right;
	margin-top: 40px;
	margin-right: 10px;
 	vertical-align: top;
}
#page-header-userarea a
{
	color: #9cf;
	text-decoration: none;
}
#page-header-userarea a:hover
{
	color: #cff;
	text-decoration: none;
	border-bottom: 1px dashed #dfdf4e;
}
#body-container			/* contains: #page-header, #page-content, #page-footer  */
{
	width: 950px;
	min-width: 950px;
	padding: 0px;
	text-align: left;
	margin: 0px auto;
}
#page-content		/* contains: #main-menu, #main-area */
{
	/*height: 47px;    WTF? */
	font-size: 12px;
	background-color: transparent;
	/*
	background-image: url(https://quitterlequebec.com/images/menuarka.gif);
	background-repeat: repeat-x;
	*/
}
#main-menu
{
	width: 100%;
	background-color: #041650;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	float:left;
	background-image: url(images/mainmenu_tab1.gif);
	margin: 0;
	padding: 0;
	/* continues below page-footer definitions */
}
#main-area		/* Content container, after # */
{
	 background-color: #395fb4;
	 background-image: url(images/background_mainarea.jpg);
	 background-repeat: repeat-x;
	 padding: 10px;
	 margin: 0;
	 min-height: 450px;
	 /* IE fix in style-ie.css */
	 border: 1px solid #000;
	 border-bottom-width: 2px;
	 border-top: none;
}


#page-footer
{
	 margin-top: 10px;
	 text-align: center;
	 color: #9cf;
	 background-color: #0c2d70;
	 font-size: 8pt;
	 border: 1px solid #000;
	 border-bottom: 2px solid #000;
	 /*height: 100px;*/
}
#page-footer a:link, #page-footer a:visited
{
	 color: #9cf;
	 text-decoration: none;
}
#page-footer a:hover
{
	 color: #fff;
	 text-decoration: none;
	 border-bottom: 1px dashed #dfdf4e;
}
#page-footer-left { }
#page-footer-right { }
#page-footer-area
{
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
}
/*
	main-menu content definitions
*/
#main-menu ul
{
	margin:0;
	padding: 0 0 0 15px;
	list-style: none;
	height: 35px;
	position: relative;
	background-color: #041650;
	background-image: url(images/mainmenu_tab1.gif);
}
#main-menu li
{
   float:left;
   position:relative;
   list-style-type:none;
   display:block;
}
#main-menu ul li.menu-item-chosen a
{
	color: #dfdf4e;
	background-image: url(images/mainmenu_tab3.gif);
}
#main-menu ul li.menu-item-chosen a:hover 
{
	color: #fff;
	cursor:default;
}
#main-menu ul li.menu-item-chosen a b
{
	color: #dfdf4e;
	background-image: url(images/mainmenu_tab3.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
#main-menu ul li.menu-item-chosen a:hover b 
{
	color: #fff;
}
#main-menu .drop-menu
{
	background-color: #041650;
	float:left;
	margin: 0;
	padding: 0;
	width:100%;
}
#main-menu .drop-menu ul
{
	display:none;
	position: absolute;
	left: 3px;
	top:35px;
	margin:0;
	padding: 0;
	list-style: none;
	width:210px;
	z-index:999;
	background-image:url(images/background_content-col1.jpg);
	background-repeat: repeat;
	border-left: 1px solid #000;
	border-right: 2px solid #000;
	border-bottom: 3px solid #000;
}
#main-menu .drop-menu li
{
	margin:0;
	padding: 0;
	list-style: none;
	height: 25px;
	position: relative;
}
#main-menu ul li:hover ul, #main-menu ul li ul:hover
{
	display:block;
}
#main-menu ul li a
{
	display:block;
	padding-left: 8px;
   	text-decoration:none;
   	color:#cff;
   	height: 35px;
	line-height: 35px;
	font-size: 13px;
	text-align: left;
	border:none;
}
#main-menu ul li a:hover
{
	color:#fff;
	background-color: #000;
	background-image: url(images/mainmenu_tab2.gif);
}
#main-menu ul li a b
{
	float: left;
	display: block;
	padding-right: 16px;
	padding-left: 8px;
	border-bottom: none;
}
#main-menu ul li a:hover b
{
	background-image: url(images/mainmenu_tab2.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
#main-menu .drop-menu ul li a
{
	display:block;
	padding-left: 5px;
   	text-decoration:none;
   	color:#bee;
   	height: 25px;
	line-height: 25px;
	font-size: 12px;
	border:none;
	width:205px;
	background-image: none;
}
#main-menu .drop-menu ul li a:hover
{
	color:#fff;
   	background-color: #000;
   	background-image: url(images/pager_tab2.gif);
}
#main-menu .drop-menu ul li a b
{
	color:#bee;
	cursor:pointer;
	width: 181px;
	background-image: none;
}
#main-menu .drop-menu ul li a:hover b
{
	color:#fff;
	background-image: url(images/pager_tab2.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
/*
	bouton temoigner
*/

#bouton-temoin
{
	margin-bottom:5px;
	width:234px;
	height: 0px;
	position: relative;
	float: right;
	left: 0px;
	top: 10px;
	/* continues below main-menu definitions */
}

#bouton-temoin ul
{
	padding-left:0px;
	padding-right:0px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	margin: 0;
	list-style: none;
	height: 35px;
	position: relative;
	background-color: #041650;
	background-image: url(images/mainmenu_tab1.gif);
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
#bouton-temoin ul li { float: left; }
#bouton-temoin ul li a
{
	display: block; 
	float: left; 
	height: 35px; 
	line-height: 35px; 
	color: #cff;
	text-decoration: none; 
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Sans-Serif; 
	text-align: center; 
	padding-left: 8px;
	cursor: pointer;
	border-bottom: none;
}
#bouton-temoin ul li a:hover
{
	color: #fff; 
	background-image: url(images/mainmenu_tab2.gif);
	text-decoration: none; 
}
#bouton-temoin ul li a b 
{
	float: left; 
	display: block;
	padding-right: 16px;
	padding-left: 8px;
	border-bottom: none;
	width:200px;
	text-align:center;
		text-decoration: none; 
}
#bouton-temoin ul li a:hover b 
{
	background-image: url(images/mainmenu_tab2.gif);
	background-position: right top;
	background-repeat: no-repeat;
	text-decoration: none; 
}
/*
	--- our own list made of divs ---
*/
.custom-list
{
	color: #9cf;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	padding-left: 0px;
}
.custom-list-title
{
	font-size: 12pt;
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 5px;
}
.custom-list-title:hover
{
	cursor: pointer;
	color: #fff;
}
.custom-list-text
{
	color: #cff;
	font-weight: normal;
	padding-left: 5px;
	padding-bottom: 5px;
}
.custom-list-notes
{
	font-weight: normal;
	font-size: 8pt;
	padding-left: 5px;
	color: #bee;
	background-image: url(images/icons/silk013/comments.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: 20px;
}
.custom-list-items
{
	font-weight: normal;
	padding: 10px;
	padding-top: 0px;
}
.custom-list a, .custom-list a:link, .custom-list-items a, .custom-list-items a:link
{
	color: #cff;
	text-decoration: none;
	display: block;
	width: 100%;
	/*border-bottom: 1px solid transparent;*/
}
.custom-list a:hover, .custom-list-items a:hover
{
	color:#9cf;
	/*border-bottom: 1px dashed #dfdf4e;*/
	font-weight: bold;
}
.custom-list a:visited, .custom-list-items a:visited
{
	color: #cff;
}
.custom-list-notes a
{
	display: inline;
	color: #9cf;
}
.custom-list-notes a:hover
{
	color: #fff;
	font-weight: normal;
	border-bottom: 1px dashed #dfdf4e;
}
.custom-list-notes a:visited
{
	color: #9cf;
}
/*
	----- pager template -----
*/
ul.pager
{
	padding: 0 0 0 104px;
	text-align: center;
	margin: 0; 
	list-style: none; 
	height: 25px; 
	position: relative;
	background-color: #222;
	background-image: url(images/pager_tab1.gif);
	border-bottom: 1px solid #1c1c1c;
}
ul.pager li
{
	float:left;
}
ul.pager li a
{
	display: block; 
	float: left; 
	height: 25px; 
	line-height: 25px; 
	color: #fff;
	text-decoration: none;
	border-bottom: none;
	font-size: 11px; 
	font-family: "Trebuchet MS", Arial, Sans-Serif; 
	font-weight: bold; 
	text-align: center; 
	padding: 0 0 0 4px;
	cursor: pointer;
}
ul.pager li a b
{
	float: left; 
	display: block;
	padding:0 8px 0 4px;
	width: 12px;
	text-decoration: none;
	border-bottom: none;
}
ul.pager li.spacing a b
{
	float: left; 
	display: block;
	padding:0 8px 0 4px;
	width: 14px;
	cursor: default;
}
ul.pager li.firstlast a b
{
	float: left; 
	display: block;
	padding:0 8px 0 4px;
	width: 18px;
	cursor: default;
}
ul.pager li.firstlastoff a b
{
	float: left; 
	display: block;
	padding:0 8px 0 4px;
	width: 18px;
	cursor: default;
}
ul.pager li.displayed a
{
	color: #dfdf4e;
	background-image: url(images/pager_tab3.gif);
	cursor: default;
	text-decoration: none;
}
ul.pager li.displayed a b 
{
	background-image: url(images/pager_tab3.gif);
	background-position: right;
	background-repeat: no-repeat;
	cursor: default;
	text-decoration: none;
}
ul.pager li a:hover
{
	color: #cee; 
	background-color: #000;
	background-image: url(images/pager_tab2.gif);
	text-decoration: none;
	border-bottom: none;
}
ul.pager li a:hover b 
{
	background-image: url(images/pager_tab2.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-decoration: none;
	border-bottom: none;
}
ul.pager li.displayed a:hover 
{
	color: #dfdf4e;
	background-color: #000;
	background-image: url(images/pager_tab3.gif);
	cursor: default;
	text-decoration: none;
	border-bottom: none;
}
ul.pager li.displayed a:hover b 
{
	background-image: url(images/pager_tab3.gif);
	background-position: right;
	background-repeat: no-repeat;
	cursor: default;
	text-decoration: none;
	border-bottom: none;
}
ul.pager li.spacing a:hover
{
	/*color: #dfdf4e;*/
	background-color: #000;
	background-image: url(images/pager_tab1.gif);
	cursor: default;
	text-decoration: none;
	border-bottom: none;
}
ul.pager li.spacing a:hover b
{
	background-image: url(images/pager_tab1.gif);
	background-position: right;
	background-repeat: no-repeat;
	cursor: default;
	text-decoration: none;
	border-bottom: none;
}

ul.pager li.firstlast a:hover
{
	/*color: #dfdf4e;*/
	background-color: #000;
	background-image: url(images/pager_tab2.gif);
	cursor: pointer;
	text-decoration: none;
	border-bottom: none;
}
ul.pager li.firstlast a:hover b
{
	background-image: url(images/pager_tab2.gif);
	background-position: right;
	background-repeat: no-repeat;
	cursor: pointer;
	text-decoration: none;
	border-bottom: none;
}

ul.pager li.firstlastoff a:hover
{
	/*color: #dfdf4e;*/
	background-color: #000;
	background-image: url(images/pager_tab1.gif);
	cursor: default;
	text-decoration: none;
	border-bottom: none;
}
ul.pager li.firstlastoff a:hover b
{
	background-image: url(images/pager_tab1.gif);
	background-position: right;
	background-repeat: no-repeat;
	cursor: default;
	text-decoration: none;
	border-bottom: none;
}

/*
	----- form temoignage template -----
*/

#form_mailer fieldset.mailerfields{ border:none; }
#form_mailer .lblforminfo { text-align:left; padding:10px; padding-left:20px; padding-bottom:30px; }
/*#temoignage_id { display:none; }*/
#form_mailer input.txtname
{
	width: 350px;
	padding-left: 2px;
	padding-right: 2px;
	background-position: -200px 90px;
}
#form_mailer input.txtemail
{
	width: 350px;
	padding-left: 2px;
	padding-right: 2px;
	background-position: -200px 90px;
}
#form_mailer input.txtage
{
	width: 50px;
	padding-left: 2px;
	padding-right: 2px;
	background-position: -200px 90px;
}
#form_mailer input.rdotemtype {  }	/* radio (1-3) display inline */
#form_mailer input.txtvalidator
{
	width: 70px;
	padding-left: 2px;
	padding-right: 2px;
	font-weight: bold;
	font-variant: small-caps;
	background-position: -100px 80px;
}
#form_mailer textarea.txtcontent
{
	width: 380px;
	padding: 2px;
	background-position: -200px 90px;
}
#form_mailer img.captchaImage
{
	border: 1px solid #041650;
	width: 80px;
	height: 20px;
	vertical-align: bottom;
	margin-bottom: 0px;
	margin-left: 5px;
}
#form_mailer .requiredField 
{ 
	color: #dfdf4e; 
	font-size: 12pt; 
	vertical-align: top; 
	padding-left: 5px; 
}
#form_mailer .errorList li
{
	font-size: 9pt;
	font-weight: bold;
	color: #fff;
}
#form_mailer .errorList li span
{
	color: #dfdf4e;
}
#form_mailer tr
{
	vertical-align: top;
}

#form_mailer .leftLabel
{
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	height: 22px;
	line-height: 22px;
}
#form_mailer .rightLabel
{
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	height: 22px;
	line-height: 22px;
}

#form_mailer .btnSubmit
{
	padding-left:10px;
	padding-right: 10px;
	border: 1px solid #000;
	border-bottom: 2px solid #000;
	background-position: 0 80px;
	font-weight: bold;
}
#form_mailer .btnCancel
{
	padding-left:10px;
	padding-right: 10px;
	border: 1px solid #000;
	background-position: 0 80px;
	font-weight: bold;
}