/* CSS Document */
html, body {
	background-image:url(intro/intro2.jpg);
	background-position: top center;	
	background-repeat: no-repeat;
	background-color:#000000;
}
		
		
#titre_mail {
	position: absolute;
	margin-left : auto;
	margin-right: auto;
	width : 301px;
	height : 40px;
	left: 0px;
	top: -2px;
	background-image:url();
	background-repeat:no-repeat;
	padding:0px;
	text-align:left;
	
	
		}

#expediteur_mail {
	position: absolute;
	margin-left : auto;
	margin-right: auto;
	width : 300px;
	height : 36px;
	left: 0px;
	top: 32px;
	background-image:url();
	background-repeat:no-repeat;
	padding:0px;
	text-align:left;
	}
	
#message_mail {
	position: absolute;
	margin-left : auto;
	margin-right: auto;
	width : 233px;
	height : 120px;
	left: 0px;
	top: 67px;
	font-size:10px;
	background-image:url();
	background-repeat:no-repeat;
	padding:0px;
	text-align:left;
	}

#crypt_mail {
	position: absolute;
	margin-left : auto;
	margin-right: auto;
	width : 290px;
	height : 20px;
	left: 5px;
	top: 198px;
	background-image:url();
	background-repeat:no-repeat;
	padding:0px;
	text-align:center;
	
	}

#mail_erreur {

	position: absolute;
	margin-left : auto;
	margin-right: auto;
	width : 290px;
	height : 20px;
	left: 50px;
	top: -20px;
	background-image:url();
	color:#FF0000;
	background-repeat:no-repeat;
	padding:0px;
	
	
	}
#envoie_mail{
	position: absolute;
	margin-left : auto;
	margin-right: auto;
	width : 80px;
	height : 20px;
	left: 108px;
	top: 293px;
	background-image:url();
	background-repeat:no-repeat;
	padding:0px;
	}
