/*
 * Remet à zéro tous les styles par défaut des navigateurs
 */
html,body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font: 1em/ 1.25 Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

p,th,td,li,dd,dt,ul,ol,blockquote,q,acronym,abbr,a,input,select,textarea,label
{
	margin: 0;
	padding: 0;
	font: normal normal normal 1em/ 1.25 Arial, Helvetica, sans-serif;
}

blockquote {
	margin: 1.25em;
	padding: 1.25em
}

q {
	font-style: italic;
}

acronym,abbr {
	cursor: help;
	border-bottom: 1px dashed;
}

small {
	font-size: .85em;
}

big {
	font-size: 1.2em;
}

a,a:link,a:visited,a:active,a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

table {
	margin: 0;
	padding: 0;
	border: none;
}

form {
	margin: 0;
	padding: 0;
	display: inline;
}

label {
	font-weight:bold;
}

.clear {
	clear:both;
	padding:0 !important;
	margin:0 !important;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.textCenter {
	text-align: center;
}

.textJustify {
	text-align: justify;
}

.textRed, .textred {
	color:#F00;
}

.blockCenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}/* TODO : se rappeller de mettre une largeur */

.bold, .textb {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.noindent {
	margin-left: 0;
	padding-left: 0;
}

.nomargin {
	margin: 0;
}

.nopadding {
	padding: 0;
}

.nobullet {
	list-style: none;
	list-style-image: none;
}div.error {
	width: 634px !important;
	margin: 10px auto 20px auto !important;
	clear: both;
}
div.error div.frame {
	background: url(../images/error/frame_alert_blue.png) no-repeat top left !important;
	padding: 8px 0 0 40px !important;
	color: #ffffff !important;
}
div.error div.block {
	border: 1px solid #000084 !important;
}

div.error div.block_content {
	border: 1px solid #ffffff !important;
	background-color: #ebebf5 !important;
	padding:13px 12px 13px 12px !important;
}

div.error li {
	background: url(../images/content/bullet_blue.png) no-repeat 0px 5px !important;
	padding: 0 0 5px 15px !important;
	list-style-type: none !important;
}

.errorfield, .errorfield a {
	color:#ff0000 !important;
	font-weight: bold !important;
}#prt_footer_area {
	width: 100%;
	height: 85px;
	background: #fff url(../images/layout/site_background_foot.png) repeat-x top left;
	clear: both;
	text-align: center;
	margin:0;
	padding:0;
}

#prt_footer_area div {
	margin:0;
	padding:0;
}

#prt_footer_area #prt_footer {
	width: 984px !important;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#prt_footer div.content {
	text-align: center;
}

#prt_footer #copyright {
	color: #969696;
	font-size: .7em;
}

#prt_footer #copyright a {
	text-decoration: none;
	color: #969696;
}

#prt_footer #prt_logo_footer {
	margin-top: 20px;
	width: 207px;
	height: 23px;
}

#prt_footer .prt_slogan_footer {
	margin-top: 3px;
	margin-bottom: 3px;
}form label {
	float:left;
	width:30%;
	text-align:right;
	margin-right:15px;
	font-weight:bold;
}

form .noprevlabel {
	margin-left: 30%;
	padding-left: 15px;
}

form .form_groupe {
	width:auto;
	float:left;
	padding:0;
	margin:0;
	font-weight:normal;
	vertical-align:top;
}

form p.next_checkbox {
	margin-left: 20px;
}
form p.next_checkbox2 {
	margin-left: 40px;
}

form .form_groupe label {
	display:inline;
	float:none;
	width:auto;
	margin:0;
	font-weight:normal;
}

form select {
	width:177px;
	border: 1px solid #c8c8c8;
}

form input.input_text {
	width:175px;
}

form select.auto {
	width:auto;
}

form input.input_text {
	text-align:left;
	border: 1px solid #c8c8c8;
}

form input.input_text.readonly {
	background-color:#fff;
	border:1px solid #fff;
	cursor:default
}

form input.input_text.small {
	width:30px !important;
	text-align:right;
	margin-right:5px;
}

form input.input_text.medium {
	width:121px !important;
}

form input.input_radio_check {
	margin-right:10px;
}

form textarea {
	width:350px;
	height:150px;
	border: 1px solid #c8c8c8;
}

.buttonprt input {
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	height: 22px;
	border: 0px;
	margin:0;
	padding:0;
	cursor: pointer;
	font-weight:bold;
	text-align: center;
	}

/*par defaut*/
.buttonprt input {
	background-image:url(../images/buttons/btn_yellow_standard.png);
	width: 86px;
}

.buttonprt.standard input {
	background-image:url(../images/buttons/btn_yellow_standard.png) !important;
	width: 86px !important;
}

