/* Getting the new tags to behave */
body
{
 
background-image:url(../img/dna.gif);
background-repeat:no-repeat;
  background-position:center;
  background-attachment:fixed; 
  -webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; 
}




#connection
{
	margin-top:50px;
	
}

#mdp,a
{
	font-size:24px;
	color:#CCC;
	text-decoration:none;
	
}


#mdp,a:hover
{
	color:#F00;
}


#formulaire,p
{
	color:#CCC;
	font-size:20px;
	position:relative;
	margin-bottom:-3px;
}



input
{
	width:200px;
}

.error
{
	color:#F00;
}


.bouton_connection
{
	cursor: pointer;
	background:transparent;
	border:none;
}






