/* CSS Document */

div#global #content {
	background			: transparent url(../img/bg-content.jpg) center top repeat-y;
}

/************ INSCRIPTION ***********/

h1.pas-inscrit{
	background:url('../img/titre/titre-pas-inscrit.jpg') no-repeat;
	text-indent:-50000px;
	height:30px;
	width:350px;
	float:left;
	margin-bottom:30px;
}

h1.deja-inscrit{
	background:url('../img/titre/titre-deja-inscrit.jpg') no-repeat;
	text-indent:-50000px;
	height:30px;
	width:350px;
	float:left;
	margin-bottom:30px;
}

div#form2 #reponse{
	padding		: 0;
	display		: block;
	height		: 16px;
	width		: 100%;
	clear		: both;
	color		: red;
}