div.area_eod .buttonprt input {
	color: #ffffff;
}

div.area_rt .buttonprt input {
	color: #000084;
}

div.area_eod .buttonprt.ok input {
	background-image: url(../images/buttons/btn_blue_ok.png) !important;
	width: 48px !important;
}

div.area_rt .buttonprt.ok input {
	background-image: url(../images/buttons/btn_yellow_ok.png) !important;
	width: 48px !important;
}

div.area_rt .buttonprt.small input {
	background-image: url(../images/buttons/btn_yellow_small.png) !important;
	width:76px !important;
}

div.area_rt .buttonprt.large input {
	background-image:url(../images/buttons/btn_yellow_large.png) !important;
	width:104px !important;
}

div.area_eod .buttonprt.large input {
	background-image:url(../images/buttons/btn_blue_large.png) !important;
	width:104px !important;
}

div.area_rt .buttonprt.larger input {
	background-image:url(../images/buttons/btn_yellow_larger.png) !important;
	width:109px !important;
}

div.area_rt .buttonprt.superlarge input {
	background-image:url(../images/buttons/btn_yellow_superlarge.png) !important;
	width:167px !important;
}

div.area_rt .buttonprt.superlarger input {
	background-image:url(../images/buttons/btn_yellow_superlarger.png) !important;
	width:214px !important;
}

div.area_rt .buttonprt.megalarge input {
	background-image:url(../images/buttons/btn_yellow_megalarge.png) !important;
	width:333px !important;
}

div.area_rt .buttonprt.middlelarger input {
	background-image:url(../images/buttons/btn_yellow_middlelarger.png) !important;
	width:307px !important;
}

.buttonprt a:hover input {
	background-position:top right;
}

.zipcode { width:65px !important; margin-right:10px }
.zipcode_error { font-style:italic; color:#ff0000 !important; }#prt_header_area {
	width: 100%;
	background-color: #fff;
	clear: both;
	text-align: center;
	margin:0;
	padding:0;
}

#prt_header_area div, #prt_header_area img {
	margin:0;
	padding:0;
}

#prt_header_area #prt_header {
	width: 984px !important;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
}

#prt_header div.left {
	float: left;
	width: 850px;
	text-align:left;
}

#prt_header div.left img {
	margin-left:0;
}

#prt_header div.left a {
	line-height: 12px;
}

#prt_header div.right {
	float: right;
	width: 130px;
}

#prt_header .logo {
	float:left;
	height:42px;
	margin:0;
}

#prt_header #prt_logo_header {
	margin-top: 7px;
	margin-bottom: 8px;
}

#prt_header #prt_slogan_header {
	margin-top: 23px;
	margin-bottom: 7px;
}

#prt_header div.phone_number {	
	margin: 8px 0px 0px 0px;
	width: 164px;
	height: 34px;
	float:right;
	clear:right;
}

#prt_header div.phone_number span {
	font-size: 12px;
	font-weight: bold;
	font-family: arial;	
	color : #000084;
	margin-right:16px;
	margin-top:5px;
	float:right;
}

#prt_header div.phone_number.fr {
	background: #fff url(../../fr/images/header/phone_button_new.png) no-repeat top left;
}
#prt_header div.phone_number.en {
	background: #fff url(../../en/images/header/phone_button_new.png) no-repeat top left;
	width: 213px;
}
#prt_header div.phone_number.es {
	background: #fff url(../../es/images/header/phone_button_new.png) no-repeat top left;
	width: 153px;
}
#prt_header a:hover div.phone_number {
	background-position: top right;
}

#prt_header #language_selector {
	float: right;
	margin-top: 13px;
	margin-bottom:2px;
	width: 132px;
	clear: right;
}

#language_selector div.flag_fr, #language_selector div.flag_en, #language_selector div.flag_nl, #language_selector div.flag_es, #language_selector div.flag_it, #language_selector div.flag_de {
	float: right;
	margin-left: 2px;
	cursor: pointer;
	width: 24px;
	height:28px;
	background-repeat: no-repeat;
	background-position: left;
	clear: none;
}

#language_selector div.flag_fr {
	background-image: url(../images/header/flags/flag_fr.png);
}

#language_selector div.flag_en {
	background-image: url(../images/header/flags/flag_en.png);
}

#language_selector div.flag_nl {
	background-image: url(../images/header/flags/flag_nl.png);
}

#language_selector div.flag_it {
	background-image: url(../images/header/flags/flag_it.png);
}

#language_selector div.flag_es {
	background-image: url(../images/header/flags/flag_es.png);
}

#language_selector div.flag_de {
	background-image: url(../images/header/flags/flag_de.png);
}

