html, body {
}

  body {
    background-color: #9ecec2;
    color: #7c4c4c;
    font-family: "Georgia", Arial, sans-serif;
    margin: 0;
  }
  div {
    background-repeat: no-repeat;
    border: 0px solid;
    display: block;
  }
  img, span { border: 0px solid;}
  a {
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    opacity: 1;
  }
    a:link { color: #C4744E; text-decoration: none;  opacity: 1; }
    a:visited { color: #C4744E; text-decoration: none;  opacity: 1; }
    a:hover, a:active { color: #aaa; text-decoration: none;  opacity: 0.4; 
	*filter:alpha(opacity=40); /*IE*/
	}
  h1, h2, h3, h4, h5, h6 {
    background-color: inherit;
    font-weight: bold;
    line-height: 1.2em;
    padding: 0px;
    margin: 0px;
    font-family: "Georgia", Arial, sans-serif;
  }
    h1, .h1 {
      font-weight: bold;
      font-style: italic;
      color: #046d5a;
      font-size: 1.28em;
      margin: 5px 0px 15px 0px;
    }
    h2, .h2 {
      font-weight: lighter;
      color: #bbb;
      margin: 25px 0px 15px 0px;
    }
    h3, .h3 {
      font-size: 1.15em;
      line-height: 1.4em;
    }
    h4, .h4 {
      font-size: 0.75em;
    }
    h5, .h5 {
      font-size: 0.9em;
    }
    h6, .h6 {
      margin: 5px 0px -10px 25px;
      font-size: 1em;
    }
    ul {
      text-align: left;
      list-style: square inside;
      text-indent: -15px;
    }

div
{
}

.cleared
{
    clear: both;
    float: none;
    display: block;
}

#main {
position: relative;
overflow: hidden;
width: 1280px;
margin: auto;
}

.main-t, .main-c, .main-b
{
    position: absolute;
    display: block;
}

.main-t
{
    background-image: url('images/uk_bg_t.jpg');
    background-repeat: no-repeat;
    height: 910px;
    top: 0;
    width: 1280px;
}

.main-c
{
    background-image: url('images/uk_bg_c.jpg');
    background-repeat: repeat-y;
    top: 910px;
    bottom: 48px;
    width: 1280px;
}

.main-b
{
    background-image: url('images/uk_bg_b.jpg');
    background-repeat: no-repeat;
    bottom: 0px;
    height: 48px;
    width: 1280px;
}

.main-container
{
    position: relative;
    padding: 0px 0px 20px 0px;
}

#title
{
    margin: 80px 0px 0px 170px;
    height: 150px;
    position: relative;
}

.name
{
    color: #046d5a;
    height: 60px;
    font-size: 3.0em;
    font-family: serif;
    letter-spacing: 2px;
    padding: 5px 0px 0px 20px;
}

.subtitle
{
    color: #046d5a;
    margin-top: 50px;
    height: 25px;
    font-family: serif;
    font-size: 1.45em;
    letter-spacing: 5px;
}

.languages
{
    position: absolute;
    height: 50px;
    margin: 0px 30px 0px 0px;
    left: 160px;
    top: -50px;
    text-align: left;
}

#description .languages
{
    margin: 0px;
    left: 10px;
    top: 35px;
}

.languages span
{
    display: inline-block;
}

.icon
{
    width: 32px;
    height: 32px;
}

.lang_de
{
    background-image: url('images/de.png');
}

.lang_en
{
    background-image: url('images/uk.png');
}

.lang_it
{
    background-image: url('images/it.png');
}

.lang_fr
{
    background-image: url('images/fr.png');
}

#portfolio {
position: relative;
text-align: right;
padding: 40px;
min-height: 350px;
}

#photo
{
position: absolute;
width: 250px;
height: 280px;
margin-left: 40px;
margin-top: 10px;
float: left;
background-image: url('images/photo.jpg');
background-position: 50%;
}

#content_top {
position: absolute;
width: 320px;
height: 100px;
margin: 15px;
left: 330px;
float: left;
text-align: left;
font-size: 1.76em;
}

#content_middle {
position: relative;
width: 330px;
float: right;
font-size: 1.8em;
margin: 10px 30px 30px 30px;
}

#content_bottom {
position: relative;
width: 620px;
font-size: 1.2em;
float: right;
color: #919191;
line-height: 1.5em;
margin-right: 15px;
}

#description {
position: relative;
margin: 0px 50px 50px 50px;
text-align: center;
}

#description li
{
    list-style: disc inside;
    margin: 5px 10px 5px 0px;
}

.content_container
{
    padding: 15px;
    
}

#content-left, #content-center, #content-right
{
    position: relative;
    border: #db9977 dotted 1px;
    display: inline-block;
    width: 30%;
    margin: 5px;
    height: 320px;
    vertical-align: top;
    padding: 0px 0px 0px 0px
}

#content-left h1
{
    background: #f3bebe;
    color: #9f2861;
    width: 100%;
    display: block;
    padding: 5px 0px;
    margin: 0px 0px 15px 0px;
}

#content-center h1
{
    background: #fce4c0;
    color: #d27308;
    width: 100%;
    display: block;
    padding: 5px 0px;
    margin: 0px 0px 15px 0px;
}

#content-right h1
{
    background: #fffce2;
    color: #c88546;
    width: 100%;
    display: block;
    padding: 5px 0px;
    margin: 0px 0px 15px 0px;
}

#content {
    margin: 20px 0px -20px 0px;
    padding: 20px 0px 0px 0px;
    position: relative;
    border-top: #83114d solid 1px;
    position: relative;
    display: block;
}

.formulaire
{
    margin: 0px 50px -90px 50px;
    position: relative;
    display: block;
}

#footer {
    color: #fff;
    width: 100%;
    padding-top: 15px;
    font-size: 0.65em;
    line-height: 1.7em;
    text-align: center;
    text-transform: none;
    position: relative;
    clear: both;
}
 

