@import url(article.css);
@import url(ficheValeur.css);
@import url(espacePerso.css);
@import url(analysetech.css);
@import url(content.css);
@import url(footer.css);
@import url(agenda.css);
@import url(estiminvest.css);
@import url(palmares.css);
@import url(coteEnrichie.css);
@import url(stats.css);
@import url(prototype-ui.css);
@import url(potentiels.css);
@import url(warrants.css);
@import url(guideAction.css);
@import url(guideAction_grandesValeurs.css);
@import url(portefeuille.css);
@import url(certifs.css);
@import url(coursAZ.css);

@import url(sdv.css);
@import url(_sdv.css);
@import url(tailles.css);

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Arial;
  font-size: 12px;
  color: #0f0f0f;
}

body * {
  margin: 0;
  padding: 0;
  position: relative;
}
/*
SDV commenter
* {
  vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	outline: 0;
	padding: 0;
	margin: 0;
}
*/a { outline: 0; text-decoration: none; color:#0f0f0f;} /* color:#000000; ajouté par elvire */

a:hover { outline: 0; text-decoration: underline; color:#486da2;} /* color:#414367; ajouté par elvire */

a img { border: none }

ul { list-style: none }

table tr td {
  position: static;
}

/*** STRUCTURE ***/
#global {
  width: 1000px;
  height: auto;
  margin: auto;
  padding-top: 10px;
}

/*** PUB HAUT ***/
#pub {
  margin-bottom: 10px;
}

/*** HEADER ***/
#header {
  z-index:51; /* pour ie 6 et 7 que l'autocompletion passe au dessus de content OGM */
  margin-bottom: 10px;
}

/*** HEADER BARRE HAUT ***/
#header_barreHaut {
  width: 100%;
  height: 49px;
  background-image: url(../images/bg-barreHaut.jpg);
  z-index:51; /* pour ie 6 et 7 que l'autocompletion passe au dessus de content OGM */
}

#header_barreHaut h1 {
  position: absolute;
  left: 30px;
  top: 7px;
  text-align: center;
}

#header_barreHaut h1 a {
  font-size: 10px;
  text-decoration: none;
  color: #fff;
  font-weight: normal;
}

/*** HEADER MENU HAUT ***/
#header_menuHaut {
  position: absolute;
  right: 285px;
  bottom: 6px;
}

#header_menuHaut li {
  list-style: none;
  font-size: 11px;
  color: #fff;
  display: inline;
}

#header_menuHaut li a {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

#header_menuHaut li a:hover { text-decoration: underline; }

/*** HEADER SEARCH ***/
#header_search {
  width: 260px;
  position: absolute;
  bottom: 3px !important;
  bottom: 2px;
  right: 15px;
  font-size: 0px;
}

#header_search .field {
  width: 196px;
  height: 23px;
  background: #fff url(../images/bg-input-search-header.jpg) no-repeat scroll top left;
  border: none;
  font-size: 11px;
  padding: 10px 0 0 33px;
  position: absolute;
  left: 0px;
  top: -33px;
}

#header_search .button {
  width: 31px;
  height: 33px;
  background: #fff url(../images/bg-button-search-header.jpg) no-repeat scroll top left;
  border: none;
  font-size: 11px;
  position: absolute;
  right: 0px;
  top: -33px;
}

/*** HEADER CONTENT ***/
#header_content {
  height: 138px;
  overflow: hidden;
	padding-top: 10px;
	padding-left: 5px;
}

#coursTpsReel {
	width: 495px;
	height: auto;
	clear: both;
	float: left;
	overflow: hidden;
	margin-right: 5px;
}

#infosCours {
	width: 305px;
	height: auto;
	float: left;
	overflow: hidden;
	margin-top: 5px;
}

.apercu {
	width: 190px;
	height: auto;
	float: left;
	overflow: hidden;
	background-color: #f4f4f4;
}

#infosDiverses {
	width: 490px;
	height: auto;
	float: left;
	overflow: hidden;
	display: inline;
}

#infosDiverses .bloc_carrousel {
	width: 130px;
	height: auto;
	float: left;
	overflow: hidden;
	display: inline;
  margin: 0 10px;
  text-align: left;
}

#infosDiverses #h_previous_button {
  display: block;
  width: 20px;
  height: 121px;
	float: left;
	overflow: hidden;
  cursor: pointer;
  background: #fff url(../images/flecheGauche.jpg) no-repeat;
}

