/*Mon compte*/
#login_mon_compte{
	height:158px;
}

#login_mon_compte_conteneur{
	background:#f2f6f8;
}

#conteneur_login_mon_compte{
	width:143px;
	padding:10px 0 10px;
	margin:0 auto ;
}

#conteneur_login_mon_compte img{
	float:right;
	margin-bottom:10px;
}

#conteneur_login_mon_compte div{
	float:right;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#154886;
}

#conteneur_login_mon_compte input{
	background-image:url(../images/bkg_input.gif);
	background-repeat:no-repeat;
	border-bottom:1px solid #F2F2F2;
	border-right:1px solid #F2F2F2;
	border-style:none solid solid none;	
	width:140px;
}

#conteneur_login_mon_compte input#bt_valider_login{
	background:url(../images/bt_ok.gif) no-repeat;
	width:21px;
	height:17px;
	float:right;
	margin-top:5px;
	border:none;
}

#conteneur_login_mon_compte input#bt_valider_login:hover{
	background:url(../images/bt_ok_over.gif) no-repeat;
}

#mdp_oublie_fre_FR{
	background:url(../images/fre_FR/lien_mdp_oublie.gif) no-repeat;
	width:71px;
	height:30px;
	float:left;
	margin-left:20px;
	position:relative;
}

#mdp_oublie_fre_FR a{
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	width:15px;
	height:8px;
}

#mdp_oublie_eng_GB{
	background:url(../images/eng_GB/lien_mdp_oublie.gif) no-repeat;
	width:71px;
	height:30px;
	float:left;
	margin-left:20px;
	position:relative;
}

#mdp_oublie_eng_GB a{
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	width:15px;
	height:8px;
}

#creer_compte_fre_FR{
	background:url(../images/fre_FR/lien_creer_compte.gif) no-repeat;
	width:68px;
	height:30px;
	float:left;
	margin-left:5px;
	position:relative;
}

#creer_compte_fre_FR a{
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	width:15px;
	height:8px;
}


#creer_compte_eng_GB{
	background:url(../images/eng_GB/lien_creer_compte.gif) no-repeat;
	width:68px;
	height:30px;
	float:left;
	margin-left:5px;
	position:relative;
}

#creer_compte_eng_GB a{
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	width:15px;
	height:8px;
}

/*----------------------------------Formulaire----------------------------*/
.titre h2{
	font-size:16px;
	padding-top:20px;
	border-bottom:solid 1px #004977;
}

.KT_required{
	color:#FF0000;
}

label{
	vertical-align:top;
}

textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

input, textarea, select {
    width:300px;
	border:1px solid #cad8db;
	color:#688494;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;	
	background:#FFFFFF;
}

.type_checkbox input{
	width:auto;
	border:none;
	background:none;
}

.i_focus{
	border-left:4px solid #cad8db;
}

.bouton{
	font-weight:bold;
	border:none;
	height:20px;
	width:100px;
	color:#FFFFFF;
	background:url(../images/bt_envoyer.gif) no-repeat;
	font-size:9px;
}

.bouton:hover{
	background:url(../images/bt_envoyer_over.gif) no-repeat;
}

.KT_bottombuttons{
	text-align:center;
}

/*----------------------------------Commande----------------------------*/
.bt_retour{
	float:right;
	display:block;
	width:100px;
	height:20px;
}

.bt_retour div{
	display:block;
	width:50px;
	margin:auto;
	padding-top:3px;
}

.bt_retour:hover{
	text-decoration:none;
}

.remettre_panier{
	display:block;
	color:#004977;
	font-weight:bold;
	margin-top:15px;
}


