
/* HTML objects */
* {
	margin: 0;
	padding: 0;
	
	/*	  */
	}
	
body, form {
	font-family: 'Poppins', serif;
 	font-size: 12px;
	color:#465563;
	font-weight: normal;
	line-height: 15px;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.Note  {font: normal 9pt verdana,helvetica,sans-serif; color:#465563;}
.Note b {background:#fef8e7;}

.InfoSolde {
	font-size: 16px;
}

.SoldeAuCompte {
	font-family: 'Poppins', serif;
	color:#00858A;
	font-size: 30px;
}

.MsgErreur {background:#fef8e7;}

.header {
	font-family: 'Poppins', serif;
  font-size: 12px;
 	color:#fff;
}
.wrapper {
  position: relative;
}

/* Container holding the image and the text */
.container {
  position: relative;
  text-align: center;
  color: white;
  
}

/* Top right text */
.top-right {
  position: absolute;
  top: 30px;
  right: 50px;
}


.boite {
	position: absolute;
	top:30%;
	z-index: 6;
}

.link { color: #ffffff;text-decoration:none;font-size:12px; font-family: 'Poppins', serif; }
.link:hover { color: #ffffff;text-decoration:none;font-size:12px; font-family: 'Poppins', serif; } /* CSS link hover (green) */
.Wlink { color: #ffffff;text-decoration:underline;font-size:12px; font-family: 'Poppins', serif; }


.lienindex{
	height:30px;
	padding-top:2px;
	padding-bottom:2px;
	color:#465563;
	font-family: 'Poppins', serif;
	font-size: 18px;
	font-weight : none;
	text-decoration: none;
}

.row-top-details{
	padding-left:50px;
	padding-right:20px;
	width: 100%;
	text-indent: 2px;
	
	border:1px;
	
}	
.row-top-details tr{
	height:30px;
	padding-top:2px;
	padding-bottom:2px;
	
}	

.titrerapport {
	
	color:#465563;
	font-family: 'Poppins', serif;
	font-size: 16px;
	font-weight : bold;
}

.titrepage {
	height:30px;
	padding-top:2px;
	padding-bottom:2px;
	color:#465563;
	font-family: 'Poppins', serif;
	font-size: 30px;
	font-weight : bold;
}

.titre {
	height:30px;
	padding-top:2px;
	padding-bottom:2px;
	color:#fff;
	background-color: #465563;
	
}


