/*******************************************/
/** CSS ACCUEIL DE L'APPLICATION AQUISAV **/
/******************************************/

#colonne_droite {
	float: right;
	width: 228px;
}

#header {
	float: left;
	width: 750px;
	height: 162px;
	background-image: url('img/bg_header_accueil.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

#logo {
	float: left;
	display: inline;
	width: 189px;
	padding: 0;
	margin: 0 0 0 38px;
}

#etapes {
	float: left;
	width: 515px;
}

#etapes img {
	vertical-align: top;
}

#presentation_site {
	float: left;
	display: inline;
	/*padding-top: 40px;*/
	width: 194px;
	max-width: 184px;
	height: 185px;
	
	font-family: Comic sans ms, Arial;
	line-height: 1.5em;
	margin: 42px 0 31px 21px;
	border-bottom: 1px solid #004A7F;
}
#presentation_site img{
	margin-top:60px;
}

#identification {
	float: 					left;
	display: 				inline;
	width: 					194px;
	background-image: 		url('img/bg_identification.jpg');
	background-position: 	top left;
	background-repeat: 		no-repeat;
	padding-bottom: 		10px;
	margin-left: 			21px;
	behavior: 				url('iepngfix.htc');
}

#login {
	float: left;
	display: inline;
	width: 145px;
	height: 34px;
	color: #448FC7;
	font-family: Verdana;
	font-size: 10px;
	margin: 23px 0 0 26px; 
}

.champ_identification {
	width: 142px;
	height: 15px;
	color: #448FC7;
	font-family: Verdana;
	font-size: 11px;
	margin: 1px 0;
	border: 1px solid #FFFFFF
}

#passwd {
	float: left;
	display: inline;
	width: 145px;
	height: 39px;
	color: #448FC7;
	font-family: Verdana;
	font-size: 10px;
	margin-left: 26px; 
}

#bouton_connexion {
	float: left;
	display: inline;
	width: 145px;
	margin-left: 27px; 
}

#inscription {
	float: 					left;
	width: 					215px;
	height:					115px;
	background-image: 		url('img/bg_inscription.jpg');
	background-position: 	top left;
	background-repeat: 		no-repeat;
	behavior: 				url('iepngfix.htc');
}

#bouton_inscription {
	float: left;
	display: inline;
	width: 152px;
	margin: 51px 0 0 48px;
}	

#animation_accueil {
	float: right;
	width: 739px;
}

#forgotten_password {
    float: left;
    clear: both;
    width: 228px;
    text-align: center;
    margin-bottom: 20px;
}

#forgotten_password a {
    color: white;
}