


body {
    margin: auto;
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    background: #1d1d20;
    width: 700px;
    height: 550px;
}

a, strong, b {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

h2 a {
  color: #7d7d8a;
}
h2 a:hover {
  color: #fff;
}

a:hover {
    color: #7d7d8a;
}



/* container : div principal : contient tous les autres */
#container {
    height: 550px;
    width: 700px;
    margin: 0px 0 0 0;
    position: relative;
    overflow: hidden;
        }

#content {
    height: 550px;
    width: 700px;
    margin: 0px 0 0 0;
    overflow: hidden;
        }

#center {
  height: 100px;
  width:
}


.artist {
    float: left;
    width: 350px;
    margin: 0px 0 0 0;
    padding: 0;
}

#photographe {
  color: #7d7d8a;
}

#photographe:hover {
  color: #fff;
}

#content h1 {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 36px;
    padding: 0px 5px 0 0px;
    text-align: center;
    margin: 170px 0 0 0;
    text-transform: lowercase;
    line-height: 1em;
        }

#content h2 {
    color: #7d7d8a;
    text-decoration: none;
    font-weight: bold;
    font-size: 36px;
    padding: 0px 5px 0px 0px;
    text-align: center;
    margin: 20px 0 20px 0;
    line-height: 2em;
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
       }

#content h5 {
    color: #7d7d8a;
    display: block;
    clear: both;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    padding: 0px 5px 0px 0px;
    text-align: center;
    margin: 10px auto 20px;
    line-height: 2em;
           }


.artist p {
    color: #7d7d8a;
    text-decoration: none;
    font-size: 11px;
    padding: 0 0px 0 0px;
    text-align: left;
    margin: 5px 8px 0 20px;
    line-height: 1.5em;
    clear: left;
       }

.artist ul {
  list-style : none;
  list-style-type: none;
  clear: left;
  margin: 10px 0 0 20px;
  padding: 0;
  }

.artist li {
  list-style : none;
  list-style-type: none;
  float: left;
  width: 75px;
  margin: 0 10px 5px 0;
  }

.artist p a {
    margin: 0px 10px 0 0px;
    line-height: 1.5em;
    width: 100px;
        }

.artist h3 {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    font-size: 11px;
    padding: 0 5px 0 0px;
    text-align: left;
    margin: 0px 0 0 20px;
    line-height: 1.5em;
       }



.artist img {
    color: #7d7d8a;
    text-decoration: none;
    font-weight: bold;
    outline: none;
    border: 0;
    font-size: 12px;
    padding: 0 0px 0 0px;
    }

.artist ul li img {
  margin-right: 2px;
}

.artist #flickr_badge_uber_wrapper {
    position: relative;
    float: right;
    text-align: right;
    margin: 0px 0 0 10px;
    }


