/* CSS Document */


/*---------------------------------------------------------------------- 
Copyright © 2005 Vista Multimedia. All rights Reserved.
Webdesign : Julien Tétard
julien@vistamultimedia.ch

Couleurs ---------------------------------------------------------------

Beige bg edito : 		#F3F3ED
Grey bg edito :			#EAECE7

---------------------------------------------------------------------- */


body {
  margin: 0; 
  background-color:#FFFFFF;
}

img {
  border: 0;
  }


/* Structure */

div#global {
  height:100%;
  width:100%;
  text-algin: center;
  position:absolute;
}

div#nicolehassler {
  left: 50%;
  top: 50%;
  height: 414px;
  width: 414px;
  margin-left: -207px;
  margin-top: -207px;
  text-align: center;
  position:absolute;
}



div#intro {
  left: 50%;
  top: 2150px;
  height: 414px;
  width: 814px;
  margin-left: -407px;
  margin-top: -207px;
  text-align: justify;
  position:absolute;
}


h1#accueil {
   display: block;
   top: 0px;
   left: 0px;
   position:absolute;
   text-algin: justify;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 19px;
  color: #333333;
  text-align: justify;
  position:absolute;
}

p#enter {
   display: block;
   top: 50%;
   left: 190px;
   position:absolute;
   text-algin: center;
}

p#article {
   display: block;
   top: 84px;
   left: -1px;
   position:absolute;
   text-algin: justify;
}

.text {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
}

a.text:link
{
  color: #333333; 
  text-decoration: none; 
}

a.text:visited
{ 
  color: #333333; 
  text-decoration: none; 
}

a.text:hover
{
  color: #333333; 
  text-decoration: none; 
}
