body {
  background-color: #fff;
  color: #666;
  font-family: Georgia, serif;
  font-size: 13px;
  font-weight: normal;
  text-transform: normal;
  letter-spacing: 0.1em;
  line-height: 2em;
  width: 100%;
}

.center {
  text-align: center;
}

h1 {
  color: #888888;
  font-family: Arial Black;
  font-size: 36px;
}

h2 {
  color: #888888;
  font-size: 25px;
}

h3 {
  color: #888888;
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
}

h4 {
  color: #888888;
}

ul {
  list-style: none;
}

a {
  color: #93002F;
  text-decoration: none;
}

a:hover {
  color: #93002F;
  text-decoration: underline;
}

a:visited {
  color: #93002F;
}

.title {
  height: 50px;
}

.content {
  font-size: 20px;
  margin-top: 70px;
  width: 950px;
}

.right {
  text-align: right;
}

.content p {
  margin: 20px 0 5px 0;
}

.container {
  margin-top: 150px;
}

.cv {
  margin-top: 20px;
}

.bloc {
  background-color: #fff;
  -moz-border-radius: 5px;
}

.tag {
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #aaa;
  color: #fff;
  display: inline-block;
  margin: 5px 5px 0 0;
  padding: 4px;
}

