/* Licence Publique Générale GNU (GNU General Publique License), Copyright 2005-2008 Geffrotin Yann */


/* L'intérieur du corps*/

.corps{
  width:96%; /* 1200px */
  height:100%; /* ou 77%  432px*/
  overflow:auto; /* ascenseur */
  margin:0px auto;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:10px;
  border: 1px solid #AB82FF; /* #A2B5CD*/
  text-align: justify;
  z-index: 15;
}

.coeur_droit2{ /* mon compte */
  position: absolute;
  left : 51%;
  right : 17%;
  top: 89px;
  background-color: white ;  /* red */
  color: black;
}

.solde{ /* donne la position du solde */
  position: absolute;
  left:60%;
  top: 185px;
  border: 1px solid #A2B5CD;
  z-index: 15; /* empillement virtuel */
  background-color: #E0EEE0;
  color: black;
}

.solde_titre{ /* donne la position du solde des titres*/
  position: fixed;
  left:59.98%;
  top: 160px;
  border: 1px solid #A2B5CD;
  z-index: 15; /* empillement virtuel */
  background-color: #E0EEE0;
  color: black;
}


.support{
  position: absolute;
  top: 180px;
  left:600px;
  border: 1px solid #A2B5CD;
  z-index: 15; /* empillement virtuel */
  background-color: #E0EEE0;
  color: black;
}

/* les images */

.imgflotgauche{ 

  float: left;
}

.imgflotdroit{

  float: right;
}

.ccmulti{
  float: right;
  margin: 25px ;
}

.Nasdaq{
  float: right;
  margin-left: 25px ;
}


/* liens */

a{ 
  text-decoration: none;
}

a img {
  border: none;
}

a:hover{ 
 text-decoration: underline ;
}


