/* WDS-331 maximebf 23-08-2022 corectif des path disclosure des css pour la securité du système */
* {
	margin: 0;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	margin: 0;
	padding: 0;
	height: 100%;
}

/* 2022-11-02 Lucas C Added new fonts for mkt */


/*** Swis721Light ***/
@font-face {
	font-family: 'swis721_lt_btlight';
	src: url('fonts/swissl-webfont.woff2') format('woff2'),
	url('fonts/swissl-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/*** quicksand ***/
@font-face {
	font-family: 'quicksand';
	src: url('fonts/quicksand-v30-latin-regular.woff2') format('woff2'),
		 url('fonts/quicksand-v30-latin-regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/*** Swis721Roman ***/
@font-face {
	font-family: 'swis721_btroman';
	src: url('fonts/swiss-webfont.woff2') format('woff2'),
		 url('fonts/swiss-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}


html, body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	height: 100%;
}

a {
	color: #00253e;
	text-decoration: none;
}

/* Contient tout les div sauf le footer */
#main {
	min-height: 100%;
	position: relative;
	margin-bottom: -92px;
}

#header_line {
	height: 49px;
	width: 100%;
	background-color: #3c3c3c;
}

/* Contient tout sauf la barre du haut */
#main_content {
	width: 92%;
	min-width: 968px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#header {
	width: 100%;
	margin-bottom: 20px;
}

#logo_line {
	width: 100%;
}

#logo {
	float: left;
	margin-bottom: 20px;
}

#main_menu {
	float: left;
	width: 100%;
	/* WDS-331 maximebf 23-08-2022 corectif des path disclosure des css pour la securité du système */
	 background-image: url('../image/top_menu_left_corner.png'), url('../image/top_menu_bg.png'), url('../image/top_menu_right_corner.png');
/*	background-image: url(/extranet/image/top_menu_left_corner.png), url(/extranet/image/top_menu_bg.png), url(/extranet/image/top_menu_right_corner.png);*/
	background-position: left, center, right top;
	background-repeat: no-repeat;
	background-size: 2% 67px, 96% 67px, 2% 67px;
	height: 67px;
	color: #535353;
}

#main_menu ul {
	margin-top: 6px;
}

#main_menu li {
	list-style: none;
	display: inline;
	float: left;
	font-size: 15pt;
	font-family: verdana;
}

#main_menu a {
	margin-top: 18px;
	text-decoration: none;
	color: #535353;
	margin: 10px;
	position: relative;
	top: 15px;
}

#main_menu .active_menu {
	height: 56px;
}

#main_menu .active_menu a {
	margin: 10px;
	color: white;
}

#sub_menu {
	margin-left: 27px;
}

#sub_menu .menu_item {
	border: 1px solid #cfcfcf;
	margin-right: 7px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	padding: 10px 20px 10px 20px;
	background-color: #d5d5d5;
	color: #777676;
}

#sub_menu a {
	color: #777676;
	text-decoration: none;
	font-weight: normal;
}

#sub_menu .menu_item:active(yes) {
	border: 1px solid #cfcfcf;
	margin-right: 7px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	padding: 10px 20px 10px 20px;
	background-color: white;
	border-bottom: 0;
}

.menu_item_roll {
	border: 1px solid #cfcfcf;
	margin-right: 7px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	padding: 10px 20px 10px 20px;
	background-color: white;
	border-bottom: 0;
}

#body_content {
	background-repeat: no-repeat;
	width: 99%;
	margin: 0 auto;
	align: center;
	border: 1px solid #bdbdbd;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-bottom: 80px;
}

.clic_box {
	position: relative;
	width: 305px;
	height:40px;
	top: 100px;
	left: 1062px;
}

.clic_box:hover {
	cursor: pointer;
}

.welcome {
	background: #89b61d;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	color: white;
	font-size: 16pt;
	width: 100%;
	text-align: left;
	min-height: 100px;
	height: auto;
}

.welcome_eng {
	/* WDS-331 maximebf 12-08-2022 corectif des path disclosure des css pour la securité du système */
	 background: url('../image/message_facture_electronique_eng.png');
	/*background-image: url(/extranet/image/message_facture_electronique_eng.png);*/
	background-position: bottom center;
}

#content {
	width: 95%;
	margin: 3% 2% 3% 2%;
}

#body_month_selector a:link {
	color: #00253e;
	font-family: verdana;
	font-size: 9pt;
}

#body_month_selector a:active {
	color: #00253e;
	font-family: verdana;
	font-size: 9pt;
}

#body_month_selector a:visited {
	color: #00253e;
	font-family: verdana;
	font-size: 9pt;
}

#pagination a {
	color: #526a7a;
	text-decoration: none;
}

#pagination a:active {
	color: #526a7a;
	text-decoration: none;
}

.clearfooter {
	height: 92px;
	clear: both;
}

#footer div {
	color: white;
}

#copy_footer {
	text-align: center;
	margin: 35px;
}

#footer {
	left: 0px;
	bottom: 0px;
	padding-top: 6px;
	min-width: 800px;
	height: 95px;
	background-color: #3c3c3c;
	color: #ffffff;
	width: 100%;
	margin: 0 auto;
	position: relative;
	bottom: 0;
}

#sub_menu_courriel {
	background: -webkit-gradient( linear, left top, left bottom, from(#ffffff), to(#ebebeb) );
	background: -moz-linear-gradient(top, #ffffff, #ebebeb);
	background-repeat: repeat-x;
	min-height: 26px;
	border: 1px solid #d5d5d5;
	position: relative;
	top: -20px;
}

#detail_facture a:link {
	color: #597181;
	text-decoration: none;
}

#detail_facture a:active {
	color: #597181;
	text-decoration: none;
}

