﻿.TabMiseEnPageDefault
{
    min-height:400px;
    height:auto;
}

.titre_acte
{
	font-family:Arial, Helvetica Neue, Helvetica, sans-serif, t;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

.result_slider_right
{
	float:left;
	width:240px;
	height:70px;
	text-align:justify;
	margin: auto auto;
	padding-left:5px;
}

a.button
{
	display: inline-block;
	width: 25px;
	height: 25px;	
}

a.button span
{
	display: block;
	background-color: transparent;	
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

a.button span.plus  {	background-image: url(../Images/Devis/plus_symbol.png);	}
a.button span.moins {	background-image: url(../Images/Devis/moins_symbol.png);}

.slide {
    position: relative;
    height:50px;    
    margin-bottom:10px;
    cursor:pointer;
}
.slide .inner {
    position: absolute;
    left: 0;
    bottom: 0;
    height:47px;
    width:92px;
    background-image:url(../Images/Devis/yes_no_btn.png);
    background-repeat:no-repeat;
    background-position:0px 0px;
}