#language_selector a:hover div.flag_fr, #language_selector a:hover div.flag_en, #language_selector a:hover div.flag_nl, #language_selector a:hover div.flag_es, #language_selector a:hover div.flag_it, #language_selector a:hover div.flag_de {
	background-position: right;
}/* GENERAL */
#prt_container_area {
	background: #e1e1e1 url(../images/layout/site_background_head.png) repeat-x top left;
	text-align: center;
	margin: 0 0 -13px 0;
	padding: 0 0 12px 0;
}

#prt_container_area div.content {
	background: #e1e1e1 url(../images/layout/site_background_head.png) repeat-x top left;
	width: 984px !important;
	margin: 0 auto 0 auto;
	text-align: left;
	overflow: hidden;
}

#area_left {
	float: left;
	margin: 0 0 6px 0;
	padding: 0;
	border-style: none;
	width: 228px;
	overflow: hidden;
}

#area_right {
	float: right;
	margin: 6px 0 0 0;
	padding: 0;
	border-style: none;
	width: 756px;
	overflow: hidden;
}

#area_maxsize {
	margin: 6px auto 0 auto;
	padding: 0;
	border-style: none;
	width: 100%;
	overflow: hidden;
}

/** Pied de page d'un cadre max. **/
#area_maxsize div.footer {
	background: #ffffff url(../images/content/footer.png) no-repeat top ;
	width: 100%;
	height: 82px;	margin: 0 auto 25px auto;
	padding: 23px 0 0 0;
	text-align: center;
	overflow: hidden;
}

#area_maxsize div.footer p {
	margin-bottom: 20px;
}

#area_maxsize div.footer a {
	font-weight : bold;
}

/** Pied de page d'un cadre divisé en deux. **/
#area_right div.footer_middle, #area_right div.footer_middle_simple {
	width: 100%;
	padding: 23px 0 0 0;
	text-align: center;
	overflow: hidden;
}
#area_right div.footer_middle p, #area_right div.footer_middle_simple p {
	margin-bottom: 20px;
	text-align:center;
}
#area_right div.footer_middle a, #area_right div.footer_middle_simple a {
	font-weight : bold;
}
#area_right div.footer_middle {
	height: 82px;	margin: 0 auto 25px auto;
	background: #ffffff url(../images/content/footer_middle.png) no-repeat top;
}
#area_right div.footer_middle_simple {
	height: 71px;	margin: 0 auto 0px auto;
	background: #ffffff url(../images/content/footer_middle_simple.png) no-repeat top;
}

/* === PARTIE DE DROITE : STYLE GENERAL A TOUT LE SITE === */
a {
	color: #0000cc;
	text-decoration: none;
	cursor: pointer;
}

div.area_eod, div.area_rt {
	width: 100%;
	margin: 0 0 12px 0;
	padding:0;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}

div.frame {
	padding: 2px 0 0 15px;
	margin: 0;
	font-weight: bold;
	height: 19px;
	text-align: left;
}

div.area_eod div.frame {
	color: #ffffff;
}

div.area_eod div.frame H1, div.area_rt div.frame H1{
	font-family: arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

#area_right div.area_eod div.frame {
	background: url(../images/content/frame_middle_blue.png) no-repeat top left;
}

#area_maxsize div.area_eod div.frame {
	background: url(../images/content/frame_blue.png) no-repeat top left;
}

div.area_rt div.frame {
	color: #000084;
}

#area_right div.area_rt div.frame {
	background: url(../images/content/frame_middle_yellow.png) no-repeat top left;
}

#area_maxsize div.area_rt div.frame {
	background: url(../images/content/frame_yellow.png) no-repeat	top left;
}

div.block {
	background-color: #ffffff;
	margin:0;
	padding:0;
}

div.area_eod div.block {
	border: 1px solid #000084;
}

div.area_rt div.block {
	border: 1px solid #ffce00;
}

div.block_content {
	background-color: #ffffff;
	color: #000000;
	margin:0;
	padding: 12px 13px 12px 13px;
}

div, p {
	line-height: 16px;
}

div	{
	margin: 0 0 20px 0;
}

p
	{
	margin: 0 0 5px 0;
}

div.block a {
	text-decoration: underline;
}

img {
	margin: 0 5px 0 5px;
}

div.cell {
	overflow: hidden;
	clear: right;
	margin: 0;
}

.verysmalltext {
	font-size:6px;
	line-height:8px;
}

.smalltext {
	font-size:11px;
	line-height:10px;
}

.bigtext {
	font-size:14px;
}

.margin_h1
{
	margin-left:21px;
	text-align:justify;
}

.margin_h2
{
	margin-left:40px;
	text-align:justify;
}

.margin_h3
{
	margin-left:60px;
	text-align:justify;
}

