/* Reset */
.boxItem ul {
	margin: 0;
	padding: 0;
}
.boxItem ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.boxItem a {
	text-decoration: none;
	color: #474B54;
}

.boxItem div, .boxItem span, .boxItem h1, .boxItem h2, .boxItem h3, .boxItem h4, .boxItem h5, .boxItem h6, .boxItem p, .boxItem a, .boxItem dl, .boxItem dt, .boxItem dd, .boxItem ol, .boxItem ul, .boxItem li, .boxItem fieldset, .boxItem form, .boxItem label, .boxItem legend, .boxItem table, .boxItem caption, .boxItem tbody, .boxItem tfoot, .boxItem thead, .boxItem tr, .boxItem th, .boxItem td
{
	margin: 0;
	padding: 0;
}

.boxItem .boxContent .paramSpace {
	display: none;
}
/* End reset */

/* General classes */
.hidden { display: none; }
.display_block { display: block; }
.display_inline { display: inline; }
.inline_center { text-align: center; }
.block_center { margin: auto; }
.align_right { text-align: right; }
.align_left { text-align: left; }
.align_center {text-align: center; }

.float_right { float: right; }
.float_left { float: left; }
.clear_left { clear: left; }
.clear_right { clear: right; }
.clear_both { clear: both; }

.boxItem table {width: 292px;}
.box_tierswidth table {width: 192px  !important;}

th { text-align: left; }

