body {
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	background-color: #ffffff;
	background-image: url("images/5fond_log.png");
	background-position: center top;
	background-repeat: no-repeat;
}

.row {
	height: 412px;
	margin-top: 0;
}
/* Deuxième partie*/
.col-2 {
	margin-top: 0;
	padding-top: 160px;
}

img#logo {
	width: 174px;
	height: 88px;
}
/* Image de validation du formulaire*/
#submitLog {
	width: 16px;
	height: 16px;
}
/* Logo de la societe en footer*/
img#logoSociete {
	width: 124px;
	height: 23px;
}
/* Logo du client en haut*/
.logoClient {
	color: #909090;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: center;
	width: 100%;
}
/* Image logo de l'application*/
.imgAppli {
	width: 355px;
	height: 107px;
}
/* Première partie*/
.col-1 {
	margin-top: 0;
	padding-top: 200px;
}
/* Logo application*/
.img_log {
  margin-left: auto;
  margin-right: auto;
  margin-top: -34px;
  position: relative;
  width: 355px;
}

.logoFooter {
	margin-top: 10px;
}

.saisie_formulaire {
	border: solid 1px #88909c;
	background-color: #EAEAEA;
	font-size: 10px;
	size: 20px;
}
.txt_footer {
	color: #909090;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
/* Libellé utilisateur*/
.lbUser {
	color: #909090;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	padding-left: 160px;
}
/* Libellé mot de passe*/
.lbPassword {
	color: #909090;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 160px;
	background-repeat: no-repeat;
}
/* BUlle background*/
.bulle_BG {
	background-image: url("images/bulle_agena_log.png");
	background-position: center top;
	background-repeat: no-repeat;
	height: 127px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 6px;
	width: 355px;
}

.align_img1 {
	vertical-align: bottom;
	cursor: pointer;
}