.doVisible {
	visibility: visible;
}
.doInvisible {
	visibility: hidden;
	display: none;
	width:0px !important;
}

/*pour les titres*/
h1{
	color:#000084;
	font-size: 14px;
	font-weight: bold;
}

h1.c1, h2.c1 {
	padding: 0 0 3px 20px;
	margin: 10px 0 5px 0;
	line-height:14px;
	color:#000084;
	font-size: 14px;
	font-weight: bold;
}

div.area_eod h1.c1, div.area_eod h2.c1  {
	background:url(../images/content/bullet_title1_blue.png) no-repeat 0px 0px;
}

div.area_rt h1.c1, div.area_rt h2.c1 {
	background: url(../images/content/bullet_title1_yellow.png) no-repeat 0px 0px;
}

h2, h3 {
	padding: 0 0 0 20px;
	margin: 10px 0 10px 20px;
	font-size: 13px;
	font-weight: bold;
}

div.area_eod h2, div.area_eod h3 {
	background: url(../images/content/bullet_title2_blue.png) no-repeat 0px 3px;
	color: #000084;
}

div.area_rt h2, div.area_rt h3 {
	background: url(../images/content/bullet_title2_yellow.png) no-repeat 0px 3px;
	color: #000084;
}

h4 {
	padding: 0 0 0 20px;
	margin: 10px 0 10px 40px;
	font-size: 13px;
	font-weight: bold;
}

div.area_eod h4 {
	background: url(../images/content/bullet_blue.png) no-repeat 0px 5px;
	color: #000084;
}

div.area_rt h4 {
	background: url(../images/content/bullet_yellow.png) no-repeat 0px 5px;
	color: #000084;
}

/*pour les listes*/
ol {
	list-style-position: outside;
	text-align: left;
	padding-left: 5px;
}

ol li {
	padding:0;
	margin:0 0 0 15px;
}

ul {
	list-style-type: none;
	list-style-position: outside;
	text-align: left;
}

ul li {
	padding: 0 0 5px 15px;
	margin: 0;
}

ol ul li {
	margin-left: 15px;
}

ul ul li {
	margin: 0 0 0 30px;
}

div.area_eod ul li	{
	background: url(../images/content/bullet_blue.png) no-repeat 0px 5px;
}

div.area_rt ul li {
	background: url(../images/content/bullet_yellow.png) no-repeat 0px 5px;
}

div.area_rt ul.premium li {
	background: url(../images/content/bullet_black.png) no-repeat 0px 5px;
}

div ul.liste_pdf li {
	background: url(../images/content/icone_pdf.gif) no-repeat top left;
	padding:0 0 1px 0;
	text-indent: 20px;	list-style-position: inside;
}

div ul.liste_video li {
	background: url(../images/content/clap.gif) no-repeat top left;
	padding:0 0 1px 0;
	text-indent: 20px;	list-style-position: inside;
}

div ul.liste_manual li {
	background: url(../images/content/icon_manual.png) no-repeat top left;
	padding:0 0 1px 0;
	text-indent: 20px;	list-style-position: inside;
}

li a {
	text-decoration: underline;
}


/* pour les separateur */
.separator {
	border: 0;
	height: 2px;
}

#area_right .separator {
	background: url(../images/content/separator_middle.png) no-repeat center center;
	margin: 10px 0 10px 0;
}

#area_maxsize .separator {
	background: url(../images/content/separator.png) no-repeat center center;
	margin: 27px 0 27px 0;
}

option.separator {
	width: 100%;
	margin: 0 !important;
	background:#fff url(../images/content/little_separator.png) no-repeat scroll center !important;
}

div.hr {
	height:15px;
	background:#fff url(../images/content/little_separator.png) no-repeat scroll center;
	clear:both;
}

div.hr.large {
	background:#fff url(../images/content/separator.png) no-repeat scroll center;
	clear:both;
}

div.hr hr {
	display:none;
}