#infosDiverses #h_previous_button:hover {
  background: #fff url(../images/flecheGaucheOn.jpg) no-repeat;
}

#infosDiverses #h_next_button {
  display: block;
  width: 20px;
  height: 121px;
	float: left;
	overflow: hidden;
  cursor: pointer;
  background: #fff url(../images/flecheDroite.jpg) no-repeat;
}

#infosDiverses #h_next_button:hover {
  background: #fff url(../images/flecheDroiteOn.jpg) no-repeat;
}

#infosDiverses .img_right {
	float: left;
	overflow: hidden;
  cursor: pointer;
}

#infosCours p {
	color: #000000;
	font-size: 12px;
}

#infosCours .date {
	color: #7f7f7f;
	font-size: 12px;
}

#infosCours img {	float: left; overflow: hidden; }
#infosCours .baisse { color: #d60016; }
#infosCours .hausse { color: #0d8a02; }
#infosCours li {
	font-size: 10px;
	margin-top: 4px;
  cursor: pointer;
}

#infosCours ul {
  width: 119px;
	float: left;
	overflow: hidden;
}

#infosCours a {
	text-decoration: none;
	color: #5e5e5e;
}

#infosCours a:hover {
	color: #414367;
	text-decoration: underline;
	background-color: #f4f4f4;
}

#infosCours #coursLeft {
	position: absolute;
	top: 95px;
	left: 2px;
	overflow: hidden;
	color: #565656;
	font-size: 10px;
}

#infosCours img {
	display: inline;
	margin: 2px;
}

.apercu h4 {
	font-size: 17px;
	color: #353535;
	text-align: center;
}

.apercu p {
	font-size: 12px;
	color: #353535;
  padding: 2px 7px;
}

.apercu a {
	text-decoration: none;
	color: #7f7f7f;
	font-size: 10px;
}

.apercu a:hover {
	text-decoration: underline;
}

#infosDiverses h3 {
  padding-bottom: 5px;
}

#infosDiverses h3 a {
	color: #353535;
	font-size: 12px;
  font-weight: normal;
}

#infosDiverses h3 .green { color: #0d8a02; }
#infosDiverses h3 .red { color: #d60016; }
#infosDiverses h3 a:hover { color: #414367; }

#infosDiverses a {
	font-size: 10px;
	color: #5e5e5e;
	text-decoration: none;
}

#infosDiverses ul a {
  display: block;
  height: 17px;
  padding: 3px 0 0 5px;
}

#infosDiverses li {
	height: 20px;
}

#infosDiverses a:hover {
	text-decoration: underline;
}

#infosDiverses li a:hover {
	text-decoration: underline;
	background-color: #d7d7d7;
}

#infosDiverses .even { background-color: #f6f6f6; }
#infosDiverses .odd { background-color: #ffffff; }

.valeur {
	position: absolute;
  right: 5px;
	bottom: 5px;
}

.valeur img {
  position: absolute;
  bottom: -4px;
  right: 0px;
}

.all { float: right; }

/*** HEADER MENU ***/
#header_menu {
  width: auto;
  height: 53px;
  padding: 4px 0 0 20px;
  background-image: url(../images/bg-barreMenu.jpg);
}

#header_menu ul {
  position: static;
}

#header_menu li {
  float: left;
  white-space: nowrap;
  list-style: none;
  display: inline;
  margin-right: 20px;
  position: static;
}

#header_menu li a#accueil {
  margin-top: 5px;
}

#header_menu li a#accueil,
#header_menu li a#accueil span {
  height: 16px;
  position: static;
  padding: 0 0 0 5px;
  display: inline-block;
  cursor: pointer;
}

#header_menu li a#accueil span {
  padding: 0 5px 0 0;
}

#header_menu li a#accueil.select {
  color: #000;
  background: transparent url(../images/accueil-left.jpg) no-repeat scroll top left;
}

#header_menu li a#accueil.select span {
  background: transparent url(../images/accueil-right.jpg) no-repeat scroll top right;
}

#header_menu li a {
  font-size: 12px;
  font-family: verdana;
  color: #fff;
  text-decoration: none;
  position: static;
  display: inline-block;
}

#header_menu .sousMenu {
  position: absolute;
  left: 15px;
  top: 35px;
  display: none;
  zoom: 1;
  width: 975px;
}

