/* Contenu les cours */
#cours h3 {
	display: block;
	margin: 0;
	padding: 0 0 0 5px;
	height: 20px;
	line-height: 20px;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: black;
	background-color: #183B94;
	color: #fcee0f;
	font-size: 1em;
	font-weight: bold;
}

#cours #resultats {
	width:100%;
	border: 1px solid black;
	margin-top: 5px;
	margin-bottom: 5px;
}

#cours #resultats th {
	background-color: #b5cdfa;
	font-weight:normal;
	font-size:1em;
}

#cours #resultats td {
	text-align: center;
	font-size:0.9em;
}

#cours #resultats .libelle {
	text-align: left;
	font-size:0.9em;
}

#cours #resultats .alignRight {
	text-align: right;
}

#cours #resultats .bg {
	background-color: transparent;
}

#cours #resultats .bgAltern {
	background-color: #eee;
}

#cours #resultats .bg:hover {
	background-color: #ff0;
}

#cours #resultats .bgAltern:hover {
	background-color: #ff0;
}

#cours #navigation {
	margin-top: 15px;
}

#cours #navigation .information {
	float: left;
	font-style:italic;
}

#cours #navigation .choixMarche {
	float: right;
}

#cours #navigation .navigLimit {
	margin-top: 5px;
}

#cours #navigation .navigLimit a {
	margin-right: 5px;
	color: #c00;
	text-decoration: none;
	font-weight: bold;
}

#cours #navigation .navigLimit a:hover {
	color: #00c;
}

#cours #navigation .navigLimit a.current {
	margin-right: 5px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#cours #valeurDetail h4 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight:normal;
	font-size: 1em;
}

#cours #valeurDetail h4 .libelle {
	font-weight:bold;
}

#cours #valeurDetail ul {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 29px;
	list-style:none;
	border-bottom: 1px solid #666;
}

#cours #valeurDetail li {
	float: left;
	border: 0;
	margin-right: 2px;
}

#cours #valeurDetail li a {
	display: block;
	float: left;
	padding: 4px 6px 0 1px;
	height: 25px;
	font-size: 10px;
	border-style: solid;
	border-color: #666;
	vertical-align: bottom;
	background-color: #fcee0f;
  background-image: url(/images/carre_jaune.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #000;
	text-decoration: none;
}

#cours #valeurDetail li a.others {
	border-width: 0 0 0 1px;
	background-color: #fcee0f;
  background-image: url(/images/carre_jaune.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#cours #valeurDetail li a.current {
	border-width: 0 0 0 1px;
	background-color: #fff;
  background-image: url(/images/carre_gris.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#cours #valeurContenu {
	border-width: 0 1px 1px 1px;
	border-color: #666;
	border-style: solid;
	padding: 10px;
}

#cours #valeurContenu div h3 {
	background-color: transparent;
	border:0;
	color: #000;
	font-size: 1em;
	font-weight: bold;
}

#cours #valeurContenu div h5 {
 margin: 0;
 padding: 3px 3px 3px 25px;
 background-color: #eee;
 background-image: url(/images/puce_rouge.gif);
 background-repeat: no-repeat;
 background-position: 10px 50%;
 font-size: 1em;
}

#cours #valeurContenu .legende {
	font-style:italic;
	margin-bottom: 10px;
}

#cours #coursDetail {
	border: 1px solid black;
	float: left;
	margin-right: 10px;
	width: 53%;
}

#cours #coursDetail table {
	border: 0;
	width: 100%;
}

#cours #coursDetail td {
	text-align: right;
	white-space:nowrap;
}

#cours #coursDetail td.description {
	text-align: left;
}

#cours #coursGraphique {
	border: 1px solid black;
	float: right;
	width: 190px;
}

#cours #coursOffresDemandes {
	border: 1px solid black;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}

#cours #coursSynthese {
	border: 1px solid black;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	width: 56%;
}

#cours #coursTransactions {
	border: 1px solid black;
	margin-top: 10px;
	float: right;
	width: 40%;
}

#cours #coursComposants {
	border: 1px solid black;
	margin-top: 10px;
	float: left;
	width: 99%;
}

#cours #coursComposants table {
	width: 100%;
}

#cours #coursComposants td {
	margin: 0;
	padding: 0;
}


#cours #coursComposants a {
	display: block;
	margin: 0;
	padding: 0;
	background-color: #eec;
	text-decoration: none;
}

#cours #coursComposants a:hover {
	background-color: #ff0;
	text-decoration: underline;
}

#cours #tendance {
	height: 7px;
	width: 100%;
	margin:0;
	padding:0;
	background-image: url(/images/curseur_rouge.gif);
	background-repeat:repeat-x;
}

#cours #tendance #tendanceAchats {
	height: 7px;
	background-image: url(/images/curseur_vert.gif);
	background-repeat:repeat-x;
	float: left;
	margin: 0;
	padding: 0;
}

#cours #tendance #tendanceCurseur {
	height: 7px;
	width: 10px;
	background-image: url(/images/curseur.gif);
	background-repeat: no-repeat;
	float: left;
	margin: 0;
	padding: 0;
}

#cours #tendance #tendanceVentes {
	height: 7px;
	background-image: url(/images/curseur_rouge.gif);
	background-repeat:repeat-x;
	float: left;
	margin: 0;
	padding: 0;
}

#cours #intervalSelection {
	border: 1px solid #000;
	padding: 0 10px 0 10px;
	margin-bottom: 10px;
}

#cours #intervalSelection h4 {
	font-weight: bold;
	font-size: 1em;
	margin:0;
	padding:0;
}

#cours #historique {
	border: 1px solid #000;
	padding: 0;
	margin-bottom: 10px;
}

#cours #historique h4 {
	font-weight: bold;
	font-size: 1em;
	margin:0 10px 0 10px;
	padding:0;
}

#cours .formInput {
	margin-right: 3px;
	height: auto;
}

#cours .formButton {
	height: auto;
}

#cours .histoPages {
	float: right;
	margin-right:10px;
}

#cours .histoPages a{
	color: #000;
	text-decoration:underline;
	font-style:normal;
}

#cours .cadre {
  display: block;
	border: 1px solid #000;
	margin: 10px;
	padding: 5px;
}

#cours .cadre h4 {
	display: block;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}

#cours .dataTable th {
	background-color:#ddf;
}

#cours .dataTable .total {
	background-color: #fdf4ae;
	font-weight: bold;
}

#cours .archive {
	background-color: #ede4ae;
	margin: 0 0 4px 0;
}

#cours .archive .titre {
	font-weight: bold;
}

#cours .archive .analyse {
	color: #900;
	font-weight: bold;
}

#cours .archive .questions {
	color: #090;
	font-weight: bold;
}