/* Pour les cadres en surbrillance */
table.highlight_eod, table.highlight_rt
{
	width:600px;
	min-height: 50px;
	border-collapse: collapse;
	background-color: #ded7ed;
	background-image: url(../images/content/highlight/div_highlight_blue_gradient.gif) !important;
	background-position: 6px 0px;
	background-repeat: repeat-x;
	margin: 0px auto;
}
table.highlight_rt
{
	background-image: url(../images/content/highlight/div_highlight_yellow_gradient.gif) !important;
	background-color: #ffe68f;
}
table.highlight_eod tr, table.highlight_eod tr th, table.highlight_eod tr td,
table.highlight_rt tr, table.highlight_rt tr th, table.highlight_rt tr td
{
	background-color: transparent;
	padding: 0px;
}
table.highlight_eod tr.top, table.highlight_eod tr.bottom,
table.highlight_rt tr.top, table.highlight_rt tr.bottom
{
	min-height: 6px;
}
table.highlight_eod tr td.tl, table.highlight_rt tr td.tl {
	background-image: url(../images/content/highlight/div_highlight_blue_corner_tl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 7px;
	height: 6px;
}
table.highlight_rt tr td.tl {
	background-image: url(../images/content/highlight/div_highlight_yellow_corner_tl.gif);
}
table.highlight_eod tr td.tr, table.highlight_rt tr td.tr {
	background-image: url(../images/content/highlight/div_highlight_blue_corner_tr.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 7px;
	height: 6px;
}
table.highlight_rt tr td.tr {
	background-image: url(../images/content/highlight/div_highlight_yellow_corner_tr.gif);
}
table.highlight_eod tr td.t, table.highlight_rt tr td.t {
	background-image: url(../images/content/highlight/div_highlight_blue_border_t.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 6px;
	background-color: white;
}
table.highlight_rt tr td.t {
	background-image: url(../images/content/highlight/div_highlight_yellow_border_t.gif);
}
table.highlight_eod tr td.bl, table.highlight_rt tr td.bl {
	background-image: url(../images/content/highlight/div_highlight_blue_corner_bl.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 7px;
	height: 6px;
	background-color: white;
}
table.highlight_rt tr td.bl {
	background-image: url(../images/content/highlight/div_highlight_yellow_corner_bl.gif);
}
table.highlight_eod tr td.br, table.highlight_rt tr td.br {
	background-image: url(../images/content/highlight/div_highlight_blue_corner_br.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 7px;
	height: 6px;
	background-color: white;
}
table.highlight_rt tr td.br {
	background-image: url(../images/content/highlight/div_highlight_yellow_corner_br.gif);
}
table.highlight_eod tr td.b, table.highlight_rt tr td.b {
	background-image: url(../images/content/highlight/div_highlight_blue_border_b.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 6px;
	background-color: white;
}
table.highlight_rt tr td.b {
	background-image: url(../images/content/highlight/div_highlight_yellow_border_b.gif);
}
table.highlight_eod tr th.ml,table.highlight_eod tr td.ml,
table.highlight_rt tr th.ml,table.highlight_rt tr td.ml {
	background-image: url(../images/content/highlight/div_highlight_blue_border_ml.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 7px;
}
table.highlight_rt tr th.ml,table.highlight_rt tr td.ml {
	background-image: url(../images/content/highlight/div_highlight_yellow_border_ml.gif) !important;
}
table.highlight_eod tr th.mr,table.highlight_eod tr td.mr,
table.highlight_rt tr th.mr,table.highlight_rt tr td.mr {
	background-image: url(../images/content/highlight/div_highlight_blue_border_mr.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 7px;
}
table.highlight_rt tr th.mr,table.highlight_rt tr td.mr {
	background-image: url(../images/content/highlight/div_highlight_yellow_border_mr.gif) !important;
}
table.highlight_eod tr th.title, table.highlight_rt tr th.title {
	height: 25px;
	font: 9pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 18px;
	color: black;
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
table.highlight_eod tr td.content_highlight, table.highlight_rt tr td.content_highlight {
	font: 9pt Arial, Helvetica, sans-serif;
	/*line-height: 18px;*/
	color:black;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	text-align: left;
}
table.highlight_eod select, table.highlight_rt select {
	margin-bottom:8px;
}


/* === GENERAL === */

#area_left div.area_eod, #area_left div.area_rt {
	width: 216px;
	margin:0 0 6px 0;
	padding:0;
}

#area_left div.frame {
	padding: 8px 0 0 36px;
}

#area_left div.area_eod div.frame {
	background: url(../images/menu/frame_left_blue.png) no-repeat top left;
}

#area_left div.area_rt div.frame {
	background: url(../images/menu/frame_left_yellow.png)	no-repeat top left;
}

#area_left div.block_content {
	border: 1px solid #ffffff;
	padding: 6px 10px 10px 10px;
}

#area_left div.area_eod div.block_content {
	background-color: #ebebf5;
}

#area_left div.area_rt div.block_content {
	background-color: #fff5cc;
}

#area_left div, #area_left p {
	clear: both;
}

#area_left .last {
	margin-bottom: 0px;
}

#area_left div.block a {
	text-decoration: none;
}

#area_left div.block_content a {
	text-decoration: underline;
}

#area_left a.bottom_link {
	text-decoration: none;
}

/* === MENU A GAUCHE === */

#area_left div.block_part {
	color: #0000cc;
	margin:0;
	padding:4px 0 0 10px;
	height: 20px;
}

#area_left div.area_eod div.block_part {
	background: url(../images/menu/menu_frame_blue.png) repeat-x top left;
	border-top: 1px solid #000084;
}

