* {
  font-family: arial, sans-serif;
  letter-spacing : 0.5px;
}

body {
  background : #FFFFFF;
  color: #000000;
  padding: 20px;
  margin: 0px;
  font-size: 75%;
}

table, fieldset {
  font-size: 100%;
}

h1, h2, h3, h4 {
  color: #CCCCCC;
}

a {
  color: #888888;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #333333;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

/* switch language */
.language {
  position: absolute;
  left: 1000px;
  top:20px;
  font-size:10px;
  color: #333333;
}

/* left menu */
.leftmenu {
  position: absolute;
  left: 87px;
  width: 150px;
  height: 500px;
}

/* right menu */
.rightmenu {
  position: absolute;
  left: 640px;
  width: 200px;
  height: 500px;
}

/* footer information */
.footer {
  position: absolute;
  left: 420px;
  width: 400px;
  margin-top: 50px;
  text-align: right;
  font-size: 0.9em;
  color: #777777;
}

.active {
  color: #000000;
}

.subtitle  {
  color: #000000;
  font-variant: small-caps;
  margin: 15px 0px 0px 0px;
}

.title  {
  color: #888888;
  font-size: 1.4em;
  margin: 5px 0px;
}

/* content */
.content {
  position: absolute;
  left: 210px;
  text-align: justify;
  width: 700px;
  height: 500px;
}

/* image */
.image {
  margin-top: 18px;
  text-align: center;
}

/* menu links */
.logo a, img {
  border: 0px;
}
a.actif {
  font-size: 1.5em;
}

/* fieldset */
fieldset {
  border-style: solid;
  border-width: 1px;
  border-color: #777777;
  margin: 0px;
  padding: 10px;
}

legend, dt { 
  font-size: 1.1em;
  color: #777777;
 }

input[type="text"], textarea {
  border-style: solid;
  border-width: 1px;
  border-color: #777777;
  padding: 2px;
}

/* cv */
.cv_title {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}
.cv_gauche {
  padding-right: 2em;
  text-align: right;
  width: 8.3em;
  vertical-align: baseline;
}

/* common */
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.margin {
  margin-left: 20px;
}

.marked {
  color: #47C1EE;
  font-weight: bold;
}

.fb { 
  border-style: solid;
  border-width: 1px;
  border-color: #777777;
  margin: 20px;
  padding: 5px;
  background-color: #FFFFFF;
  color: #0096A8;
  font-size: 1.4em;
}