body {
	background: #B01E24 url(../images/background.jpg) repeat-y;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #ACACAC;
	background-position: center;
	background-attachment: fixed;
}

#bienvenue {
	padding: 10px 28px 15px 188px;
}

#connexion {
	height: 400px;
	padding: 10px 28px 20px 178px;
}

#connexion a{
	color:#838383;
}

#connexion a:Hover{
	color:#414141;
}

input{
	color:#000000;
	border:0px;
	width:250px;
	height: 15px;
}

input.image{
	width:170px;
	height: 60px;
}

input.simplebtn{
	background-color:#D5A62D;
	color:#000000;
	float:left;
	width:100px;
	height: 28px;
	font-weight: bolder;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	border-radius: 8px; 
}

input.accueil, textarea.accueil, select .accueil{
	padding:3px;
	border:0px;
	border-radius:15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	width:250px;
 }


