*{padding:0;margin:0;}
body
{
 background: url('fond.jpg') repeat;
 padding:0px 0 30px 0;
 margin: auto;
 text-align: center;
 vertical-align: top;
 font-family: Verdana;
 color : white;
 font-size: 10px;
}
#all
{
  margin: auto;
  background: url('body1.png') no-repeat;
  width : 800px;
  height : 900px;
  padding-top:20px;
}
h1
{
 font-family: Stencil Std;
 font-size:20px;
}
a
{
  text-decoration:none;
  color : white;
  text-align: left;
}
img
{
  border: 0px;
}
#cv
{
  margin: auto;
  width : 583px;
  max-height : 500px;
  overflow:auto;
}
#real
{
  margin: auto;
  width : 583px;
  max-height : 500px;
  overflow:auto;
}
#header
{
  float:left;
  padding-top:20px;
}
a.head
{
 display: block;
 width : 520px;
 height : 120px;
}
#menu
{
  text-align: left;
  float:right;
  padding-top:40px;
  width : 220px;
}
p
{
  margin-left : 10px;
  margin-right : 10px;
  text-align: left;
  font-size: 12px;
}
#content
{
 margin-top:200px;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: auto;
 background: url('content.png') no-repeat;
 width : 600px;
 height : 600px;
}
#footer
{
 padding-top:20px;
 margin: auto;
 width : 550px;
 height : 20px;
}
a.cv
{
 display: block;
 width : 150px;
 height : 30px;
 background: url('cv.png') no-repeat;
}

a.cv:hover
{
 width : 150px;
 height : 30px;
 background: url('cvhover.png') no-repeat;
}
a.cv:active
{
 width : 150px;
 height : 30px;
 background: url('cvclick.png') no-repeat;
}
a.real
{
 display: block;
 width : 150px;
 height : 30px;
 background: url('realisation.png') no-repeat;
}

a.real:hover
{
 width : 150px;
 height : 30px;
 background: url('realisationhover.png') no-repeat;
}
a.real:active
{
 width : 150px;
 height : 30px;
 background: url('realisationclick.png') no-repeat;
}
a.contact
{
 display: block;
 width : 150px;
 height : 30px;
 background: url('contact.png') no-repeat;
}

a.contact:hover
{
 width : 150px;
 height : 30px;
 background: url('contacthover.png') no-repeat;
}
a.contact:active
{
 width : 150px;
 height : 30px;
 background: url('contactclick.png') no-repeat;
}