#area_left div.area_rt div.block_part {
	background: url(../images/menu/menu_frame_yellow.png) repeat-x top left;
	border-top: 1px solid #ffce00;
}

#area_left div div.block_part.first_part {
	border-top: 0px;
}

#area_left div div.block_part.active, #area_left a:hover div.block_part {
	background: #ffffff;
	background-image: none;
	color: #990000;
}

/* === FRAMES SPECIALES === */

#area_left div.area_eod div.frame.frame_members {
	background-image: url(../images/menu/frame_members_blue.png)
}

#area_left div.area_eod div.frame.frame_community {
	background-image: url(../images/menu/frame_community_blue.png)
}

#area_left div.area_rt div.frame.frame_community {
	background-image: url(../images/menu/frame_community_yellow.png)
}

#area_left div.area_eod div.frame.frame_features {
	background-image: url(../images/menu/frame_features_blue.png)
}

#area_left div.area_rt div.frame.frame_features {
	background-image: url(../images/menu/frame_features_yellow.png)
}

#area_left div.area_rt div.frame.frame_strategies {
	background-image: url(../images/menu/frame_strategies_yellow.png)
}

#area_left div.area_rt div.frame.frame_courses {
	background-image: url(../images/menu/frame_courses_yellow.png);
}

#area_left div.area_eod div.frame.frame_members_area {
	background-image: url(../images/menu/frame_members_area_blue.png)
}

#area_left div.area_rt div.frame.frame_members_area {
	background-image: url(../images/menu/frame_members_area_yellow.png)
}

#area_left div.area_rt div.frame.frame_mobile {
	background-image: url(../images/menu/frame_mobile_yellow.png)
}

#area_left div.area_eod div.frame.frame_mobile {
	background-image: url(../images/menu/frame_mobile_blue.png)
}

#area_left div.area_rt div.frame.frame_account_status {
	background-image: url(../images/menu/frame_account_status_yellow.png)
}

#area_left div.area_eod div.frame.frame_account_status {
	background-image: url(../images/menu/frame_account_status_blue.png)
}
#area_left div.area_eod div.frame.frame_strategies {
	background-image: url(../images/menu/frame_strategies_blue.png)
}

#area_left div.area_eod div.frame.frame_invoice {
	background-image: url(../images/menu/frame_invoice_blue.png)
}

#area_left div.area_rt div.frame.frame_invoice {
	background-image: url(../images/menu/frame_invoice_yellow.png)
}

#area_left div.area_eod div.frame.frame_sms {
	background-image: url(../images/menu/frame_sms_blue.png)
}

#area_left div.area_rt div.frame.frame_sms {
	background-image: url(../images/menu/frame_sms_yellow.png)
}

/* BLOCS QUE L'ON RETROUVE DANS PLUSIEURS PAGES
  ============================================== */

/* === ACCOUNT STATUS (user_area) === */

#area_left #left_account_status .group_market, #area_left #left_account_status .group_soft {
	background: url("../images/content/dotted_line.gif") repeat-x bottom;
	margin:0;
	padding: 0;
	text-align: left;
	line-height: 15px;
	width: 100%;
}

#area_left #left_account_status .group_market.noPrice {
	background-image: none;
	margin-bottom:0px;
}

#area_left #left_account_status .market_left {
	float:left;
	margin-bottom: 0;
}

#area_left #left_account_status .market_left span.market {
	padding-right: 2px;
}

#area_left #left_account_status .price_right {
	float:left;
	text-align: right;
	width: 100%;
	clear: both;
	margin-top: -15px;
	margin-bottom: 0px
}

#area_left #left_account_status .price_right span {
	padding-left: 2px;
	white-space: normal;
}

#area_left  #left_account_status.area_eod .market_left span.market, #area_left  #left_account_status.area_eod .price_right span {
	background-color: #ebebf5;
}

#area_left  #left_account_status.area_rt .market_left span.market, #area_left  #left_account_status.area_rt .price_right span {
	background-color: #fff5cc;
}

#left_account_status.area_rt .market_left span.white_space1 {
	background: none;
	padding-left: 16px;
}
#left_account_status.area_rt .market_left span.white_space2 {
	background: none;
	padding-left: 23px;
}
#left_account_status.area_rt .market_left span.white_space3 {
	background: none;
	padding-left: 30px;
}
#left_account_status.area_rt .market_left span.white_space4 {
	background: none;
	padding-left: 37px;
}
#left_account_status.area_rt .market_left span.white_space5 {
	background: none;
	padding-left: 44px;
}
#left_account_status.area_rt .market_left span.white_space6 {
	background: none;
	padding-left: 51px;
}
#left_account_status.area_rt .market_left span.white_spacecontact {
	background: none;
	padding-left: 87px;
}

