/******* INIT *********/

/*
	Bleu: #152f61 et #243f67 et #1e61a4 pour les h3
	Rouge: #ba253d 
*/

/* Mid CSS Reset (complements golden's reset) */

p, ul, li, dl, dd, dt
table, tr, th, td,
h1, h2, h3, h4, h5, h6,
img, form, fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: inherit;
  text-align: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
}
li {
	list-style: none;
	list-style-position: outside;
}
table {
	border-collapse: collapse;
}

/* Golden complements: /8, 730+230, 480+310+170 */

.g120, .g730, .g230
{float:left; display: inline; margin-left:5px;  } 
.g120{width:110px; }
.g730{width:728px; }
.g230{width:220px; }


/* Typography */

body {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 12px;
	line-height: 120%;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}






/******* STYLES *********/
/* For content style, prefix with #content */

.bookmark {
	padding-left: 15px;
	background: transparent url("star.gif") no-repeat;
	background-position-y: 50%;
}

.boursier, #news li.boursier {
	padding-left: 0px;
	background-position: 0% 50%;
}

.mataf, #news li.mataf {
	padding-left: 30px;
	background: transparent url("/images/broker-forex-mini-mataf.png") no-repeat;
	background-position: 0% 50%;
}

.cambiste, #news li.cambiste {
	padding-left: 30px;
	background: transparent url("/images/broker-forex-mini-Saxo Banque.png") no-repeat;
	background-position: 0% 50%;
}

.realtime-forex, #news li.realtime-forex {
	padding-left: 30px;
	background: transparent url("/images/broker-forex-mini-Realtime-Forex.png") no-repeat;
	background-position: 0% 50%;
}

.fxoffice, #news li.fxoffice {
	padding-left: 30px;
	background: transparent url("/images/broker-forex-mini-fxoffice.png") no-repeat;
	background-position: 0% 50%;
}

.trader-forex, #news li.trader-forex {
	padding-left: 30px;
	background: transparent url("/images/broker-forex-mini-traderforex.png") no-repeat;
	background-position: 0% 50%;
}

li.doc, #content ul.links li.doc {
	background: transparent url("doc_puce.gif") no-repeat;
	background-position: 0% 50%;
}

div.left {
	float: left;
	margin: 10px 10px 10px 0;
}

img.left {
	float: left;
	margin: 10px 10px 10px 0;
}
img.left1 {
	float: left;
	margin: 0 10px 10px 10px;
}
img.right {
	float: right;
	margin: 10px 10px 10px 0;
}
.center {
	margin: 0 auto;
	text-align: center;
}

h3.rubrique, #content h3.rubrique {
	font-size: 18px;
	height: 24px;
	line-height: 24px;
	margin: 0 0 10px 0;
	font-weight: normal;
}
#content h3.rubrique span {
	padding: 2px 30px;
	color: white;
	background-color: #2E2E2E;
}

#frm_lexique form input {
border:1px solid #bbb;
}

#content h3.sitemap span {
	padding: 2px 5px;
	color: #1e61a4;
	background-color: #FFF;
}
#content h3.sitemap span a{	color: #1e61a4; }


a.more, #content a.more, #content p a, #news a.more {
	color: #44719B;
}


.box hr {
	background-color: #ddd;
	height: 1px;
	border: 0;
	margin-bottom: 1px;
}

.focus {
	background-color: #e1f4ff;
	overflow: hidden;
	padding: 10px;
}
.focus img.left {
	margin: 0 10px 0 0;
}

.row-highlight .alt {
	background-color: #ddd;
}
table.row-highlight {
	border-collapse: collapse;
	width: 100%;
}
table.row-highlight td {
	padding: 5px 15px;
}
table.text {
	width: 100%;
	border-collapse: collapse;
}
table.text th, table.text td {
	vertical-align: middle;
	padding: 8px;
}
table.text th {
	background-color: #36a;
	text-align: center;
	border: 1px solid #5c84bd;
	font-size: 110%;
	font-weight: bold;
	color: white;
}
table.text th.left {
	text-align: left;
}
table.text td {
	border: 1px solid #ddd;
}
table.text td.center {
	margin: inherit;
}