.boutton { 
    background: #7E99C1  !important;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-left: 0;
    margin-right: 3px;
    margin-top: 3px;
    padding: 5px  !important;
    text-align: left;

	width: 110px;
	
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.boutton:hover {
	background: #005389  !important;
}
.boutton a {
	
}

/* End general classes */


body {	
	color: #474B54;
    font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
    margin:0;
}


table {	
	color: #474B54;
    font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
}

.border_radius_5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/**
 *	General boxItem style
 */
.boxItem,.box_tierswidth  {
	clear: both;
	margin-bottom: 10px  !important;
}
.boxItem {
	width: 300px;
}
.box_tierswidth {
	padding-bottom: 5px;
	width: 200px;
	border: 1px solid #D1D6D3;
	background: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.boxItem .boxHeader, .box_tierswidth .boxHeader{
	clear: both;	
    color: #000000;
    font-size: 15px;
    font-weight: bold;
	height: 22px;
	padding:4px 4px 0px 4px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

#popup_add_bloc .boxHeader{
	height: 35px;boàou
}

.boxItem .edit_space {
	clear: both;
}

.boxItem .boxHeader .btn_hideContent, .boxItem .boxHeader .txt_title, .box_tierswidth .boxHeader .btn_hideContent, .box_tierswidth .boxHeader .txt_title  {
	float: left;
	font-size: 15px;
	margin: 0;
	margin-right: 10px;
	font-weight: bold;
}
.btn_param, .boxItem .boxHeader .btn_edit, .boxItem .boxHeader .btn_refresh, .boxItem .btn_close {
	float: right;
	margin-left: 10px;
	width: 12px;
	height: 12px;
}
.boxItem .boxHeader .btn_edit {
	display: none;
}

.boxItem .paramSpace {
	background-color: rgb(232, 236, 243)  !important; 
	padding: 5px; 
	color: rgb(71, 75, 84); 
	font-weight: bold; 
	margin-bottom: 10px; 

	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.boxItem .params input{
	margin-left: 5px;
	margin-right: 5px;
}

.boxItem .simple_tab {
	width: 100%;
}	

.boxItem .boxHeader .DG_drag_handle {
	float: left;
	width: 200px;
	cursor: move;
}	
.boxItem .content_loader {
	display: none;
}
.boxItem .btn_hideContent {
	cursor: pointer;
	color: #FFFFFF;
}
.boxItem .btn_hideContent:hover {
	color: #000000
}
/**
 *	D�finition des ic�nes
 */
.btn_param, .boxItem .boxHeader .btn_edit:hover, .boxItem .boxHeader .btn_refresh:hover, .boxItem .btn_close:hover {
	cursor: pointer;
}
 
.btn_param, .btn_edit { background: url('/css/pictos/editer.png') no-repeat; }
.btn_edit:hover { background: url('/css/pictos/editer_hover.png') no-repeat; }

.boxItem .boxHeader .btn_refresh { background: url('/css/pictos/refresh.png') no-repeat; }
.boxItem .boxHeader .btn_refresh:hover { background: url('/css/pictos/refresh_hover.png') no-repeat; }

.boxItem .btn_close { background: url('/css/pictos/fermer.png') no-repeat; }
.boxItem .btn_close:hover { background: url('/css/pictos/fermer_hover.png') no-repeat; }

.boxItem .boxContent,  .boxItem .header_content, .boxItem .footer_content, .box_tierswidth .boxContent,  .box_tierswidth .header_content, .box_tierswidth .footer_content {
	background: #ffffff;
}
.box_tierswidth .header_content {
	border-left: 1px solid #D1D6D3;
	border-right: 1px solid #D1D6D3;
	border-top: 1px solid #D1D6D3
}
.boxItem .boxContent {
	width: 292px;
	padding: 4px;
	overflow: hidden;
}
* html .boxItem {
	margin-bottom: 20px  !important;
}

.box_tierswidth  .boxContent {
	width: 190px;
	min-height: 20px;
	padding: 4px;
	overflow: hidden;
}
* html .box_tierswidth  .boxContent {
	width: 190px;
}

.boxItem .boxContent p{
	margin: 0;
}

.boxItem .footer_content  {
	min-height: 5px;
	margin: 0;
	padding: 0;
	width: 300px;
}


.positif {
    color: #196F31  !important;
    font-weight: bold  !important;
}
.negatif {
	color: #E64141  !important;
    font-weight: bold  !important;
}

/* Arrondi bas de bloc */
.boxItem, .boxItem .footer_content{
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
	
.box_tierswidth .footer_content  {	
	border-left: 1px solid #D1D6D3;
	border-right: 1px solid #D1D6D3;
	border-bottom: 1px solid #D1D6D3
}
/**
 *	Personalisation bloc contenu externe
 */
 .boxStatic {
	border: 1px solid #D1D6D3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.boxItem.bloc_contenu_externe {
	-moz-box-shadow: 5px 5px 5px #ddd; 
	-webkit-box-shadow: 5px 5px 5px #ddd; 
	box-shadow: 5px 5px 5px #ddd;
}
.bloc_contenu_externe .boxHeader,  .boxStatic .boxHeader{
	background-color:#d1d6d3;
	color:#000000;
	border-bottom: 3px solid #5D6969;
}

.perso_tribune .bloc_contenu_externe .boxHeader,  .perso_tribune .boxStatic .boxHeader{
	background-color:#00568C;
	color:#ffffff;
	border-bottom: 3px solid #5D6969;
}

.bloc_contenu_externe .boxHeader,  .boxStatic .boxHeader{
	background-color:#d1d6d3;
	color:#000000;
	border-bottom: 3px solid #5D6969;
}

 .boxStatic .boxContent {
	margin-bottom: 5px;
 }

/**
 *	Personalisation bloc contenu la tribune
 */

.bloc_contenu_latribune {
	-moz-box-shadow: 5px 5px 5px #ddd; 
	-webkit-box-shadow: 5px 5px 5px #ddd; 
	box-shadow: 5px 5px 5px #ddd;
}
.bloc_contenu_latribune .boxHeader{
    background-color: #005389;
	color:#000000;
	border-bottom: 3px solid #000000;
}
.bloc_contenu_latribune .boxHeader {
	color: white;
}
.bloc_contenu_latribune .header_content, .bloc_contenu_latribune .boxContent, .bloc_contenu_latribune .footer_content{
	background: #E8ECF3;
}


/* Style g�n�ral des listes de contenu */
.boxContent .liste ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
.boxContent .liste ul li {
	list-style-type: none;
}

.list_of_elements li:hover, .simple_list li:hover, .simple_list li.contenu_lt {
	background-color: #005389  !important;
	color: white  !important;
}
.simple_list li:hover a, .simple_list li:hover span, .simple_list li:hover span.datebold, .simple_list li:hover font, .simple_list li.contenu_lt a, .simple_list li.contenu_lt span, .simple_list li.contenu_lt font{
	background-color: #005389  !important;
	color: white  !important;
}

.boxContent .liste ul.simple_list li {
	padding: 2px;
}	
.bloc_contenu_externe .boxContent .liste ul.simple_list li.gray-row, .bloc_contenu_externe .simple_list li.gray-row  {
	background: #E8ECF3;
}
.bloc_contenu_latribune .boxContent .liste ul.simple_list li.gray-row, .bloc_contenu_latribune .simple_list li.gray-row {
	background: #FFFFFF;
}

.boxContent .liste .pagination_space {
	margin: 0;
	margin-top: 10px;
	width: 292px;
	padding: 0;
}
.boxContent .liste .pagination_space .selected {
	font-weight: bold;
}

/* Style g�n�ral tableau simple */
.simple_tab th{
	font-size: 12px;
}
.simple_tab .separation_row {
	height: 15px;
}
.bloc_contenu_latribune .boxContent .simple_tab .gray-row {
	background: #FFFFFF;
}
.bloc_contenu_externe .boxContent .simple_tab .gray-row {
	background: #E8ECF3;
}
.simple_tab tr:hover, .simple_tab tr:hover a, .simple_tab tr:hover span, .simple_tab tr:hover span.datebold, .simple_tab tr:hover font, .simple_tab tr:hover .positif, .simple_tab tr:hover .negatif {
	background-color: #005389  !important;
	color: white  !important;
}
.simple_tab tr:hover th, .simple_tab tr.no_rollover:hover  {
	background-color: white	 !important;
	color: black  !important;
}

.simple_tab .total {
	background-color: #5D6969  !important;
	color: white  !important;
}
.simple_tab .total strong{
	font-weight: normal  !important;
}
.simple_tab.centered tr td, .simple_tab.centered tr th {
	text-align: center  !important;
}
.simple_tab .important, .simple_list .important {
	font-size: 14px;
	font-weight: bold;
}


/***
Style des blocs
***/

/* Bloc communiqu�s */
.bloc_communiques ul li {
	border-bottom:1px dotted #aaaaaa;
}

.bloc_communiques ul li h3 {
	font-size: 12px;
	color: #E85828;
	font-weight: bold;
	display: inline;
}
.bloc_communiques ul li h3 a{
	color: #E85828;
}
.bloc_communiques ul li p.commdesc {
	color: #AAAAAA;
}

.boxItem .divisionBloc {
	background-color: #FFFFFF;
    border-bottom: 3px solid #5D6969;
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    padding: 4px 4px 0;
}

.blocTwitter {
	background-color: rgb(68, 204, 246);
}

.blocTwitter .boxHeader {
	background-color: rgb(68, 204, 246)  !important;
	border: 0  !important;
	color: white  !important
}
.blocTwitter .boxContent {
	background-color: rgb(255, 255, 255)  !important; 
	padding: 5px  !important; 
	width: 280px  !important;
	margin: auto  !important;
	margin-bottom: 5px  !important;
	
	-webkit-border-radius: 5px  !important;
	-moz-border-radius: 5px  !important;
	border-radius: 5px  !important;
}
.blocTwitter .boxContent ul li{
	border-bottom: 1px dotted #AAAAAA;
	margin-bottom: 3px;
}
.blocTwitter .boxContent ul li:hover{
	background-color: #005389;
    color: #FFFFFF  !important;
}
.blocTwitter .boxContent ul li .logo{
	float:right; 
	margin-left:2px; 
	margin-bottom:2px; 
	margin-top:2px;
}

.bloc_consensus .valeur_consensus {	
	text-align: center; 
	color: rgb(255, 255, 255); 
	padding: 12px; 
	font-size: 14px; 
	font-weight: bold; 

	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
}
.bloc_consensus .main_line td{
	padding-bottom: 5px
}
.bloc_consensus .main_line td.acheter_cel {
	padding-left:10px;
}
.bloc_consensus .main_line td.acheter_cel .btn_acheter {
	font-size:14px; 
	font-weight:bold; 
	color:#196F31; 
	display:block; 
	margin-bottom:2px;
}
.info_consensus {
	padding-top: 15px  !important;
	text-align:center; font-size:14px; font-weight:bold; border-top:solid 3px #dddddd; padding-top:5px;
}


.consensus_color_0 {
	background-color:#207031;

}
.consensus_color_1 {
	background-color:#c49f13;

}
.consensus_color_2 {
	background-color:#e9890e;
}
.consensus_color_3 {
	background-color:#e25810;

}
.consensus_color_4 {
	background-color:#e3340a; 
}
.consensus_text_color_0 {
	color:#207031;
}
.consensus_text_color_1 {
	color:#c49f13;
}
.consensus_text_color_2 {
	color:#e9890e;
}
.consensus_text_color_3 {
	color:#e25810;
}

.consensus_text_color_4 {
	color:#e3340a; 
}
/* for text color in palmares consensus table*/
.consensus_tgp_atteint {color:#e9890e;font-weight: bold !important;}
.consensus_tgp_positif {color:#196F31;font-weight: bold !important;}
.consensus_tgp_neutre {font-weight: bold !important;}

.perso_tribune_color{
	background-color: #00568C;
}
.boxItem .boxContent h3.titreinter {
    background-color: #FFFFFF;
    border-bottom: 3px solid #5D6969;
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    padding: 4px 4px 0;
}



#boxComments {
	clear: both;
}
.box2Cols {
	width: 610px;
}
.box2Cols .boxContent{
	width: 600px;
}

.comment {
	border: 1px solid rgb(209, 214, 211)  !important; 
	padding: 10px  !important; 
	margin-bottom: 10px  !important;
	
	-webkit-border-radius: 10px 10px 10px 10px !important; 
	-moz-border-radius: 10px  10px 10px 10px !important; 
	border-radius: 10px 10px 10px 10px !important;
}
#boxComments .comment.colored {
	background-color: rgb(232, 236, 243)  !important; 
}

.boxContent .commentaire .pseudo {
	color: #336699;
}


a.boutton {
	text-decoration: none;
}

/* Bloc consensus */
.minibox_val_soc {
	margin-top: 5px  !important;
	width: 85px;
	margin-right: 4px  !important;
	float:  left;
	padding: 4px  !important;
	-webkit-border-radius: 4px 4px 4px 4px !important; 
	-moz-border-radius: 4px  4px 4px 4px !important; 
	border-radius: 4px 4px 4px 4px !important; 

}
.minibox_val_soc_fiche {	
	width: 135px;	
}
.minibox_val_soc .value_section {
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	font-size: 14px;
}
.minibox_val_soc .soc_section {
	background: #FFFFFF;
	padding: 2px 4px  !important;
	
	-webkit-border-radius: 4px 4px 4px 4px !important; 
	-moz-border-radius: 4px  4px 4px 4px !important; 
	border-radius: 4px 4px 4px 4px !important; 

}
.minibox_val_soc .soc_section .info_soc {
	color: #8D8C8C;
	font-size: 10px;
}

.val_backgrounded {
	color: #FFFFFF;
	height: 13px !important;
	padding: 2px  !important;
	text-align: center;
	width: 27px;
	font-size: 10px;
	display: block;
	

		-webkit-border-radius: 5px 5px 5px 5px !important; 
	-moz-border-radius: 5px  5px 5px 5px !important; 
	border-radius: 5px 5px 5px 5px !important; 

}
.orange_val { background: #E46213;}
.red_val { background: #E43013;}
.yellow_val { background: #E4B013;}

.boxItem .icon_button {
	float:left; 
	margin-right:3px; 
	cursor:pointer;
}
.boxItem .icon {
	float:left; margin-right:3px;
}
/* Liste d'�l�ments de calendrier */
.boxItem li.calendar_row {
	padding-left: 40px;
	padding-top: 5px;
	background: url('../img/outlook.png') no-repeat 10px;
	min-height: 25px;
}
.boxItem li.calendar_row.gray-row {
	background: #E8ECF3 url('../img/outlook.png') no-repeat 10px;
}

.boxItem .simple_list li.selected {
	color: #FFFFFF  !important;
	font-weight: bold  !important;
	background-color: #005389  !important;
}
.boxItem .simple_list li.selected a{
	color: #FFFFFF  !important;
}
.boxItem .boxContent.noPaddingContent {
	padding: 0px  !important;
	width: 300px  !important;
	margin: auto;
}
.boxItem .boxContent .paddingContent {
	padding: 4px  !important;
}
.bloc_agenda .zone_calendrier {
	width: 300px;
	padding-top: 5px;
	padding-bottom: 5px
}
.bloc_agenda .zone_calendrier .calElement {
	margin-right: 1px  !important;
	margin-top: 1px  !important;
}





/* Bloc tableau de bord */
.bloc_tableau_de_bord .mini_bloc_tdb {
	width: 67px;
	padding: 2px;
	background: #d0d6d4;
	float: left;
	margin-right: 2px;
	margin-bottom: 5px;
	padding-bottom: 5px;

	-webkit-border-radius: 5px 5px 5px 5px !important; 
	-moz-border-radius: 5px  5px 5px 5px !important; 
	border-radius: 5px 5px 5px 5px !important; 
}
.bloc_tableau_de_bord .mini_bloc_tdb.tribune_box {
	background: #474b54  !important;
}
.bloc_tableau_de_bord .mini_bloc_tdb.tribune_box .name a{
	color: #ffffff  !important;
}
.bloc_tableau_de_bord .mini_bloc_tdb .valeurs {
	clear: both;
	background: white;
	width: 57px;
	margin: auto;
	padding: 3px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;

	-webkit-border-radius: 5px 5px 5px 5px !important; 
	-moz-border-radius: 5px  5px 5px 5px !important; 
	border-radius: 5px 5px 5px 5px !important; 
	
}

.bloc_tableau_de_bord .mini_bloc_tdb.up_valeurs .valeurs{
	color: #1a6f30;
}
.bloc_tableau_de_bord .mini_bloc_tdb.down_valeurs .valeurs{
	color: #e22f11;
}
.bloc_tableau_de_bord .mini_bloc_tdb .head .arrow {
	width: 18px;
	height: 20px;
	float: right;
	padding-top:3px;
}
.bloc_tableau_de_bord .mini_bloc_tdb.up_valeurs .head .arrow {
	background: url('/img/pictos/pt_flecheV_h.png');
}
.bloc_tableau_de_bord .mini_bloc_tdb.down_valeurs .head .arrow {
	background: url('/img/pictos/pt_flecheR_b.png');
}

.bloc_tableau_de_bord .mini_bloc_tdb .name {
	width: 45px;
	float: left;
	font-size: 12px;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	height: 23px;
	/*padding-top: 3px;*/
	vertical-align: center;
}

/* Fl�che valeur */
.val_arrow {
	width: 11px;
	height: 11px
}
.val_arrow.down {
	background: url('../img/down.png') no-repeat;
}
.val_arrow.up {
	background: url('../img/up.png') no-repeat;
}

/* Bloc march�s */
.bloc_marches .div_marche .titre_div_marche {
	background: url('../img/pictos/blanc/flecheb_bas.png') #005389 no-repeat;
	background-position: 3px;
	padding: 5px;
	padding-left: 20px;
	color: white;

	cursor: pointer;

	-webkit-border-radius: 3px 3px 3px 3px  !important; 
	-moz-border-radius: 3px  3px 3px 3px  !important; 
	border-radius: 3px 3px 3px 3px  !important; 
}

.bloc_marches .titre_div_marche .val {
	background: white;
	padding: 3px;
	margin-left: 5px;
	margin-right: 5px;

	
	-webkit-border-radius: 3px 3px 3px 3px  !important; 
	-moz-border-radius: 3px  3px 3px 3px  !important; 
	border-radius: 3px 3px 3px 3px  !important;
}

.comparer_portefeuilles {
	margin-top: 10px  !important;
	margin-bottom: 10px  !important;
}
.comparer_portefeuilles .headline_portefeuilles {
	color: #FFFFFF;
	background: #474B54;
	

	-webkit-border-radius: 5px 5px 5px 5px   !important; 
	-moz-border-radius: 5px  5px 5px 5px   !important; 
	border-radius: 5px 5px 5px 5px !important; 
}
.btn_param {
	margin-top: 3px !important; 
	padding-left: 5px !important; 
}
.comparer_portefeuilles .list_portefeuilles {
	margin-top: 5px;
	background: #E8ECF3;
	padding: 5px;
	display: none;

	-webkit-border-radius: 5px 5px 5px 5px  !important; 
	-moz-border-radius: 5px  5px 5px 5px  !important; 
	border-radius: 5px 5px 5px 5px  !important; 
}
.bloc_marches .div_marche {
	margin-bottom: 5px;
}
.bloc_marches .div_marche.closed .content_div_marche {
	display: none;
}
.bloc_marches .div_marche.closed .titre_div_marche {
	background: url('../img/pictos/blanc/fleched_b.png') #D1D6D3 no-repeat !important;
	background-position: 3px !important;
	color: #474B54 !important;
}
.bloc_marches h3 {
	font-size: inherit !important;
	line-height: inherit !important;
	font-weight: inherit !important
}
.bloc_marches .div_marche.closed .titre_div_marche:hover {
	background: url('../img/pictos/blanc/fleched_b.png') #E3E8E4 no-repeat !important;
	background-position: 3px !important;
}

.bloc_marches .div_marche.closed .titre_div_marche .val {
	background: #D1D6D3;
}
.bloc_marches .div_marche.closed .titre_div_marche:hover .val {
	background: #E3E8E4;
}

/***** Affichage des blocs perso *****/
#box_portefeuille{
	width: 288px;
}

#box_1_protefeuille{
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	width: 268px;
	margin-left: 4px;
}

#box_2_portefeuille{
	float:left;
	width: 132px;
}

#box_3_portefeuille{;
	width: 132px;
}

#box_4_portefeuille{;
	width: 277px;
}

#box_4_portefeuille table{;
	width: 273px;
}

#him_info_create{
	text-align:left;
	font-weight: normal;
	font-size: 11px;	
}