#area_left #left_account_status .price_link {
	margin: 10px 0 10px 0;
}

/* === BLOC SMS (user_area) === */

#area_left #left_users_sms table {
	width:188px;
	border-collapse:collapse;
	border:0;
	font-size:12px;
	margin-bottom:10px;
}

#area_left #left_users_sms table th {
	border-bottom: 1px solid #aeaeae;
	font-weight: bold;
	text-align: center;
}

#area_left #left_users_sms table th {
	padding:2px;
}

#area_left #left_users_sms th.withSeparator, #area_left #left_users_sms td.withSeparator {
	border-right: 1px solid #aeaeae;
}

#area_left #left_users_sms .red {
	color: #ff0000;
}

/* === BLOC MOBILE === */

#area_left div.area_eod#left_mobile div.block div.block_content.mobile_en {
	background:#ebebf5 url(../../en/images/workstation/left_mobile_blue.png) no-repeat top left;
}

#area_left div.area_eod#left_mobile div.block div.block_content.mobile_es {
	background:#ebebf5 url(../../es/images/workstation/left_mobile_blue.png) no-repeat top left;
}

#area_left div.area_eod#left_mobile div.block div.block_content.mobile_de {
	background:#ebebf5 url(../../de/images/workstation/left_mobile_blue.png) no-repeat top left;
}

#area_left div.area_eod#left_mobile div.block div.block_content.mobile_fr {
	background:#ebebf5 url(../../fr/images/workstation/left_mobile_blue.png) no-repeat top left;
}

#area_left div.area_eod#left_mobile div.block div.block_content.mobile_it {
	background:#ebebf5 url(../../it/images/workstation/left_mobile_blue.png) no-repeat top left;
}

#area_left div.area_eod#left_mobile div.block div.block_content.mobile_nl {
	background:#ebebf5 url(../../en/images/workstation/left_mobile_blue.png) no-repeat top left;
}

#area_left div.area_rt#left_mobile div.block div.block_content.mobile_en {
	background:#fff5cc url(../../en/images/workstation/left_mobile_yellow.png) no-repeat top left;
}

#area_left div.area_rt#left_mobile div.block div.block_content.mobile_es {
	background:#fff5cc url(../../es/images/workstation/left_mobile_yellow.png) no-repeat top left;
}

#area_left div.area_rt#left_mobile div.block div.block_content.mobile_fr {
	background:#fff5cc url(../../fr/images/workstation/left_mobile_yellow.png) no-repeat top left;
}

#area_left div.area_rt#left_mobile div.block div.block_content.mobile_de {
	background:#fff5cc url(../../de/images/workstation/left_mobile_yellow.png) no-repeat top left;
}

#area_left div.area_rt#left_mobile div.block div.block_content.mobile_it {
	background:#fff5cc url(../../it/images/workstation/left_mobile_yellow.png) no-repeat top left;
}

#area_left div.area_rt#left_mobile div.block div.block_content.mobile_nl {
	background:#fff5cc url(../../en/images/workstation/left_mobile_yellow.png) no-repeat top left;
}
#pg_login_content1 img.logo_chart
{
	float:right;
	position:relative;
	margin-left:-225px;
	margin-right: 200px;
		margin-top:3px;}

#pg_login_content1 label {
	width: 250px;
}

#pg_login_content1 .input_text {
	margin-bottom:8px;
}

#pg_login_content1 table.highlight_rt {
	width: 600px;
	margin-top: 23px;
	margin-bottom: 10px;
}

#pg_login_content1 table.highlight_rt td.content_highlight {
	text-align:center;
	padding-top: 17px;
}

#pg_login_content1 .login_bottom {
	width: 650px;
	margin: 0 auto;
}

#pg_login_content1 .cell {
	width:49%;
}

#pg_login_content1 .cell p {
	padding: 0 10px 0 10px;
	margin: 0;
}

#pg_login_content1 .cell .indent {
	margin-left: 35px;
	margin-top: -5px;
}#prt_navbar_area {
	width: 100%;
	clear: both;
	text-align: center;
	margin:0;
	padding:0;
}

#prt_navbar_bottom_area {
	float: left;
	width: 100%;
	text-align: center;
	margin: -100px 0 0 0;
	padding:0;
}

#prt_navbar_area div, #prt_navbar_bottom_area div {
	margin:0;
	padding:0;
}

#prt_navbar_area #prt_navbar, #prt_navbar_bottom_area #prt_navbar_bottom {
	margin-left: auto;
	margin-right: auto;
	width: 984px !important;
	text-align: center;
	padding: 0;
}

