/* CSS Document */


ul.listeMusiciens {
list-style: none;
    margin-left: 0;
    padding: 0 0 0 1em;
    text-indent: -1em;
margin-bottom : 10px ;
padding-bottom : 10px ;  
}

#Contenu h1{
 /* clear : both; */
  margin-left:0 ;
  padding-left : 0 ;
  }

p.intro {
  margin-left : 0px ;
}
.listeMusiciens li{
 /* clear : both ; */ 
 position : relative ;
 top : 0 ;
 left : 0 ;
min-height : 80px ;
margin : 10px 0 5px 0 ;
padding : 0 ;
 }


.Portrait img{
  /* float : left ; */
  margin : 0px ;
  padding : 0px ;
   cursor:pointer ;
/*  border:solid 1px rgb(77,77,77) ;*/ 
  -moz-border-radius: 5px 5px 5px 5px; 
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
	 
  /* rgb(18,21,125) */
}

.listeMusiciens h3{
  font-style : normal ;
  font-weight : bold ;
  font-size : 100% ;
  color : rgb(18,21,125) ;
  text-indent:0px;
  padding : 0 ;
  position : absolute ;
  top : 0 ;
  left : 70px ;
  margin : 0;
  padding : 0px 0 0 0;
}

.listeMusiciens .Portrait{
  font-size : 80% ;
  text-align : justify ;
  color : rgb(87,87,87) ;
  text-indent:0px;
  margin : 0 0 0 0px;
  padding : 0px 0 0 0;

  /*overflow:hidden ;*/
}

.listeMusiciens .Portrait p{
  padding : 0 0 0px 0 ;
  position : absolute ;
  top : 1em ;
  left : 70px ;
  width : 550px ;
}

