/* bannière, styles de base */
*{
  padding:0;
  margin:0;
  border:0;
}
a{
  outline:none;
}
body{
  background:url(images/fond.jpg);
  background-color:#000;
  background-position:50% 0px;
}
#conteneur{
  width:100%;
  height:100%;
}
#principal{
  width:100%;
  height:100%;
  margin:0;
  position:relative;
}
#bandeau{
  width:100%;
  text-align:center;
  color:#fff;
}
#bandeau #devise{
  display:block;
  font-family:comic sans ms;
  font-size:20px;
  font-style:italic;
  line-height:40px;
}
#contenu{
  width:800px;
  margin-left:-400px;
  position:relative;
  left:50%;
  text-align:center;
}
#decor{
  position:relative;
  margin:auto;
}
#bandeau h1{
  display:block;
  font-family:comic sans ms;
  font-size:36px;
  font-style:italic;
  line-height:90px;
  position:relative;
  top:-20px;
}
/* zone de discussion */
#paroles{
  display:block;
  width:800px;
  height:170px;
  position:absolute;
  bottom:0px;
  left:50%;
  margin-left:-400px;
}
#paroles #visage{
  position:absolute;
  right:0px;
  bottom:0px;
}
#paroles #bulle{
  position:absolute;
  width: 388px;
  height:113px;
  left:230px;
  top:50px;
  background:url(images/bulle.gif);
  background-repeat:no-repeat;
}
#bulle p{
  margin:10px 40px 5px 10px;
  padding:0;
  text-align:justify;
  font-family:comic sans ms;
  font-size:12px;
  line-height:14px;
}
#bulle .choix{
  display:block;
  cursor:pointer;
  line-height:14px;
  margin-left:30px;
  font-family:arial;
  color:#00f;
  font-size:10px;
  text-decoration:none;
}
.choix i{
  color:#888;
}
.personnage{
  cursor:help;
}
.objet{
  cursor:help;
}
#cache-noir{
  position:absolute;
  top:0px;
  left:0px;
  background:url(images/noirceur.png) !important;
 	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/noirceur.png', sizingMethod='scale');
  z-index:1;
}
/* zone de déplacement */
#zone1,#zone2,#zone3,#zone4{
  background-image:url(images/zone.gif);
  display:block;
}
a#zone1:hover,a#zone2:hover,a#zone3:hover,a#zone4:hover{
  background-repeat:no-repeat;
  background-image:url(images/va_la.gif);
}
.visage_perso{
  width:166px;
  height:169px;
  background:url(images/perso/portrait.php) !important;
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/perso/portrait.php', sizingMethod='scale');
  background-repeat:no-repeat;
}
