body {font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	background: #ccffcc;
}

h2 {font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}

.version2-0 {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+31,7db9e8+100&0.4+25,0+100 */
background: -moz-linear-gradient(top,  rgba(30,87,153,0.4) 25%, rgba(30,87,153,0.37) 31%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(30,87,153,0.4) 25%,rgba(30,87,153,0.37) 31%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(30,87,153,0.4) 25%,rgba(30,87,153,0.37) 31%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#661e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */

background-repeat: no-repeat;
}

.liste table {
	border:1px solid #000000;
}
.liste td {
	border:1px dotted #444444;
}

.titre {
	font-size:x-large;
	font-weight:bold;
}

.soustitre {
	font-size:large;
	font-weight:bold;
}

/******************************************************
* Section pour les paiements                          *
******************************************************/
.facture {
    width:200px;
    height:80px;
    vertical-align:top;
	margin:5px;
	padding:3px;
}

.selactif {
    display:inline-block;
}

.selinactif {
    display:none;
}

.impaye {
    background-color:IndianRed;
}

.nulle {
    background-color:White;
}

.paye {
    background-color:LimeGreen;
}

.remboursement {
    background-color:SteelBlue;
}

.carte {
	width: 180px;
	height: 120px;	
	position: absolute;
	padding:3px;
	transform: translate(-15px, -200px) rotateY(90deg);
	background: rgba(255,255,255,1);	
	opacity: 0;
}
.details:hover .carte {
	position:relative;
	transform: translate(-15px, -200px) rotateY(0deg);
	transition: all 0.4s ease-in;
	opacity: 1;
}