/****************************
Date de création : 05/12/2012
Projet : eds_v2
****************************/

/*=========================*/
/*======== Account ========*/
/*=========================*/
#fond-block-center {
	background: url(../img/account/fond_block_center.png);
	width: 349px;
	height: 225px;
	margin: 215px 0 0 296px;
	float: left;
}

#fond-block-center h2 {
	font-family: verdana;
	font-size: 18px;
	color: white;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 9px 0 0 0;
}

#fond-block-center form {
	font-family: verdana;
	font-size: 14px;
	color: #2b64b1;
	margin: 10px 0 0 7px;
}

#fond-block-center form #input-text {
	background: url(../img/account/input_text.png) no-repeat center top;
	width: 180px;
	height: 26px;
}

#fond-block-center form input[type="text"] {
	background-color: transparent;
	border: none;
	outline: none;
	width: 170px;
	height: 16px;
	margin: 0px 0 0 4px;
}

#fond-block-center form #label {
	text-align: right;
}

#fond-block-center form input[type="submit"] {
	background: url(../img/footer/input_submit.png) no-repeat center top;
	background-color: transparent;
	border: none;
	width: 100px;
	height: 20px;
	float: left;
}

#fond-block-center form input[type="submit"]:hover {
	background: url(../img/footer/input_submit.png) no-repeat center top;
	background-position: 0% 100%;
}

#fond-block-center p, #fond-block-center a {
	font-family: verdana;
	font-size: 11px;
	color: #999999;
	text-align: center;
	text-decoration: none;
	margin: 0;
}