@charset "utf-8";
/* CSS Document */

.borderPrelevement {
  border: 1px solid #39F;
  border-radius:30px;
  padding:30px;
}
.scrollerPrelevement {
  padding-right:20px;
  height: 900px;
  overflow-y: scroll;
  scrollbar-color: rebeccapurple #FFF;
  scrollbar-width: thin;
  border-color:#009;
}
.borderDetailPrelevement {
  border: 1px solid ;
  border-right:#E5E5E5;
}
.rectangle1{
	width:600px;
	height:9px;
	background:#0F6;
}
.rectangle2{
	width:860px;
	height:9px;
	background:#FC0;
}
.rectangle3{
	width:860px;
	height:9px;
	background:#0CF;
	text-align:left;
}

.ligneVertical { 
	border-right: 1px solid #999; 
	height:auto;
	display: inline-block;
} 

/* CSS Centrer text */

.textCenter{
	text-align:center;
}


/* CSS backColor */
.colorGrisClair{
	background-color:#CCC;
}

/* CSS transformation de texte */
.transfoTextMaj{
	text-transform:uppercase;
}

/* CSS Taille de texte */
.h2-titre1{
	font-size:42px;
	color:#03F;
}

/* CSS Taille de texte */

.colorTexteBleue{
	color:#03F;
}