#header_menu .sousMenu li {
  margin-right: 5px;
  position: static;
  float: left;
}

#header_menu .sousMenu li a {
  font-size: 11px;
  color: #4c4c4c;
  display: inline-block;
  height: 22px;
}

#header_menu .sousMenu li a {
  padding: 0 5px;
}

#header_menu .sousMenu li a.select {
  background: #fff;
}

#header_menu .sousMenu li a:hover {
  text-decoration: underline;
  color: #414367;
  display: inline-block;
  position: static;
}

#header_menu a.menuTitre {
  margin-top: 4px;
  padding-left: 5px;
}

#header_menu a.menuTitre.select,
#header_menu a:hover.menuTitre {
  display: inline-block;
  height: 24px;
  position: static;
  background: transparent url(../images/bg-menu-left.jpg) no-repeat scroll top left;
  color: #000;
}

#header_menu a.menuTitre span {
  display: inline-block;
  height: 23px;
  padding: 1px 5px 0 0;
  cursor: pointer;
  position: static;
}

#header_menu a.menuTitre.select span,
#header_menu a:hover.menuTitre span {
  background: #fff url(../images/bg-menu-right.jpg) no-repeat scroll top right;
}

/*** ESPACE PERSO ***/
#espace_perso {
  display:none;
  width: 123px;
  height: 215px;
  padding: 20px 25px;
  position: absolute;
	top: 172px; 
	left: 857px;
  background: transparent url(../images/bg-espacePerso.png);
  position: absolute;
  font-size: 10px;
  z-index: 190; /* espace perso */
}

#espace_perso h3 {
  font-size: 15px;
  font-family: verdana;
  cursor: move;
}

#espace_perso p {
  font-size: 10px;
  color: #000;
}

#espace_perso p a {
  color: #5e5e5e;
  display: block;
  margin: 5px 0;
}

#espace_perso ul {
  padding-left: 5px;
}

#espace_perso ul li {
  padding: 1px 10px;
  background: transparent url(../images/espacePersoPuce.jpg) no-repeat scroll center left;
}

#espace_perso ul li a {
  font-size: 10px;
  color: #5e5e5e;
}

#espace_perso-button {
  position: absolute;
  bottom: 15px;
  left: 51px;
  margin: auto;
}

/*** TITRES ***/
h3.class_titreBlock {
  /*font-size: 12px;*/
  font-size: 13px;
	font-weight: normal;
  padding: 6px 10px;
  border-bottom: 1px solid #486da2;
  margin-bottom: 15px;
  font-weight: bold;
}

#bottom h3.class_titreBlock, #footer h3.class_titreBlock {
margin-top: 15px;
border-bottom: 1px solid #B0B0B0;
}



#content h3.class_titreBlock {
  border-top: 6px solid #486da2;
  color: #486da2;
}

#articlesPlus, #articlesPlus  h3.class_titreBlock {
border: none;
color: #000;
margin: 0px;
padding-bottom: 0px;
font-size: 12px;
}

a.more {
display:none;
  width: 10px;
  height: 10px;
  font-size: 0px;
  position: absolute;
  right: 10px;
  top: 9px;
  background: transparent url(../images/picto-more.gif) no-repeat scroll top left;
}

a:hover.more {
  background: transparent url(../images/picto-more.gif) no-repeat scroll bottom left;
}

/*** GRAPH ***/
.graph {
  padding: 10px;
}

/*** FIL D'ARIANE ***/
#fil_ariane {
   margin-bottom: 15px;
}

#fil_ariane,
#fil_ariane a {
  font-size: 10px;
  color: #5e5e5e;
}

#fil_ariane a:hover {
  font-size: 10px;
  color: #414367;
}

#fil_ariane a.select {
  color: #496ca2;;
}

/*** Bloc d'infos en bas ***/

#infosBas { 
	width: 980px;
	clear: both;
	margin-top: 30px;
	overflow: hidden;
}

#infosBasContent {
  width: 934px;
  float: left;
  height: 217px;
  overflow: hidden;
}

#infosBasContent .lcontainer {
  float: left;
  width: 233px;
}

#infosBasContent .container {
  width: 10000px;
}

#infosBas .img_left { 
	clear: both;
	float: left;
	overflow: hidden;
}

