.veille_color{
  color: #CC0000;
}
.operations_loading{
  padding: 5px 200px;
}
.invisible{
  visibility: hidden;
}

.error{
  background-color: #EAB3BB;
  color: #D31E1E;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 20px 0;
  border: 1px #D31E1E solid;
}
.error a:link,.error a:hover,.error a:active,.error a:visited{
  text-decoration: none;
  color: #D31E1E;
  font-size: 12px;
  font-weight: bold;
}
.va_todo{
  border: 1px blue dashed;
  display: none;
}
.symex_todo{
  border: 1px red dashed; 
  display: none;
}

.strong{
  font-weight: bold;
}

.chart-container {
	margin: 10px 20px 0 0;
	width: 90px;
	float: left;
	font-size: 11px;
}
.compare-chart {
	text-align: center;
	position: relative;
	margin-bottom: 5px;
}
.compare-chart .rect-portfolio {
	border: 1px solid #006BB3;
	background: #EAF7FF; 
	width: 43px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.compare-chart .rect-cac {
	border: 1px solid #006BB3;
	background: #BED2EB;
	width: 44px;
	position: absolute;
	left: 44px;
	bottom: 0;
}
.compare-chart .value-portfolio {
	left: 4px;
	position: absolute;
	margin-bottom: 2px;
	width: 40px;
}

.compare-chart .value-cac {
	left: 49px;
	position: absolute;
	margin-bottom: 2px;
	width: 40px;
}

.legend {
	font-size: 12px;
	margin-right: 10px;
	padding-left: 15px;
	float: left;
	position: relative;
}

.legend-portfolio {
	font-size: 6px;
	border: 1px solid #006BB3;
	background: #EAF7FF; 
	position: absolute;
	width: 9px;
	height: 9px;
	top: 2px;
	left: 0;
}
.legend-cac {
	font-size: 6px;
	border: 1px solid #006BB3;
	background: #BED2EB;
	position: absolute;
	width: 9px;
	height: 9px;
	top: 2px;
	left: 0;
}

#prixSousJacent,#dateCalcul,#prixExercice,#volatilite,#interets,#dividendes,#resultPrice
{
    border:1px inset #006BB3;
}