/* autre tableau */
table.wtext {
	width: 100%;
	border-collapse: collapse;
}
table.wtext th, table.wtext td {
	vertical-align: middle;
	padding: 4px;
	padding-left: 10px;
}
table.wtext th {
	background-color: white;
	text-align: center;
	border: 2px solid #E5E5E5;
	font-size: 110%;
	font-weight: bold;
	color: #36a;
}
table.bwh th {border: 3px solid #FFF;}
table.wtext th.left {
	text-align: left;
}
table.wtext td {
	border: 2px solid #E5E5E5;
	background-color: #f7f7f7;
}
table.bwh td {border: 3px solid #FFF;}
table.wtext td.center {
	margin: inherit;
}


/* Table multicolonne */
table.columns {
	border-collapse: collapse;
	width: 100%;
}
table.columns th {
	background-color: #ccc;
	font-weight: bold;
	font-size: 110%;
	text-align: left;
	padding: 5px 10px;
}
table.pcolumns td {
	padding: 5px 5px;
}

.pcolumn { display:block;
	background-color: #e1e1e1;
	font-weight: bold;
	font-size: 110%;
	text-align: left;
	padding: 5px 10px;}
table.columns td.separator {
	width: 10px;
	border-color: white;
}
table.columns td.border-separator {
	width: 10px;
	border-left: 1px solid #ccc
}
table.columns td {
	overflow: hidden;
}
table.columns td>* {
	float: left;
}
table.columns td>p {
	padding: 0 10px;
}
table.columns td img.right {
	float: right;
	margin: 10px 0 0 10px;
}
table.columns td.link {
	background-color: #e1f4ff;
	border: 1px solid #e1f4ff;
	text-align: center;
	padding: 10px;
}
table.columns td.link a {
	float: none;
	font-weight: bold;
	background: transparent url('ss_menu_puce.gif') no-repeat scroll 0% 50%;
	padding-left: 10px;
}
table.columns td.logo {
	text-align: center;
	padding: 10px;
}
table.columns td.logo a {
	float: none;
	padding-left: 10px;
}

/* Table de liens en colonne: mettre les classes columns et column-links */
table.column-links th {
	background-color: #ddd;
	border: 1px solid #ddd;
}
table.column-links td {
	border: 1px solid #ddd;
	padding: 10px;
	text-align: center;
}
table.column-links td.separator {
	border: none;
	padding: 0;
}
table.column-links td a {
	display: block;
	margin: 0 auto;
	width: 100%;
}

/* Table de liens */
table.links td {
	padding-bottom: 5px;
}
table.links td a {
	display: block;
	width: 100%;
	background-color: #ddd;
	padding: 1px;
	line-height: 24px;
	vertical-align: middle;
	text-decoration: none;
}
table.links td a.active, table.links td a:hover,
#page table.links td a.active, #page table.links td a:hover {
	background-color: #e1f4ff;
	color: red;
}
table.links td a img {
	vertical-align: middle;
	margin-right: 10px;
}

/******* STRUCTURE *********/

/* Top Bar */

#top-bar .main {
	padding: 0;
}
#logo, #search, #account {
	height: 84px;
}
#logo {
	margin-left:10px;
	width: 250px;
}
#search {
	width: 500px;
	background: #ccc url("search_bg.png") no-repeat;
}
#search form {
	margin: 35px 5px 0 105px;
}
#search form label {
	padding: 0 5px;
	font-weight: bold;
	color: #44719B;
}
#search_q {
	border: 0;
	height: 18px;
	width: 260px;
	background-color: 0;
	margin-right: 5px;
}
#search form input {
	vertical-align: middle;
}
#account {
	width: 200px;
	color: white;
	background: #44719B url("account_bg.png") no-repeat;
}
#account dl {
	margin: 15px 20px 0 20px;
	font-size: 11px;
	line-height: 180%;
}
#account dt {
	padding-left: 18px;
	background: transparent url("account_head.gif") no-repeat;
	font-weight: bold;
}
#account dd {
	padding-left: 10px;
	background: transparent url("account_arrow.gif") no-repeat;
	background-position-y: 50%;
}
#account a {
	text-decoration: underline;
	margin-left: 3px;
	color: white;
}

/* Header */

#header {
	background: #44719B url("header_bg.png") repeat-x;
}
#header .main {
	padding-top: 5px;
}

