/* 
 * ========================================
 * CSS de Zlap.fr by Greg
 * ========================================
 */
body{
background-color: #ded5ba
}
body, td{	
color: #67655f;
font-size: 11px;
font-family: arial;
}
input, textarea{	
color: #67655f;
font-size: 11px;
font-family: arial;
}

img{
	border: 0;
}
a:link,
a:visited,
a:active{
	background: transparent;
	color: #0066cc;
	text-decoration: underline;
}

a:hover{
	background: transparent;
	color: #ca5b00;
}
.submit{
     border:none;
}
a.info {
   position: relative;
   color: black;
   text-decoration: none;
   border-bottom: 1px gray dotted;
}
a.info span {
   display: none;
}
a.info:hover {
   background: none;
   z-index: 500;

   cursor: help;
}
a.info:hover span {
   display: inline;
   position: absolute;

   white-space: nowrap;

   top: 30px;
   left: 20px;

   background: #F8F7F1;

   color: #67655F;
   padding: 3px;

   border: 1px solid #DED5BA;
   border-left: 4px solid #DED5BA;
}

a.button{
	background:url(http://images.zlap.fr/button.gif);
	display:block;
	color:#555555;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:118px;
}

a:hover.button{
	color:#0066CC;
}

.usine{
	background:url(http://images.zlap.fr/usinego.png) no-repeat 10px 8px;
	text-indent:30px;
	display:block;
}
