/*Pour la page d'accueil*/

body
{ 
  width:800px;
  height:auto;
  margin:0px;
  border:0px;
  padding:0px;
  background-color:#fafae6;
  color:black;
  font-family:Arial,sans-serif;
}

h1
{
  background-color:inherit;
  font-size:24px;
  font-weight:normal;
  color:rgb(120,120,120);
  border-bottom:solid 1px rgb(120,120,120);
  text-decoration:none;
  text-align:center;
  position:absolute;
  width:570px;
  height:40px;
  top:20px;
  left:200px;
  margin-left:-100px;
}

#linksbox
{ 
  position:absolute;
  width:300px;
  height:700px;
  left:325px;
  top:70px;
  background:transparent url(../pictures/spirale.png) no-repeat 0px 20px;
  font-size:14px;
  font-weight:normal;
  color:black;
 }

#linksbox a
{ 
  background: url(../pictures/spirale_s.png) no-repeat 0px 2px;
  position:absolute;
  color:#000000;
  text-decoration:none;
  font-size:12px;
  padding-top:10px;
  padding-left:32px;
  text-align:left;
  width:50px;
  height:80px;
}



#linksbox #linkshe a
{   
  background-color:transparent;
  position: absolute;
  left:-50px;
  top:50px;
  }

#linksbox #linkwork a
{ 
  position: absolute;
  left:100px;
  top:15px;
  }

#linksbox #linkexhibit a
{ 
  position: absolute;
  left:135px;
  top:100px;
  }

#linksbox #linklesson a
{ 
  position: absolute;
  left:180px;
  top:170px;
  }

#linksbox #linkcontact a
{ 
  position: absolute;
  left:-140px;
  top:150px;
}

#linksbox #linklink a
{ 
  background-color:transparent;
  position: absolute;
  left:-63px;
  top:230px;
}
#linkwork a:hover,#linkexhibit a:hover,#linklesson a:hover,#linkcontact a:hover,#linkshe a:hover,#linklink a:hover
{ 
  background-color:transparent;
  background: url(../pictures/spirale_s_hover.png) no-repeat 0px 0px;
  color:rgb(150,100,200); 
  padding-top:8px;
}

#actual
{ 
  position:absolute;
  width:auto;
  height:auto;
  left:650px;
  top:100px;
  font-size:12px;
  font-style:italic;
  color:rgb(70,70,70);
  text-align:center;
  padding:0px 20px 20px 20px;
  border:1px solid rgb(120,120,120);}

#actual a img
{ 
  border:none;
}

#signature
{ 
  position: absolute;
  width: 220px;
  height:20px;
  left: 320px;
  top: 600px;
  font-size: 10px;
  text-align:left;
}

#signature img
{ 
  border:none;
}