#clock {
	font-size: 11px;
	padding-bottom: 4px;
	color: white;
	font-family: sans-serif;
	line-height: 120%;
}
#clock span {
	border-left: 1px solid #243f67;
	padding: 0 10px;
}
#clock span.decorator {
	border-left: 0;
	padding-left: 15px;
}
#clock img {
	display: inline;
	vertical-align: bottom;
}
#clock iframe {
	vertical-align:middle;
}



/* Page */

#page {
	/*border-top: 2px solid #ddd;*/
	padding-bottom: 30px;
	border-bottom: 7px solid #ccc;

	font-family: sans-serif;
	color: #333;
}
#page a {
	color: #333;
}

#path {
	color: black;
	font-size: 10px;
}
#path li {
	display: inline;
	float: left;
	margin-right: 5px;
}
#path li.active {
	margin-right: 0;
}
#path a {
	color: black;
	text-decoration: underline;
}
#path li.active a {
	color: #243f67;
	text-decoration: none;
}

#content #content-bar ul {
	background: #ddd url('cbar_bg.gif') repeat-x;
	border: 1px solid #ddd;
	font-size: 11px;
	line-height: 180%;
	overflow: hidden;
	margin: 0;
}
#content-bar img {
	vertical-align: middle;
}
#content-bar ul li {
	float:right;
	display: inline;
	margin-left:1px;
}
#content-bar ul li.active {
	float:left;
	margin-left:5px;
}
#content-bar ul li.active a {
	background: transparent url('ss_menu_puce_r.gif') no-repeat scroll 0% 50%;
	padding-left: 10px;
}


/* News (left column in 3-cols layout) */

#news h3 {
	font-size: 18px;
	height: 24px;
	line-height: 24px;
	margin-bottom: 10px;
}
#news h3 span {
	padding: 2px 30px;
	color: white;
	background-color: #2E2E2E;
}
#news h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	margin: 8px 0;
}
#news li {
	border-top: 1px solid #ccc;
	padding: 8px 0;
	font-size: 11px;
	clear: left;
}
#news li span {
	font-weight: bold;
	color: #243f67;
}
#news li.active {
	font-size: inherit;
}
#news li.active h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 110%;
}
#news li.active p {
	margin-top: 10px;
}

#news p a {
	color: red;
}
#news ul {
	margin-bottom: 20px;
}
#news blockquote {
	background-color: #ededed;
	font-size: 10px;
	margin: 0 10px;
	padding: 10px;
}
#news blockquote img {
	float: left;
	margin: 0 10px 10px 10px;
}
#news blockquote span {
	margin-top: 20px;
}
#news blockquote p {
	clear: left;
	font-style: italic;
}
#news copyright p {
	font-size: 10px;
	font-style: italic;
	color: #c6c7ca;

}

/* Content (left column in 2-cols layout) */
#content h2, #content h3,
#content p, #content ul,
#content .box, #content .gbox {
	margin: 10px 0;
}
#content > p, #content > ul,
#content > .box, #content > .gbox,
#content > table.text {
	margin: 20px 0;
}
#content > p + ul {
	margin-top: -10px;
}
#content h1 + p, #content h2 + p, #content h3 + p {
	margin-top: 0;
}
#content h1 {
	margin: 10px 0 0 0;
	font-size: 26px;
	font-weight: 700;
	line-height: 110%;
}
#content h2 {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
#content .focus h2 {
	padding-bottom: 0;
	border-bottom: 0;
}
#content h3 {
	font-size: 14px;
	font-weight: 700;
	color: #1e61a4;
}
#content h4 {
	font-size: 13px;
	font-weight: 700;
	color: #1e61a4;
	margin-bottom:4px;
}
#content p {
	line-height: 130%;
}
#content p.headline {
	font-weight: bold;
	font-size: 120%;
	margin-top: 10px;
}
#content p.line_separator {margin:0; padding:0;}

#content .bordered {
	border: 3px solid #ddd;
}
#content .box {
	border: 1px solid #ddd;
	padding: 10px;
}
#content .gbox {
	background-color: #ddd;
	margin: 20px 0;
	padding: 15px 10px;
	padding-top: 5px;
}
#content .gbox h3 {
	text-align: center;
}