#prt_navbar div.corner_left,#prt_navbar_bottom div.corner_left {
	float: left;
	width: 3px !important;
	height: 32px;
	background-repeat: no-repeat;
	clear: none;
}

#prt_navbar div.corner_left {
	background-image:
		url(../images/navigation/top/menu_head_left.png);
}

#prt_navbar_bottom div.corner_left {
	background-image:
		url(../images/navigation/bottom/menu_foot_left.png);
}

#prt_navbar div.corner_right,#prt_navbar_bottom div.corner_right {
	float: left;
	width: 3px !important;
	height: 32px;
	background-repeat: no-repeat;
	clear: right;
}

#prt_navbar div.corner_right {
		background-image:url(../images/navigation/top/menu_head_right.png);
}

#prt_navbar_bottom div.corner_right {
	background-image:
		url(../images/navigation/bottom/menu_foot_right.png);
}

#prt_navbar div.top_corner_right_widget {
	float: left;
	width: 3px !important;
	height: 32px;
	background-repeat: no-repeat;
	clear: right;
	background:url(../images/widget/menu_head_right_widget.png) no-repeat 100% 0;
}

#prt_navbar div.top_corner_right_widget_hover {
	float: left;
	width: 3px !important;
	height: 32px;
	background-repeat: no-repeat;
	clear: right;
	background:url(../images/widget/menu_head_right_widget.png) no-repeat 100% 100%;
}

#prt_navbar_bottom div.bottom_corner_right_widget {
	float: left;
	width: 3px !important;
	height: 32px;
	background-repeat: no-repeat;
	clear: right;
	background:url(../images/widget/menu_foot_right_widget.png) no-repeat 100% 0;
}

#prt_navbar_bottom div.bottom_corner_right_widget_hover {
	float: left;
	width: 3px !important;
	height: 32px;
	background-repeat: no-repeat;
	clear: right;
	background:url(../images/widget/menu_foot_right_widget.png) no-repeat 100% 100%;
}

#prt_navbar div.content,
#prt_navbar_bottom div.content {
	float: left;
	height: 32px;
	background-repeat: repeat-x;
	text-align: center;
	clear: none;
	width: 978px;
	padding-left:0px;
	position: relative;
}

#prt_navbar div.content {
	background-image:url(../images/navigation/top/menu_head_middle.png);
}

#prt_navbar_bottom div.content {
	background-image:url(../images/navigation/bottom/menu_foot_middle.png);
}

#prt_navbar div.navbar_selector,
#prt_navbar_bottom div.navbar_selector
	{
	margin: 0 auto;
	padding: 0;
	text-align: left;
	display:inline-table;}

#prt_navbar div.navbar_selector div,#prt_navbar_bottom div.navbar_selector div
	{
	float: left;
	height: 32px;
	margin: 0;
	padding: 0;
}

#prt_navbar div.navbar_selector div.separator,#prt_navbar_bottom div.navbar_selector div.separator
	{
	width: 2px !important;
	background-repeat: no-repeat;
}

#prt_navbar div.navbar_selector div.separator {
	background-image:url(../images/navigation/top/menu_head_separator.png);
}

#prt_navbar_bottom div.content div.navbar_selector div.separator {
	background-image:url(../images/navigation/bottom/menu_foot_separator.png);
}

#prt_navbar div.navbar_selector a,#prt_navbar_bottom div.navbar_selector a
	{
	cursor: pointer;
	text-decoration: none;
}

#prt_navbar div.navbar_selector a div,#prt_navbar_bottom div.navbar_selector a div
	{
	background-repeat: repeat-x;
	padding: 5px 15px 0 15px;
	text-align: center;
	line-height: 1em;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000084;
}

#prt_navbar div.content div.top_widget_link
{
	background:url(../images/widget/menu_head_middle_widget.png) no-repeat 100% 0;
	color:transparent;
	width:108px;
	height:32px;
	position: absolute;
	right: 0; top:0;
}

#prt_navbar div.content a:hover div.top_widget_link{
	background:url(../images/widget/menu_head_middle_widget.png) no-repeat 100% 100%;
}

#prt_navbar_bottom div.content a div.bottom_widget_link
{
	background:url(../images/widget/menu_foot_middle_widget.png) no-repeat 100% 0;
	color:transparent;
	width:108px;
	height:32px;
	position: absolute;
	right: 0; top:0;
}

#prt_navbar_bottom div.content a:hover div.bottom_widget_link{
	background:url(../images/widget/menu_foot_middle_widget.png) no-repeat 100% 100%;
}

#prt_navbar div.navbar_selector a:hover div {
	background-image:url(../images/navigation/top/menu_head_rollover.png);
}

#prt_navbar_bottom div.navbar_selector a:hover div {
	background-image:url(../images/navigation/bottom/menu_foot_rollover.png);
}

