/*
	Style Sheet pour le site Web
	info@solutions-zen.com
*/
* {margin:0;padding:0;}
html {
  position: relative;
  height : 100.1%;
  margin:0; padding:0;
  overflow-y: scroll; /* pour chrome */
} /* pour Opera qui met les marges dans le tag HTML */
body {  
   position : relative;
   font : 12px Arial, Helvetica, "DejaVu Sans", sans-serif; /* tahoma,helvetica,"DejaVu Sans",sans-serif;	 */
   text-align:center;
   height : 100.1%;
   margin-bottom : 1px;
   color : #000000;
   background : #ffffff url(images/Logo_Bamboo_login.gif) no-repeat 20px 86px;
   z-index : 1;
}
input, select, button, textarea	{
	font : 12px tahoma,helvetica,"DejaVu Sans",sans-serif;
	padding : 2px;
}

.default {
    margin:20px;
    padding: 10px;
    border:2px solid #555555;
    border-radius : 8px;
    background : transparent url(images/bg_trans.png) repeat 0px 0px;
    z-index : 10;
}
.zbox {
    position:relative; margin:3px; padding: 3px;
    background : transparent url(images/bg_lu.png) repeat 0px 0px;
}
.left {
     text-align:left;
}