#content ul.text li, #content ul.links li {
	line-height: 130%;
	margin-bottom: 2px;
	padding-left: 15px;
	background: transparent url("puce.gif") no-repeat scroll 0% 50%;
}
#content ul.links li {
	background: transparent url("ss_menu_puce.gif") no-repeat scroll 0% 50%;
}

.content ul.links li {
	background: transparent url("ss_menu_puce.gif") no-repeat scroll 0% 50%;
}


#content > ul.links li a, .focus ul.links li a {
	font-weight: 700;
}

#content form p {
	overflow: hidden;
}
#content label, #content input {
	/*height: 15px;
	line-height: 15px;
	border: none;*/
}
#content label {
	width: 100px;
	float: left;
	margin-right: 10px;
	text-align: right;
	font-weight: 700;
}
#content input.label-align {
	margin-left: 115px;
}
#content input.normal {
	height: auto;
}

/* Partners (middle column in 3-cols layout, right in 2-cols layout) */
#partners .box {
	border: 1px solid #ddd;
	padding: 8px;
	margin-bottom: 10px;
}
#partners h1, .box h1, #content .box h1 {
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 10px 0;
}
#partners h2, .box h2 {
	font-weight: 700;
	font-size: 14px;
	margin-top: 10px;
}
#partners .box img {
	max-width: 290px;
	margin-top: 8px;
}
#partners .block {
	margin-bottom: 10px;
}
#partners #archives {
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
#partners #archives ul, #partners ul.highlight {
	background-color: #e1f4ff;
	padding: 5px;
	line-height: 150%;
}
#partners #archives ul li, #partners ul.highlight li {
	background: transparent url("ss_menu_puce.gif") no-repeat scroll 0% 50%;
	padding-left: 10px;
	margin-left: 5px;
	font-weight: bold;
}
#partners ul.highlight li {
	font-weight: normal;
}
#partners ul.highlight li a {
	text-decoration: underline;
}
/* Sidebar (right column in 3-cols layout) */
#sidebar .box, #partners .gbox {
	background-color: #ddd;
	padding: 5px;
	margin-bottom: 10px;
}
#sidebar h4, #partners .gbox h4 {
	margin: 5px 0 0 -5px;
	text-transform: uppercase;
	font-size: 11px;
	height: 16px;
}
#partners .gbox {
	border-top: 5px solid #ccc;
}
#partners .gbox h4 {
	margin-top: 0;
}
#news .box h4 span, #sidebar h4 span, #partners .gbox h4 span {
	padding: 3px 20px 1px 5px;
	color: white;
	background: #44719B url("red_menu_arrow.gif") no-repeat;
	background-position: 95% 50%;
}
#sidebar ul, #partners ul {
	padding: 5px 0;
	line-height: 150%;
}
#sidebar ul li, #partners ul li {
	background: transparent url("ss_menu_puce.gif") no-repeat scroll 0% 50%;
	padding-left: 10px;
	margin-left: 5px;
}
#sidebar ul.text li, #partners ul.text li {
	background: transparent url("puce.gif") no-repeat scroll 0% 50%;
}
#sidebar ul li.attached, #partners ul li.attached {
	background: transparent;
}
/* Others: lien ver les autres actualitˇs / forum */
#others {
	background-color: #ccc;
	overflow: hidden;
	margin-top: 20px;
	padding: 0 10px;
}
#others h1 {
	margin: 10px 0;
}
#others table {
	border-collapse: collapse;
	width: 80%;
	margin-bottom: 10px;
}
#others table td {
	border: 1px solid #ccc;
	background-color: #efefef;
	padding: 4px 5px;
}
/* Footer */

#footer {
	border-top: 1px solid white;
	padding-bottom: 20px;
	background-color: #efefef;
	color: #999;
	font-size: 11px;
	line-height: 100%;
}
#footer h1 {
	height: 22px;
	font-size: 13px;
	font-weight: 800;
	color: #333;
	
	border-bottom: 1px solid white;
	margin-bottom: 10px;
}
#footer ul {
	line-height: 150%;
}
#footer ul, #footer a, #legals {
	color: #666;
}
#footer h2 {
	color: #666;
	font-size: 10px;
	font-weight: 700;
}

