/* ////////////// X-KlayD V2 Theme Under Construction CSS3 19/05/2010////////////// */
/*
Theme Name: X-KlayD V2 Theme UC
Theme URI: http://www.x-klayd.com/
Version: 2.0
Author: X-KlayD
Author URI: http://www.x-klayd.com/
Text Domain: X-KlayD
*/

body{
     background: url(imagesform/bg.jpg) center top #000 no-repeat;
	 color: #848484;
	 font-family: Arial, Verdana, sans-serif;
     font-weight: bold;
	 font-size: 14px;
	}
p{
     color: #ffd200;
	 font-variant: small-caps;
     text-shadow: 1px 0px 2px #ffa200;
	}
#title{
     color: #ffd200;
	 font-variant: small-caps;
     text-shadow: 1px 0px 2px #ffa200;
     font-size: 20px;
	}
	 
#construction{
     float: right;
	 position: relative;
	}
	 
#envoyer{
     border: none;
     color: #eaeaea;
     background: transparent url(imagesform/submit.png) no-repeat top left;
     width: 74px;
     height: 20px;
	 font-weight: bolder;
	 font-size: 11px;
	 font-variant: small-caps;
	 padding-bottom: 2px;
	 text-shadow: 1px 1px 1px #757575;
    }

#mail{
     border: none;
     color: #737373;
     background: transparent url(imagesform/mail.png) no-repeat top left;
     width: 150px;
     height: 20px;
	 font-size: 10px;
	 padding-left: 10px;
	 text-shadow: 1px 0px 2px #757575;
    }

#form{
     background: url(imagesform/bgcontent.png) center top;
	 margin-right: auto;
	 margin-left: auto;
	 margin-top: 200px;
	 width: 1000px;
	 padding: 15px;
	}
	
#disclaimer{
     font-family: Verdana, sans-serif;
	 font-size: 10px;
	 text-shadow: 1px 0px 2px #757575;
    }
#copyright{
     color: #eaeaea;
	 margin-right: auto;
	 margin-left: auto;
     font-size: 9px;
	 padding: 15px;
     width: 1000px;
	 text-align: center;
	}

a, a:hover, a:visited{
     color: #eaeaea;
	 text-decoration: underline;
	}
	
a.infobulle {
   position: relative;
   color: #eaeaea;
   text-decoration: none;
   border-bottom: 1px black dotted;
}
a.infobulle span {
   display: none;
}
a.infobulle:hover {
   background: none;
   z-index: 500;
   cursor: help;
}
a.infobulle:hover span {
   display: inline;
   position: absolute;
   white-space: nowrap;
   top: 20px;
   left: 20px;
   background: url(imagesform/bgcontent.png);
   color: #eaeaea;
   padding: 3px;
   border: none;
   border-left: 4px solid #ffd200;
}
