

/*************************************
			Mon Compte
*************************************/
/* Identification */
#frm_login input{
	width: 135px;
	height: 20px;
/*	border: 0px none;*/
	border: 1px solid silver;
	margin-left: 3px;
	margin-bottom: 3px;
	padding: 0px;
	padding-top: 3px;
	padding-left: 3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8A6C4C;
	background-color: transparent;
/*	background-image: url(../im/input_cg_bg.gif); */
	background-position: top left;
	background-repeat: no-repeat;
}

/* Mon compte */
#compte_accueil {
	margin-left: 10px; 
	margin-bottom: 40px;
	width: 665px;
	text-align: left;
}
div.compte_menu {
	margin-top: 10px;
	margin-left: 40px;
	margin-right: 40px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	letter-spacing: 0px;
}
div.compte_menu h1 {
	margin-top: 25px;
	margin-bottom: 2px;
	text-align: left;
	font-size: 16px; 
}

/** Création compte **/
#compte_creation {
	margin-left: 10px; 
	width: 665px;
}
#compte_creation table tr {
	height: 28px;
}
#frm_compte_creation imput, 
#frm_compte_creation textarea, 
#frm_compte_creation select
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 3px 0px;
	padding: 3px;
	border: 1px solid silver;
}
#frm_compte_creation input.btn
{
	border: 0px none;
	padding: 0px;
	margin: 0px;
	width: 106px;
	height: 25px;
}


#compte table td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#compte table td img {
	vertical-align: middle;
	margin: 0px 5px;
}



/*************************************
			Commandes
*************************************/
.commandes {
	width: 655px;
	margin: 0px;
	margin-bottom: 20px;
	position: relative;
}
.commandes table.commandes, .commandes input.qte{
	font-family: Verdana;
	font-size: 10px;
}
.commandes table.commandes thead tr {
	background-color: #ffffff;
}
.commandes table.commandes thead th {
	padding: 5px 8px;
	/*background-color: #7f6040;*/
	/*background-color: #896b4b;*/
	border-bottom: 1px solid #3e2913;
	font-size: 11px;
	font-weight: bold;
	color: #3e2913;
}
.commandes table.commandes tbody td {
	padding: 5px 8px;

	vertical-align: middle;
	border-bottom: 1px solid #ddd;
}
.commandes table.commandes img {
	vertical-align: middle;
}
.commandes table.commandes input.qte {
	margin-top: 0px;
	padding: 0px;
	padding-top: 3px;
	width: 40px;
	height: 21px;
	border: 1px solid #dddddd;
	background-color: white;
	text-align: center;
}
.commandes input.btn {
	position: relative;
	border:0px none;
	width:106px;
	height:25px;
}



/*************************************
		Ensemble des formulaires
*************************************/
imput, 
textarea, 
select {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 3px 0px;
	padding: 3px;
	border: 1px solid silver;
}
input.btn {
	border: 0px none;
	padding: 0px;
	margin: 0px;
	width: 106px;
	height: 25px;
}