#legals {
	margin: 20px 0 0 10px;
	background-color: white;
	line-height: 120%;
}
#legals a {
	font-weight: bold;
}
#legals td, #legals th {
	padding: 10px;
}
#legals th, #legals td#copyright {
	width: 400px;
	padding-bottom: 0px;
	text-align: left;
}
#legals td#copyright {
	padding-top: 5px;
}
#site-description {
	padding-left: 0;
}
#site-description p {
	border-left: 1px solid #ddd;
	padding-left: 10px;
	line-height: 140%;
}

/* Bottom bar */

#bottom-bar {
	background-color: #44719B;
	padding-bottom: 8px;
	font-size: 11px;
	color: white;
}

#bottom-bar .main {
	padding-top: 8px;
}

#bottom-bar a {
	color: white;
	margin: 0 5px;
}



.toggle {float:right;}
.toggle a{ color:#243f67; text-decoration:underline;}
#news .toggle a {
	color: #44719B;
}

.title_left { margin:0 0 0 -5px;}
.margtop_10 { margin-top:10px;}
.marg_5 { margin:5px;}

.wtext .thover td{ 
	color: white;
	background-color: #3364ab;
	cursor:pointer;
}
#page .thover a { 
	color: white;
}

#page .pad_10 { padding:10px;}
#page .gbox h3 span {
	padding: 2px 30px;
	color: white;
	background-color: #2E2E2E;
}
#page .gbox h3 {
	font-size: 18px;
	height: 24px;
	line-height: 24px;
	margin-bottom: 10px;
}

.print_title {padding:10px;margin:10px;}
.print_title h3 span {
	padding: 2px 0px;
}
.print_title h3 {
	font-size: 18px;
	height: 24px;
	line-height: 24px;
	margin-bottom: 10px;
}

.print_title ul li {
	background: transparent url('ss_menu_puce.gif') no-repeat scroll 0% 50%;
	padding-left: 10px;
}

.print_title p { text-align:justify;}
.print_title .center { text-align:center;}
.print_title .center p { text-align:center;}

#content .print_title li a { color:#44719B; }

.sponso { background:#f7f7f7; border:1px solid #ccc; padding:10px; margin-left: 180px; margin-right: 180px;}

.print_title .gborder img { border:2px solid #EDEDED;}



ul.glossary, #partners ul.glossary {
	margin: 10px 0;
	padding: 0;
	overflow: hidden;
	line-height: 21px;
}
ul.glossary li, #partners ul.glossary li {
	float: left;
	display: inline;
	height: 28px;
	width: 22px;
	text-align: center;
	background: transparent url('glossary_bg.png') no-repeat scroll center;
	margin: 0;
	padding: 0
}
ul.glossary li a, #content ul.glossary li a, #partners ul.glossary li a {
	display: inline;
	vertical-align: top;
	margin-top: 1px;
	font-size: 13px;
	font-weight: bold;
	padding: 1px 4px;
	height: 15px;
}
#content ul.glossary li.active {
	background-image: url('glossary_sel_bg.png');
}
ul.glossary li.active a, ul.glossary li a:hover,
#content ul.glossary li.active a, #content ul.glossary li a:hover,
#partners ul.glossary li.active a, #partners ul.glossary li a:hover {
	color: white;
	background-color: #243f67;
	text-decoration: none;
}

/* style PFD */
#partners h5, .box h5, #content .box h5 {
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 5px 5px;
}

#partners h6, .box h6, #content .box h6 {
	font-size: 13px;
	font-weight: bold;
	margin: 7px 0 2px 5px;
}

#partners #archives1 {
	padding-bottom: 3px;
	background-color: #e1f4ff;
	margin: 5px;
}

#partners #archives1 ul li {
	background: transparent url("ss_menu_puce_1.png") no-repeat scroll 0% 50%;
	padding-left: 10px;
	margin-left: 10px;
}

#partners .active {
	color: red;
	margin: 5px;
}

#partners .decal {
	margin: 10px;
	padding-top: 3px;
}

#footer h6, .oneclic {


	height: 22px;
	font-size: 13px;
	font-weight: 800;
	color: #333;
	
	border-bottom: 1px solid white;
	margin-bottom: 10px;
}

#footer h2 a {
	color: #2E2E2E;
	font-size: 12px;
	font-weight: 700;
}

#news li.active h1 {
	font-size: 24px;
	font-weight: 700;
	line-height: 110%;
}

