@font-face {
  font-family: RobotoRegular;
  src: url('/fonts/roboto/Roboto-Regular.ttf') format('truetype');
}

@font-face {
  font-family: RobotoBold;
  src: url('/fonts/roboto/Roboto-Bold.ttf') format('truetype');
  /*font-weight: 200;*/
}


body {	
		font-family: RobotoRegular, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		color: #333333;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
		padding: 0;
		margin: 0;
}

ul {
    padding-left: 16px;
}

.texte {font-family: RobotoRegular, Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #000000;}
.texte11 {font-family: RobotoRegular, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;}
.texteEdition {font-family: RobotoRegular, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;}
.texte_red {font-family: RobotoRegular, Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: rgb(212, 18, 20);}
.texte_red_bold {font-family: RobotoBold, Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: rgb(212, 18, 20);}
.texte_medium_gray {font-family: RobotoRegular, Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: rgb(129, 131, 131);}
.texteRouge {font-family: RobotoRegular, Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: rgb(212, 18, 20);}
.titre {font-family: RobotoRegular, Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #000000;}

.text1 {font-family: RobotoRegular, Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #000000;line-height: 16px;}
.text1_bold {font-family: RobotoBold, Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #000000;line-height: 16px;}
.text1_upper {font-family: RobotoRegular, Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #000000;line-height: 16px;text-transform: uppercase;}
.text2 {font-family: RobotoRegular, Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #FF0000;line-height: 18px;}
.text2_upper {font-family: RobotoRegular, Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #FF0000;line-height: 18px;text-transform: uppercase;}

.text16 {font-family: RobotoRegular, Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: #000000;line-height: 18px;}
.text14_upper {font-family: RobotoBold, Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #000000;line-height: 16px;text-transform: uppercase;}

a		  { color: rgb(2, 131, 190)/*#16387C*/; text-decoration:none; font-family: RobotoRegular, Verdana, Arial, Helvetica, sans-serif; font-size: 14px;}
a:link    { color: rgb(2, 131, 190)/*#16387C*/; text-decoration:none;}
a:visited { color: rgb(2, 131, 190)/*#16387C*/; text-decoration:none;}
a:active  {	color: rgb(2, 131, 190)/*#16387C*/;	text-decoration:none;}
a:hover   {	color: rgb(212, 18, 20); text-decoration:none;}

#container {
	height: auto !important; 
}

.accordion_toggle {
	display: block;
	font-family: RobotoBold, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #16387C;
	padding: 0;
	margin-top: 2px;
	margin-bottom: 7px;
	margin-left: 12px;
	margin-right: 12px;
	line-height: 14px;
	cursor: pointer;
	font-weight: normal;
	/*background: #f1f1f1;*/
}
.accordion_toggle a {
	font-family: RobotoBold, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: rgb(2, 131, 190);
}
.accordion_toggle a:hover {
	color: rgb(212, 18, 20);
}
.accordion_content {
	overflow: hidden;
}
#horizontal_container {
	margin: 4px 4px 4px 20px;
	width: 550px;   
	height: auto;    
}
	
.horizontal_accordion_toggle {
	/* REQUIRED */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */
	display: block;
	height: auto;
	width: 50px;
	background: #f1f1f1;
	color: #ffffff;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	margin-right: 4px;
}
.horizontal_accordion_content {
	/* REQUIRED */
	height: auto;	/* We need to define a height for the accordion as it stretches the width */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */
	width: 550px;
	overflow: hidden;
	background-color: #ffffff;
}
		
 #vertical_nested_container {  
	height: auto;  
}

#vertical_nested_container h1 {
	font-weight: normal;
}
		
.vertical_accordion_toggle {
	display: block;
	/*font-family: RobotoRegular, Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 10px;
	color: #16387C;
	/*font-weight: bold;*/
	padding: 0;
	margin-top: 2px;
	margin-bottom: 4px;
	margin-left: 36px;
	margin-right: 36px;
	line-height: 14px;
	cursor: pointer;
	/*background: #f1f1f1;*/
}

.vertical_accordion_content {
	overflow: hidden;
}
		
#horizontal2_container {
	margin: 20px auto 20px auto;
	width: 589px;   
	height: auto;    
}
	
.horizontal2_accordion_toggle {
	/* REQUIRED */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */
	display: block;
	height: auto;
	width: auto;
	background: #f1f1f1;
	color: #ffffff;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	margin-right: 4px;
}
.horizontal2_accordion_content {
	/* REQUIRED */
	height: auto;	/* We need to define a height for the accordion as it stretches the width */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */
	width: 450px;
	overflow: hidden;
	background-color: #ffffff;
}
		
.golden_ideas {
	display: block;
	font-family: RobotoBold, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #16387C;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 12px;
	margin-right: 12px;
	line-height: 14px;
	cursor: pointer;
	/*background: #f1f1f1;*/
}

.search_tbl_content {
	margin-bottom: 7px;
}

.light_gray_border {
	border: 4px solid rgb(229, 229, 231);/*#D5D5D5*/
}
.nav_tb {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 350px;
	border: 0px;
}
.nav_td {
	height: 24px;
	width: 171px;
	background-color: rgb(83, 85, 84)/*#545454*/;
	padding-top: 2px;
}
.nav_td a {
	color: #FBFBFB;
	font-family: RobotoBold, Verdana, Arial, Helvetica, sans-serif; 
}
/*.nav_td a:link    { color: #FBFBFB; text-decoration:none;}
.nav_td a:visited { color: #FBFBFB; text-decoration:none;}
.nav_td a:active  {	color: #FBFBFB;	text-decoration:none;}
.nav_td a:hover   {	color: #FBFBFB; text-decoration:none;}*/

.nav_div {
	width:100%;
	text-align: center;
	vertical-align: middle;
}
.log_tbl {
	height: 172px; 
	width: 350px;
}
/*.log_tbl form{
	height: 172px;
}*/
.log_tbl table{
	/*height: 100%;*/
	width: 100%;
}
.log_tbl table tr:nth-child(1) td {
    vertical-align: top;
}
.log_tbl a.logoutLnk{
	background-color: rgb(143, 184, 32)/*#91B81F*/;
	border: none;
	padding: 4px 8px;
	color: #FFFFFF;
}
button[type="submit"]{
	background-color: rgb(143, 184, 32)/*#91B81F*/;
	border: none;
	padding: 4px 8px;
	font-size: 14px;
	color: #FFFFFF;
	cursor: pointer;
}
.log_form {
	margin: 0;
}
.log_form input[type="text"], .log_form input[type="password"]{
	background-color: #FFFFFF;
	border: 1px solid rgb(129, 131, 131) /*medium gray*/;
	padding: 4px 8px;
	width: 180px;
}
.log_form_td_title {
	text-align: center; 
    padding-top: 10px;
	/*vertical-align: bottom;*/
}
.log_form_title {
	font-family: RobotoBold, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #000000;
	text-transform: uppercase;
}
.log_form_text {
	font-family: RobotoRegular, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: rgb(129, 131, 131)/*#878787*/;
	/*font-weight: bold;*/
}
.log_form_td_input_label {
	vertical-align: bottom;
	padding: 10px 0 2px;
}
.log_form .login_button {
	float: right;
}
.forgot_password_td {
	padding-top: 5px;
}
/*.forgot_password_lnk {
	color: rgb(2, 131, 190) !important;
	text-decoration:none; 
	font-weight: normal !important;
}*/
.right_table {
	padding-top: 20px;
}
.table_th {
	font-family: RobotoBold, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: rgb(143, 184, 32);
	height: 24px;
}
.table_head_green {
	min-height: 248px;
}
.table_head_green th {
	font-family: RobotoBold, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: rgb(143, 184, 32);
	height: 24px;
	padding-top: 2px;
	font-weight: normal;
}
.table_head_green th.leftText {
	font-family: RobotoBold, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: rgb(143, 184, 32);
	height: 24px;
	text-align: left;
	padding-left: 20px;
}
.table_head_green hr {
	border-top: 1px solid rgb(229, 229, 231);
	border-left: 1px solid rgb(229, 229, 231);
}
.td_light_gray_border_rbl {
	border-right: 4px solid rgb(229, 229, 231);/*#D5D5D5*/
	border-bottom: 4px solid rgb(229, 229, 231);
	border-left: 4px solid rgb(229, 229, 231);
	vertical-align: top;
}
.td_light_gray_border_rbl > table > tbody > tr:nth-child(2) > td:nth-child(2) > a{
	font-family: RobotoBold, Verdana, Arial, Helvetica, sans-serif; 
}

.vertical_container {
	/* padding-top: 15px; */
	padding-top: 2px;
	min-height: 205px;
}
.vertical_container {
	color: rgb(2, 131, 190);
}
.td_hr {
	padding: 10px 0;
}
.td_img {
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.download_editions_table td:nth-child(2) {
	padding-bottom: 5px;
}
.download_editions_table form {
	display: table-row;
}
.download_editions_table form input {
	display: table-cell;
}
.download_editions_table form font {
	display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
}
.text_justify {
	text-align: justify;
  	text-justify: inter-word;
}
a.regular_link { font-family: RobotoRegular, Verdana, Arial, Helvetica, sans-serif; font-weight: normal; }
a.regular_link:hover { color: rgb(2, 131, 190); font-family: RobotoRegular, Verdana, Arial, Helvetica, sans-serif; font-weight: normal; }

img.header_image, map area{
	/*-webkit-tap-highlight-color: transparent; */
    outline: none;
}

/* Change the color to your own background color */
/*input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px white inset; 
    -webkit-text-fill-color: #333;
}

/*your box-shadow*/
/*    -webkit-box-shadow: 0 0 0 50px white inset;
    -webkit-text-fill-color: #333;
} */