#titre_portefeuille{
	text-align: left;	
}

#titre_portefeuille h1{
	font-size: 16px;
	font-weight: bold;	
}


#him_alert{
	width: 288px;
	margin-bottom: 15px;
}

#him_alert_access{
	text-align:right;
}

#him_liste_title{
	text-align:left;	
}

#him_liste_title h1{
	font-size: 16px;
	font-weight: bold;	
}
/***** fin affichage des blocs perso
/* Petit rond portefeuilles */
.circle_5 {
	width: 10px;
	height: 10px;
	float: left;
	margin-top: 5px !important;
	
	-webkit-border-radius: 5px 5px 5px 5px  !important; 
	-moz-border-radius: 5px  5px 5px 5px  !important; 
	border-radius: 5px 5px 5px 5px  !important; 
}
.circle_5.red {
	background-color: red;
}
.circle_5.orange {
	background-color: #DC6E0D;
}
.circle_5.green {
	background-color: #50870F;
}
.circle_5.blue {
	background-color: #3651FE;
}
.circle_5.yellow {
	background-color: #F8FE36;
}
.circle_5.purple {
	background-color: #B536FE;
}


/* Couleur palmares */
.plmr_color_0 { background: #207031; }
.plmr_color_1 { background: #a4a520; }
.plmr_color_2 { background: #e6a807; }
.plmr_color_3 { background: #e97d06; }
.plmr_color_4 { background: #e3360a; }
/* a cleaner p etre*/
.div_marche {}
.titre_div_societe {font-size : 16px;}

.boutton.btn_show_parametre {
	font-size: 13px;
}

.btn_show_parametre img {
	margin-top: 3px;
}