#infosBas .img_right {
	float: left;
	overflow: hidden;
}

#infosBas .blocInfo {
	width: 210px;
	float: left;
	overflow: hidden;
  margin: 5px 11px 0 12px;
}

#infosBas #h_previous_button_infos_bas {
  display: block;
  width: 23px;
  height: 217px;
  float: left;
  cursor: pointer;
  background: #fff url(../images/infosBas_flecheGauche.jpg) no-repeat;
}

#infosBas #h_next_button_infos_bas {
  display: block;
  width: 23px;
  height: 217px;
  float: left;
  cursor: pointer;
  background: #fff url(../images/infosBas_flecheDroite.jpg) no-repeat;
}

#infosBas #h_previous_button_infos_bas:hover {
  background: #fff url(../images/infosBas_flecheGaucheOn.jpg) no-repeat;
}

#infosBas #h_next_button_infos_bas:hover {
  background: #fff url(../images/infosBas_flecheDroiteOn.jpg) no-repeat;
}

#infosBas .blocInfoOngletContent {
	font-size: 11px;
	padding: 8px 0px 10px 10px;
	border: 1px solid #b0b0b0;
	margin-top: -1px;
}

#infosBas .blocInfoOngletContent p { margin-bottom: 5px; }

#infosBas .blocInfo .titre {
	font-size: 11px;
	color: #353535;
}

#infosBas .blocInfo .date {
	font-size: 11px;
	color: #a0a0a0;
}

#infosBas .blocInfo .contenu {
	font-size: 11px;
	color: #7f7f7f;
}

#infosBas .class_titreBlock {
	color: #353535;
	font-size: 10px;
  padding: 5px 10px;
  border-bottom: 1px solid #b0b0b0;
  margin-bottom: 15px;
	font-family: verdana;
	font-weight: normal;
}

#infosBas .valeurBaisse {
	float: right;
	overflow: hidden;
	color: #d60016;
}

#infosBas .valeurHausse {
	float: right;
	overflow: hidden;
	color: #0d8a02;
}

#infosBas #blocInfo3_content p, #infosBas #blocInfo4_content p { margin-bottom: 5px; }
#infosBas .liens { margin-top: 5px; margin-bottom: 10px; }
.liens a {
	font-size: 11px;
  white-space: nowrap;
}

/*** PAGINATION ***/

#pagination, #pagination a {
	font-family: Tahoma;
	font-size: 11px;
	color: #7f7f7f;
}

.precedent {
	clear: both;
	float: left;
	overflow: hidden;
}

.suivant {
	float: right;
	overflow: hidden;
	margin-right: 5px;
}

.pageActu {
	position: absolute;
	left: 50%;
  width: 100px;
  margin-left: -50px;
  display: block;
  text-align: center
}

/*** FICHE SOCIETE ***/

#ficheSociete { margin-top: 20px; }

#ficheSociete #infos {
	width: 300px;
	overflow: hidden;
}

#ficheSociete .logoSociete {
	float: left;
	overflow: hidden;
	margin-right: 10px;
}

#ficheSociete #infos p {
	float: left;
	width: 200px;
	overflow: hidden;
	font-size: 11px;
	color: #1b191a;
}

#ficheSociete #infos .infoTitre {
	font-size: 11px;
	color: #7f7f7f;
	margin-right: 5px;
}

#ficheSociete table {	
	margin: 5px 0px 0px 5px; 
	width: 280px;
}

#ficheSociete td {
	font-size: 11px;
	color: #5e5e5e;
}

#ficheSociete .right { text-align: right; }
#ficheSociete .even { background-color: #f4f4f4; }
#ficheSociete .odd { background-color: #ffffff; }

#ficheSociete h5 {
	font-size: 11px;
	color: #353535;
	margin: 10px 0px 10px 5px;
}

#ficheSociete .pDecal { 
	margin: 0px 10px 0px 10px;
	font-size: 11px;
	color: #5e5e5e;
}

#ficheSociete .date {
	font-size: 10px;
	color: #a0a0a0;
	margin-right: 5px;
}

#ficheSociete .liens {	margin: 10px 0px 0px 10px; }
#ficheSociete .liens a { margin-right: 10px; }

/*** LISTE ***/

.liste { 
	margin-left: 10px; 
	padding: 15px 15px 0px 10px;
}

