/* ---------------------------------------------------------------------
     styles propres à la page Pseudo incorrect
------------------------------------------------------------------------*/

@import url(styles.css);

@import url(menu.css);

#pseudo_oublie{
	background-image:url(../elements/fonds/fond_passe_perdu.jpg);
	background-repeat:no-repeat;
	background-position : 0 0;
	width : 840px;
	height : 1121px;
}
#contenu{
    position : absolute;
    left:290px;
	top : 330px;
	color : white;
	font-size : 13px;
	font-family : "Trebuchet MS";
    color : #3737C3;
    text-align : left;
    width : 430px;
}
#contenu p+p{
   color : #017a07;
   margin-top : 20px;
}
#contenu p{
    color : black;
    margin-bottom : 10px;

}
#retour_accueil {
	display : block;
	position : absolute;
	background-image:url(../elements/accueil.png);
	background-repeat:no-repeat;
	left:160px;
	top : 500px;
	width : 99px;
	height : 35px;
}