#news h1 {
	font-size: 24px;
	font-weight: 700;
	line-height: 110%;
}

#content h3 {
	font-size: 18px;
	height: 24px;
	line-height: 24px;
	margin-bottom: 10px;
}

#content h3 span {
	padding: 2px 30px;
	color: white;
	background-color: #2E2E2E;
}

#legals td#copyright h2 {
	padding-top: 5px;
}

#news { text-align:justify;}

#news { padding-right: 10px;}


/* Sidebar1 = mag finance (right column in 3-cols layout) */
#sidebar1 .box, #partners .gbox {
	background-color: #ddd;
	padding: 5px;
	margin-bottom: 10px;
}
#sidebar1 h4, #partners .gbox h4 {
	margin: 5px 0 0 -5px;
	text-transform: uppercase;
	font-size: 11px;
	height: 16px;
}
#partners .gbox {
	border-top: 5px solid #ccc;
}
#partners .gbox h4 {
	margin-top: 0;
}
#news .box h4 span, #sidebar1 h4 span, #partners .gbox h4 span {
	padding: 3px 20px 1px 5px;
	color: white;
	background: #44719B url("red_menu_arrow.gif") no-repeat;
	background-position: 95% 50%;
}
#sidebar1 ul, #partners ul {
	padding: 5px 0;
	line-height: 150%;
}
#sidebar1 ul li, #partners ul li {
	background: transparent url("ss_menu_puce.gif") no-repeat scroll 0% 50%;
	padding-left: 10px;
	margin-left: 5px;
}
#sidebar1 ul.text li, #partners ul.text li {
	background: transparent url("puce.gif") no-repeat scroll 0% 50%;
}
#sidebar1 ul li.attached, #partners ul li.attached {
	background: transparent;
}
#sidebar1 .broker_online_box {
	border-top:1px solid #FFF;
	background-color: #F2F2F2;
	padding: 2px 0px 5px 0px;
	margin:0 -5px;
	text-align:center;
}

/* pf add on 09 2011 */
#contentsimple h1 {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 35px;
	line-height: 120%;
}

/* nico add on */
#page .gbox , #news .gbox , #partners .gbox {
	background-color: #EDEDED;
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
}

#news .box {
	border: 1px solid #ddd;
	padding: 5px;
	margin-bottom: 10px;
}

#news .box h1 span {
	margin: 0 0 0 -5px;
}

#news h3 a {
	text-decoration:none;
}
#news h3 a:hover {
	text-decoration:underline;
}
#news li.active h3 a {
	color: #000;
}

#sidebar .active {
	color: #e1242b;
}
#sidebar .broker_online_box {
	border-top:1px solid #FFF;
	background-color: #F2F2F2;
	padding: 2px 0px 5px 0px;
	margin:0 -5px;
	text-align:center;
}

.broker_online_box_c2{
	border:1px solid #ddd;
	margin:2px;
	text-align:center;
}

.pub_title a { color:#333333; display:block; margin-top:4px; padding:4px 2px; background:#f1f1f1;}


#content .demande_pdf { border:1px solid #ededed;  background:#EAEAEA;}

#content .demande_pdf h2 { 
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding:8px 4px 8px 4px;
	border-bottom: 1px solid #ddd;
	background:#EAEAEA;
	margin:0px;
}


#content .demande_pdf input { border:1px solid #eee; margin:2px; padding:2px; }
.right { text-align:right;}
#content .demande_pdf td { padding-right:10px; font-weight:bold}

.pg_active { font-weight:bold; text-decoration:underline; }

#news a.article_lien {color:#44719B;}

.legende { padding:4px; margin-top:3px; color:#888; border:1px solid #bbb; font-size:11px; width:192px; text-align:justify;}
.legende p { margin:2px 0px 8px 0px;}
.legende_titre { color:#333; font-weight:bold; font-size:12px;}

.tr_l1 { background:#fff;}
.tr_l2 { background:#f1f1f1;}
.pointer { cursor:pointer;}

.cours_bourse_tab { width:100%;}
.cours_bourse_tab th { padding:3px; font-weight:bold; font-size:13px;}
.cours_bourse_tab td { border-top:1px solid #bbb;}

.low_space_tab td { margin:0px; padding:0px; }