#detail_facture a:visited {
	color: #597181;
	text-decoration: none;
}

#body_content a {
	margin: 0 auto;
	text-decoration: none;
}

#body_content a:visited {
	color: #00253e;
	margin: 0 auto;
	text-decoration: none;
}

#sub_menu_courriel a {
	color: #526a7a;
	margin: 0 auto;
}

#sub_menu_courriel a {
	color: #526a7a;
	margin: 0 auto;
}

#sub_menu_courriel ul {
	min-height: 26px;
}

#sub_menu_courriel li {
	float: left;
	list-style: none;
	margin: 5px 15px 5px 15px;
	color: #d5d5d5;
}

#sub_menu_courriel .inner_pipe {
	background-color: #c7c7c7;
	height: 17px;
	width: 1px;
	color: #666666;
}

#nav_links_courriel a {
	color: #526a7a;
}

#nav_links_courriel {
	height: 31px;
	width: 100%;
	text-align: left;
}

#nav_links_courriel ul {
	margin: 2px;
	text-align: left;
	margin-left: -40px;
}

#nav_links_courriel li:first-child {
	/* WDS-331 maximebf 23-08-2022 corectif des path disclosure des css pour la securité du système */
	 list-style: url("../image/courriel_list_arrow.png"); 
	/*list-style: url(/extranet/image/courriel_list_arrow.png);*/
	margin-left: 14px;
}

#nav_links_courriel li {
	float: left;
	list-style: none;
	margin-left: 1px;
}

#nav_links_courriel .active {
	font-weight: bold;
}

/* page des courriels */
#email_listing {
	color: #000000;
	text-align: left;
}

.link_ffffff {
	color: #ffffff;
	text-decoration: none;
}

#email_listing a {
	color: #526a7a;
	text-decoration: none;
}

#email_listing a:active {
	color: #526a7a;
	text-decoration: none;
}

.texte_ab0534 {
	color: #ab0534;
	font-family: verdana;
	font-weight: bold;
}

.texte_a70630 {
	font-family: verdana;
	color: #a70630;
}

.texte_00253e_9pt {
	color: #00253e;
	font-family: verdana;
	font-weight: bold;
	font-size: 9pt;
}

.texte_00253e {
	color: #00253e;
	font-family: verdana;
	font-weight: bold;
}

.texte_00253e_10pt {
	color: #00253e;
	font-family: verdana;
	font-size: 10pt;
}

.texte_00253e_12pt_bold {
	color: #00253e;
	font-family: verdana;
	font-size: 12pt;
	font-weight: bold;
}

.texte_5a5959_9pt {
	color: #5a5959;
	font-family: verdana;
	font-size: 9pt;
}

.texte_5a5959 {
	color: #5a5959;
	font-family: verdana;
}

.texte_5a5959_10pt {
	color: #5a5959;
	font-family: verdana;
	font-size: 10pt;
}

.texte_ffffff {
	color: #ffffff;
	font-family: verdana;
}

.texte_7f929e_10pt {
	color: #7f929e;
	font-size: 10pt;
	font-family: verdana;
}

.texte_a7032e_11pt{
	color: #a7032e;
	font-size: 11pt;
	font-family: verdana;
}

.texte_00253e_11pt {
	color: #00253e;
	font-family: verdana;
	font-size: 11pt;
}

#right_box li {
	text-align: left;
	list-style: none;
	font-size: 8pt;
}

#right_box ul {
	margin-top: 10px;
	text-align: left;
	margin-left: -40px;
}

.texte_000000_11pt {
	color: #000000;
	font-size: 10pt;
	text-align: left;
}

.texte_000000_12pt {
	color: #000000;
	font-size: 12pt;
	text-align: left;
}

.texte_000000_14pt {
	color: #000000;
	font-size: 14pt;
	text-align: left;
}

/********************************* BOUTONS ***********************/
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.button:hover {
	text-decoration: none;
}

.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}

.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* color styles */
/* black */
.black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient( linear, left top, left bottom, from(#666), to(#000) );
	background: -moz-linear-gradient(top, #666, #000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}

.black:hover {
	background: #000;
	background: -webkit-gradient( linear, left top, left bottom, from(#444), to(#000) );
	background: -moz-linear-gradient(top, #444, #000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}

.black:active {
	color: #666;
	background: -webkit-gradient( linear, left top, left bottom, from(#000), to(#444) );
	background: -moz-linear-gradient(top, #000, #444);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient( linear, left top, left bottom, from(#888), to(#575757) );
	background: -moz-linear-gradient(top, #888, #575757);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}

.gray:hover {
	background: #616161;
	background: -webkit-gradient( linear, left top, left bottom, from(#757575), to(#4b4b4b) );
	background: -moz-linear-gradient(top, #757575, #4b4b4b);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}

.gray:active {
	color: #afafaf;
	background: -webkit-gradient( linear, left top, left bottom, from(#575757), to(#888) );
	background: -moz-linear-gradient(top, #575757, #888);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* white */
.white {
	color: #403f40;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient( linear, left top, left bottom, from(#fff), to(#ededed) );
	background: -moz-linear-gradient(top, #fff, #ededed);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

.white:hover {
	background: #ededed;
	background: -webkit-gradient( linear, left top, left bottom, from(#fff), to(#dcdcdc) );
	background: -moz-linear-gradient(top, #fff, #dcdcdc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}

.white:active {
	color: #999;
	background: -webkit-gradient( linear, left top, left bottom, from(#ededed), to(#fff) );
	background: -moz-linear-gradient(top, #ededed, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
