
/**************************
Keyven Ferland
http://www.keyvenferland.com
Default Stylesheet
**************************/

/* =General-----------------------------------------------------------------------------*/

form { padding: 0; margin:0;}

div.loginWrap{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 361px;
	height: 58px;
	padding: 10px;
	padding-top: 16px;
	padding-left: 15px;
	background: transparent url('../../img/bg-login.gif') no-repeat top center;
}
div.login .label {
	font-size: 85%;
	text-transform: uppercase;
	font-weight: bold;
	color: #484B4D;
	padding-left: 5px;
}
div.login p{
	font-size: 75%;
	color: #88969A;
}
div.login .bloc{
	width: 160px;
	float: left;
}
div.login .bouton {
	width: 40px;
	float: right;
	padding-top: 20px;
}
div.login .field2 {
	background: transparent url('../../img/bg-field-login.gif') no-repeat top center;
	float: left;
	width: 150px;
	height: 20px;
	padding-top: 2px;
	padding-left:4px;
	margin: 0;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #333;
	border: none;
}
div.login .submit2 {
	width: 38px;
	height: 23px;
	cursor: pointer;
	border: none;
	background: transparent url('../../img/bt-login.gif') no-repeat top center;
	float: right;
}
div.login input.checkbox {
	border: none;
	background-color: #fafafa;
	width: 12px;
	height: 12px;
	float: left;
	padding: 0;
	margin: 0;
	margin-right: 5px;
}
div.recherche{
	clear:both;
}
div.recherche .field2 {
	background: transparent url('../../img/bg-field-search.gif') no-repeat top center;
	float: left;
	width: 212px;
	height: 20px;
	padding-top: 6px;
	padding-left:6px;
	margin: 0;
	color: #333;
	border: none;
}
div.recherche .submit2 {
	width: 38px;
	height: 23px;
	margin-top:4px;
	cursor: pointer;
	border: none;
	background: transparent url('../../img/bt-search.gif') no-repeat top center;
	float: right;
}


