﻿#content em.error
{
	font-weight: bold;
	color: #e57126;
	padding: 0px;
	background: none;
	border: none;
}

/* Tableaux boutique */
#content table
{
    width: 510px;
}

/* Formulaire identification */
form#login span {
	font-weight: bold;
}
form#login legend {
	display: none;
}
form#login label, form#login .label {
	float: left;
	width: 30%;
	text-align: right;
	padding-right: 5px;
}
form#login input {
	width: 250px;
}
form#login div.checkbox {
	padding-left: 30%;
}
form#login .submit {
	text-align: center;
	margin: 5px 0px;
}
form#login .submit input 
{
}

/* Formulaire oubli mot de passe */
form#lostpwd span {
	font-weight: bold;
}
form#lostpwd legend {
	display: none;
}
form#lostpwd label {
	float: left;
	width: 30%;
	text-align: right;
	padding-right: 5px;
}
form#lostpwd input {
	width: 250px;
}
form#lostpwd .submit {
	text-align: center;
	margin: 5px 0px;
}
form#lostpwd .submit input {
}

/* Formulaire inscription */
form#access span {
	font-weight: bold;
}
form#access span.legende {
	font-weight: normal;
}
form#access legend {
	display: none;
}
form#access label {
	float: left;
	width: 40%;
	text-align: right;
	padding-right: 5px;
}
form#access input {
	width: 250px;
}
form#access input#card_number
{
	width: 150px;
}
form#access input#usr_birthdate
{
	width: 100px;
}
form#access .submit {
	text-align: center;
	margin: 5px 0px;
}
form#access .submit input {
}

/* Formulaire ajouter au panier */
form#contract legend {
	display: none;
}
/*
form#contract .formSubmit
{
	background-color: #d1d1d1;
	font-weight: bold;
	width: auto;
}
*/

/* Formulaire paiement */
form#formPayment .submit {
	text-align: center;
}

div#disconnect
{
    float: right;
    font-weight: bold;
}
div#selection
{
    overflow: auto;
}
div#selection img
{
    margin: 0px 5px 0px 0px;
}

#contenu span
{
    font-weight: bold;
}

#content img.cardImg
{
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: 15px;
}
#contenu a.shopLink
{
}
#contenu a.shopLink:hover
{
}

#contenu a.shopLink2
{
}
#contenu a.shopLink2:hover
{
}

/* Liste de cartes */
#content ul.cards
{
    list-style: none;
}
#content ul.cards li
{
    background: none;
}

/* Liste de contrats */
#content ul.contracts
{
}
#content ul.contracts li
{
}

/* Détails du panier */
#content td.supprimer
{
    text-align: center;
    width: 60px;
}
#content td.supprimer img
{
    margin: 0px;
    padding: 0px;
}
#content th.tarif
{
    text-align: center;
}
#content td.total
{
    width: 60px;
    text-align: right;
}
#content th.total
{
    text-align: right;
}
form#basket .checkbox input 
{
    border: none;
    width: auto;
}
form#basket .submit {
	text-align: center;
	margin: 5px 0px;
}
form#basket .submit input {
}

/* Aperçu du panier */
#navsec .basketPreview
{
	background-image: url("../../img/FR/bg_menu_droite.gif");
	background-repeat: repeat-y;
}
#navsec .basketPreview div
{
    padding: 5px;
}
#navsec .basketPreview div.title
{
	background-image: url('../../img/FR/top_panier.gif');
	background-repeat: no-repeat;
	height: 36px;
	padding: 14px 0px 0px 56px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 123%;
}
#navsec .basketPreview div.bottom
{
    padding: 0px;
	height: 12px;
	background-image: url("../../img/fr/base_menu_droite.gif");
	background-repeat: no-repeat;
	background-position: top left;
}
#navsec .basketPreview span
{
    font-weight: bold;
}

#navsec .basketPreview a.basket
{
    display: block;
	background-image: url("../../img/FR/picto_validez.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	height: 21px;
	padding: 8px 0px 0px 35px;
}

#content .legende img
{
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
}

/* Formulaire accès paiement */
form#PaymentRequest
{
}
form#PaymentRequest .submit
{
    text-align: center;
    padding-bottom: 20px;
}
form#PaymentRequest .submit input
{
    cursor: pointer;
}