.liste .listeItem {
	background: #fff url('../images/pointilles.jpg') repeat-x scroll 0px 1px;
	font-size: 11px;
	color: #5a5a5a;
	margin-bottom: 8px;
  overflow: hidden;
  zoom: 1;
}

.liste .listeItem .itemLeft {	background-image: url('../images/blank.jpg'); padding-right: 3px; position: static; }
.liste .listeItem .itemRight {
	background-image: url('../images/blank.jpg');
	position: absolute;
  right: 0px !important;
  right: -1px;
  bottom: 0px !important;
  bottom: -1px;
  padding-left: 3px;
}

/*** A LA UNE ***/

#une {
	margin-top: 30px;
/*	overflow: hidden; */ /* OGM fait bugguer l'autocompletion */
	clear: both;
  z-index:49; /* pour ie 6 et 7 que l'autocompletion passe au dessus de content OGM footer */
}

#une #barreHaut {
  width: 100%;
  height: 49px;
  background: transparent url(../images/alaune.jpg) no-repeat;
	margin: 0 auto 10px;
  z-index:49; /* pour ie 6 et 7 que l'autocompletion passe au dessus de content OGM pour le footer */
}

#une #une_search {
  width: 260px;
  position: absolute;
  bottom: 3px !important;
  bottom: 2px;
  right: 15px;
  font-size: 0px;
}

#une #une_search .field {
  width: 196px;
  height: 23px;
  background: #fff url(../images/bg-input-search.jpg) no-repeat scroll top left;
  border: none;
  font-size: 11px;
  font-family: verdana;
  padding: 10px 0 0 33px;
  position: absolute;
  left: 0px;
  top: -33px;
}

#une #une_search .button {
  width: 31px;
  height: 33px;
  background: #fff url(../images/bg-button-search.jpg) no-repeat scroll top left;
  border: none;
  font-size: 11px;
  font-family: verdana;
  position: absolute;
  right: 0px;
  top: -33px;
}

#une #menu {
	background-image: url('../images/uneBlank.jpg');
	background-repeat: no-repeat;
	width: 69px;
	height: 29px;
	position: absolute;
	bottom: 0px;
	left: 220px;
}

#une #menu p {
	font-family: Verdana;
	color: #191919;
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
}

#une #affiche {
	float: left;
	overflow: hidden;
	width: 410px;
	margin: 0 10px 0 7px;
  display: inline;
}

#une #news {
	width: 560px;
	overflow: hidden;
  float: left;
}
#une .newsItem p {
width:465px;
padding-top: 5px;
padding-bottom: 5px;
}

#fil_info #news {
  width: 631px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}

#newsContent .newsContent {
margin-bottom: 0px;
}

#blocJeu {
	display: none;
	width: 160px;
	height: 160px;
/*	background-color: black; */
	color: #ffffff;
	float: left;
	overflow: hidden;
}

#monProfil {
  float: left;
  width: 300px
}

/*** TABLEAU 1 ***/
.tableau1 {
  border-spacing: 0px;
  border-collapse: separate !important;
}

.tableau1 tr:hover td {
  border: 1px solid #616161;
  border-width: 1px 0;
}

.tableau1 td {
  white-space: nowrap;
}

.tableau1 a { color: #5E5E5E; }

.tableau1 tr:hover td a { text-decoration: underline }

/*** BUTTON ***/
.submitButton {
	display: block;
	overflow: hidden;
	width: 58px;
	height: 21px;
	background-image: url('../images/buttonSubmit_enregistrer.jpg');
	background-position: bottom right;
/*	font-family: Verdana;

	font-size: 11px;
	color: #353535;
*/
color: #fff;  
text-align: center;
}

.submitButton:hover {
	color: #ffffff;
	background-position: top left;
	text-decoration: none;
}

.submitButton span {
	display: block;
	margin-top: 5px;
}



/***EMPLACEMENTS PUB***/

div#megabanner-top	{
position: relative;
display: block;
z-index: 10; /* pub megabanner top */
width: 1000px;
margin-left: auto;
margin-right: auto;
text-align: center;
}


div#megabanner-top2{
float: right;
}



#content_colonneDroite .content_pub,
#content-coldro .content_pub{
	margin-bottom:20px;
}


a:hover {
text-decoration: none;
}

#conseil_content p   { padding: 5px;  /*margin-top: 5px; */}


