/* CSS du Catalogue de Produits */

.titreboite {
	font-size: 13px;
	font-weight:bold;
	text-align: left;
	margin-bottom: 10px;
	border-bottom:1px dotted black;
	margin-right:4px;
}

#sous_container {
	background-color:#F9F9F9;	
	float:left;
	width:97%;
	position:relative;
}

select { width:155px; }

.titre_catalogue_commande{
	float: left;
	text-align: center;
	margin: 10px 170px 5px;
	font-size: 16px;
	font-weight:bold;
	clear:both;
}

.info {
	width: 500px;
	font-size:11px;
	color:#347dc2;
	margin:10px 0px;
}

.bouton {
	display:block;
	margin-right:5px;
	float:left;
}

.bouton, 
.bouton_retour, 
.etape_precedente, 
.etape_suivante {
	background: #7d7e7d; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjN2Q3ZTdkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJkMmQyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(45deg,  #7d7e7d 0%, #2d2d2d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#7d7e7d), color-stop(100%,#2d2d2d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  #7d7e7d 0%,#2d2d2d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  #7d7e7d 0%,#2d2d2d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  #7d7e7d 0%,#2d2d2d 100%); /* IE10+ */
	background: linear-gradient(45deg,  #7d7e7d 0%,#2d2d2d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#2d2d2d',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
	color:#fff;
	border-radius:6px;
	padding:5px 10px;
	border:1px solid #424242;
	text-transform:uppercase;
	cursor: pointer;
}

#catalogue .c_body .c_produit.c_lien:hover {
	background-color: #FFFFCC;
	cursor: pointer;
}

input, select { font-family:Arial, Helvetica, sans-serif; }

.c_container{
	width:100%;
	padding:0px;
	margin:0px;
	font-size:12px;
}

/*************************************************************************/
/**************************** MESSAGES ***********************************/
/*************************************************************************/

#catalogue_erreur  {
	width:60%;
	padding: 10px;
	border: 1px solid #FF0000;
	background-color: #FFFFCC;
	text-align: center;
	clear:both;
	margin-top:4px;
}

#catalogue_message  {
	width: 600px;
	margin: 10px;
	padding: 10px;
	border: 1px solid #00FF00;
	background-color: #F0FFF0;
	text-align: center;
}

#catalogue_notice  {
	width: 580px;
	margin: 5px 15px 0px;
	padding: 10px;
	border: 1px solid #FFD700;
	background-color: #FFFFDD;
	text-align: left;
}

/***********************************************************************/
/**************************** RECHERCHE ********************************/
/***********************************************************************/

#catalogue_recherche {
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	text-align:right;
	border-bottom:1px dotted black;
	padding-bottom:10px;
	float:left;
}

#catalogue_recherche .champ_recherche {
	width:24%;
	float:right;
	line-height:20px;
}

#catalogue_recherche .label {
	width:100px;
	float:left;
	margin-right:10px;
	font-size:12px;
}

#catalogue_recherche .entree {
	float:left;
}

#catalogue_recherche .bouton {
	float:right;
	margin-left:4px;
	height:16px;
	padding-top:0px;
	font-size:13px;
}




/***************************************************************/
/********************* CATALOGUE EN TANT QUE TEL ***************/
/***************************************************************/

#catalogue {
	width:99%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#catalogue .titre_page {
	font-family:Arial;
	font-size:26px;
	line-height:40px;
	color:#333333;
	font-weight:bold;
	border-bottom:1px dotted black;
	padding-left:15px;
	width:100%;
}

#catalogue .footer {
	margin-top:10px;
}

#catalogue .footer .bgp_contenant{
	height: 30px;
	text-align: center;
	
}

#catalogue .footer .bgp_contenant .bgp_lien {
	font-size: 13px;
	text-decoration: none;
	color:#990000;
}

#catalogue .footer .bgp_contenant .bgp_lien a{
	font-size: 12px;
	text-decoration: none;
	color:#323232;
}

#catalogue .footer .bgp_contenant .bgp_lien a:hover {
	color:#666666;
	text-decoration:underline;
}
#catalogue .contenu .produit:nth-child( even ){ background-color: #F9F9F9; }

#catalogue .contenu .produit {
	width: 100%;
	padding: 10px;
	clear:both;
	height:120px;
	border-bottom:1px solid #e5e5e5;
	cursor:pointer;
}

#catalogue .contenu .produit:hover { background-color:#e5e5e5; }

#catalogue .label { 
	font-weight: bold; 
	display:none;
}

#catalogue .nom_produit { 
	padding-left: 15px;
	float: left; 
	font-size:16px;
	width:60%;
}

#catalogue .nom_produit .entree{
	font-weight: bold; 
}

#catalogue #desc_produit {}

#catalogue .description_produit {
	width: 500px;
	padding-left: 15px;
	padding-top: 10px;
	font-size:11px;
	float:left;
}

#catalogue .image_produit {
	width: 160px;
	height: 120px;
	float: left;
}

#catalogue #prix {
	width:120px;
	float:right;
	text-align:right;
}

#catalogue .prix_produit { clear:both; }
#catalogue .escompte_produit { clear:both; display:none; }
#catalogue .rabais_produit { clear:both; font-size:11px; }
#catalogue .taux_rabais_produit { clear:both; display:none; }
#catalogue .prix_reduit_produit { clear:both; margin-top:5px; }

#catalogue .prix_produit .entree { font-size:15px; text-decoration:line-through; font-weight:bold; }
#catalogue .escompte_produit .entree {  }
#catalogue .rabais_produit .entree {  }
#catalogue .taux_rabais_produit .entree {  }
#catalogue .prix_reduit_produit .entree { font-size:16px; font-weight:bold; color:red; }



/**************************************************************************/
/*********************** DETAIL DU PRODUIT *******************************/
/**************************************************************************/

.bouton_retour{
	display:block;
	margin-bottom:10px;
	float:right;
}

#catalogue_detail {
	font-family:Arial;
	font-size:12px;
	width:98%;
	margin:10px 0px;
	background-color:#F9F9F9;
	padding:10px;
	border:1px solid #e5e5e5;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

#catalogue_detail .titreboite {
	font-size: 24px;
	font-weight:bold;
	text-align: left;
	margin-bottom: 10px;
	border-bottom:1px dotted black;
	float:left;
	width:100%;
}

#catalogue_detail .titreboite .label { float:left; display:none; }
#catalogue_detail .titreboite .entree { float:left; }

#catalogue_detail #container {
	width:100%;
	clear:both;
}

#catalogue_detail .produit {
	width:60%;
	padding-left: 10px;
	float:left;
}

#catalogue_detail .produit .prix_produit { padding:3px; clear:both; }
#catalogue_detail .produit .rabais_produit { padding:3px; clear:both; font-size:11px; }
#catalogue_detail .produit .rabais_2 { padding:3px; clear:both; display:none; }
#catalogue_detail .produit .prix_reduit { padding:3px; clear:both; }
#catalogue_detail .produit .quantite_produit { padding:3px; clear:both; padding-top:5px; }
#catalogue_detail .produit .description_produit { padding:3px; clear:both; padding-top:20px; }

#catalogue_detail .produit .prix_produit .label { float:left; display:none; }
#catalogue_detail .produit .rabais_produit .label { float:left; display:none; }
#catalogue_detail .produit .rabais_2 .label { float:left; display:none; }
#catalogue_detail .produit .prix_reduit .label { float:left; display:none; }
#catalogue_detail .produit .quantite_produit .label { float:left; }
#catalogue_detail .produit .description_produit .label { float:left; display:none; }

#catalogue_detail .produit .prix_produit .entree { float:left; font-size:17px; font-weight:bold; text-decoration:line-through; }
#catalogue_detail .produit .rabais_produit .entree { float:left; }
#catalogue_detail .produit .rabais_2 .entree { float:left; }
#catalogue_detail .produit .prix_reduit .entree { float:left; font-size:20px; font-weight:bold; color:red; }
#catalogue_detail .produit .quantite_produit .entree { float:left; margin-left:5px;}
#catalogue_detail .produit .description_produit .entree { float:left; }

/*******************************************/

#catalogue_detail .images_produit {
	float:left;
}

#catalogue_detail .image_princ {
	width:260px;
}

#catalogue_detail .image_entree {
	width:60px;
	float:left;
	margin:5px 4px 3px 0px;
}

#catalogue_detail .image_entree .highslide img{
	border:1px solid #999999;
}

/***************************************/

#catalogue_detail #achat {
	float:right;
	width:250px;
}

.quantite_panier { width: 250px; clear:both; }
.quantite_panier .label { float:left; width:60px; line-height:16px; padding:5px; }
.quantite_panier .entree { float:left; }
.quantite_panier input { width:25px; }

.notes_panier { width: 250px; margin-top:5px; clear:both; display: none; }
.notes_panier .label { float:left; width:60px; line-height:16px; padding:5px; }
.notes_panier .entree { float:left; }

#catalogue_detail .bouton {
	margin-top:5px;
}


/******************************************************************/
/********************** PANIER D'ACHAT ***************************/
/******************************************************************/

#catalogue_panier {
	width:100%;
	padding-bottom: 10px;
	margin-top:15px;
}

#catalogue_panier .header {
	width:100%;
	text-align:left;
	background-color:#FFFFFF;
	float:left;
	font-size:16px;
	font-weight: bold;
}

#catalogue_panier .footer {
	width: 100%;
	padding: 5px 0px 0px 0px;
	text-align: center;
	clear:both;
	float:left;
	margin-bottom:20px;
}

#catalogue_panier .c_body {
	float: left;
	width:100%;
	clear: both;
}

#catalogue_panier .label {
	display: inline; 
}

#catalogue_panier .entree {
	display: inline;
	font-size:14px;
}

#catalogue_panier .c_body .c_produit:nth-child( even ){ background-color: #FFFFFF; border-top:1px solid #FFFFFF; border-bottom:1px solid #FFFFFF; }
#catalogue_panier .c_body .c_produit:nth-child( odd ){ background-color: #F9F9F9; border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; }

#catalogue_panier .prix_grand_total {
	float:right;
	font-size: 16px;
	padding-right:5px;
	clear:both;
}

#catalogue_panier .prix_grand_total_rabais {
	float:right;
	padding-right:5px;
	clear:both;
	font-size:14px;
}

#catalogue_panier .prix_grand_total_reduit {
	float:right;
	padding:5px;
	clear:both;
	font-weight:bold; 
}

#catalogue_panier .prix_grand_total_escompte {
	float:right;
	padding-right:5px;
	clear:both;
	font-size:14px;
}

#catalogue_panier .prix_grand_total_final {
	float:right;
	padding:5px;
	clear:both;
	font-size: 16px;
	font-weight:bold;
	color:red; 
}

#catalogue_panier .prix_grand_total_taxes,
#catalogue_panier .prix_grand_total_frais {
	float:right;
	padding-right:5px;
	clear:both;
	font-size:14px;
}

#catalogue_panier .quantite_produit 			{ padding:5px 0.7%; width:14%; float:left; }
#catalogue_panier .nom_produit 					{ padding:5px 0.7%; width:45%; float:left; }
#catalogue_panier .prix_unitaire 				{ padding:5px 0.7%; width:15%; float:left; }
#catalogue_panier .rabais_total					{ display: none; }
#catalogue_panier .produit_total				{ padding:5px 0.7%; width:15%; float:left; }
#catalogue_panier .supprimer_produit		 	{ padding:5px 0.7%; width:3%; float:left; }
#catalogue_panier .taxe							{ padding:5px 0.7%; width:3%; float:left; }

#catalogue_panier .btn_supprimer_produit,
#catalogue_panier .c_plus_quantite_produit,
#catalogue_panier .c_moins_quantite_produit	{
	display: inline-block;
	zoom: 1;
	cursor: pointer;
	width:10px;
	height:10px;
	text-align: center;
	background-color:#e5e5e5;
	border:1px solid #d4d4d4;
	line-height:8px;
	float:left;
}

#catalogue_panier .notes_produit {
	display: none;
	font-size:10px;
	padding:5px;
}

#catalogue_panier .notes_confirmer_produit {
	display: none;
	font-size:10px;
	margin-left: 5%;
	width: 81%;
	float: left;
	padding: 0px 5px 5px;
}

#catalogue_panier .valeur_quantite_produit {
	display: inline-block;
	zoom: 1;
	*display: inline;
	float:left;
	padding:0px 3px;
	font-size:11px;
}

#catalogue_panier .c_produit {
	float: left;
	width: 100%;
	clear:both;
}

#catalogue_panier .total_bas {
	float: right;
	padding-bottom:5px;
	padding-top:5px;
	width:100%;
	border-top:1px dotted #666666;
	border-bottom:1px dotted #666666;
}

#catalogue_panier .total_bas .c_label {
	float:left;
}

#catalogue_panier .total_bas .c_entree {
	padding-right:10px;
	font-weight:bold;
	float:left;
}
#catalogue_panier .boutons_panier {
	float:right;
	padding-top:10px;
	text-align:right;
}

/*****************************************************************/
/***************** ONGLETS ***************************************/
/*****************************************************************/
#titre_page {
	width:100%;
	border-bottom:1px dotted #666666;
	height:40px;
}

.titrecatalogue {
	font-family:Arial;
	font-size:26px;
	line-height:40px;
	color:#333333;
	font-weight:bold;
}


#catalogue_onglets {
	width:100%;
	padding-top:10px;
	height:45px;
	border-bottom:1px dotted #666666;
	text-align:center;
} 

.onglet {
	float:left;
	margin-right:3px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	padding:8px;
	font-weight:bold;
	cursor: pointer;
	margin-bottom: 5px;
	font-size:14px;
	color:#999999;
	border:1px solid #cccccc;
}

.onglet:hover {
	background-color:#F4F4F4;
}

.onglet_courant {
	background-color:#F4F4F4;
	color:#333333;
	cursor: default;
}

.onglet_disabled {
	color:#CCCCCC;
	cursor: default;
}

.onglet_disabled:hover {
	background-color:#ffffff;
}


/***********************************************/
/**************** CONTROLES ********************/
/***********************************************/

.controls {
	width:100%;
	font-size:11px;
	margin-top:10px;
	height:30px;
	clear:both;
}

.etape_precedente{
	float: left;
}

.etape_suivante{
	float: right;
}

/**********************************************************************/
/************************* AVIS LEGAUX ********************************/
/**********************************************************************/

.avis_legaux {
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

.avis_lien {
	margin: auto;
	padding: 0 10px;
	display: inline;
}

.avis_page {
	width: 100%;;
	text-align: left;
	padding-top: 20px;
}

/***********************************************************************/
/*************************** COMMANDE **********************************/
/**********************************************************************/

#catalogue_commande {
	width: 100%;
	margin:10px 0px;
}

#catalogue_commande .entete {
	font-size:20px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight:bold;
	color:#8F887D;
	
}

#catalogue_commande .login,
#catalogue_commande .commande_nouveau_compte
{
	margin:10px 0px;
	width:320px;
	float:left;
	background-color:#F9F9F9;
	padding:10px;
	border:1px solid #e5e5e5;
	text-align:center;
}

#catalogue_commande .login {
	font-size:12px;
	text-align:center;
}

#catalogue_commande .login .bouton {
	margin-top:10px;
	margin-left:180px;
	width:100px;
}

#catalogue_commande .commande_login {
	display:block;
	height:30px;
}

#catalogue_commande .password_commande {
}

#catalogue_commande .login .label {
	width:140px;
	float:left;
	text-align:right;
	line-height:20px;
}

#catalogue_commande .login .entree {
	float:left;
	margin-left:10px;
}

#catalogue_commande .login input { width:140px; }

#catalogue_commande .commande_login .c_confirmer_login {
	margin: 10px 85px;
}

#catalogue_commande .login .erreur_login {
	display:none;
	text-align: left;
	font-size: 10px;
	color: red;
	margin-bottom:5px;
}

#catalogue_commande .commande_nouveau_compte {
	float:left;
	margin-left:10px;
	text-align:center;
	width:300px;
}

#catalogue_commande .commande_nouveau_compte .nouveau_login {
	margin: 4px 60px;
}

.client_lien_mdp {
	float: left;
	width: 130px;
	font-size: 0.8em;
	margin: 0px 80px 10px;
	padding: 5px;
	color: darkblue;
	text-align: center;
	cursor: pointer;
}

.client_lien_mdp:hover {
	text-decoration: underline;
}

/******************************************************************/

#catalogue_commande .c_commande_form,
#catalogue_commande .commande_paiement {
	margin:10px 0px;
	background-color:#F9F9F9;
	padding:10px;
	border:1px solid #e5e5e5;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

#catalogue_commande .c_commande_form {
	width:97%;
	position: relative;
	float: left;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	}

#catalogue_commande .c_commande_form .deconnexion
{
	position: absolute;
	top: 30px;
	right: 10px;
	cursor: pointer;
	padding-right: 5px;
	text-align: right;
	font-size: 11px;
	font-weight:bold;
}

#catalogue_commande .c_commande_form #colonne1,
#fournisseur_utilisateur .fournisseur_form #colonne1,
#client_utilisateur .utilisateur_form #colonne1 {
	float:left;
	width:45%;
	margin-bottom:15px;
}

#catalogue_commande .c_commande_form #colonne2 {
	float:left;
	width:45%;
	margin-top:35px;
	margin-bottom:15px;
}

#fournisseur_utilisateur .fournisseur_form #colonne2,
#client_utilisateur .utilisateur_form #colonne2 {
	float:left;
	width:45%;
	margin-left:20px;
}

.champ_obligatoire {
	color: red;
	font-size: 11px;
	font-weight:bold;
	padding-right:3px;
}

#catalogue_commande .c_message {
	padding-top: 5px;
	padding-bottom: 5px;
}

.c_commande_form select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:165px;
}

.c_commande_form .label 		{ float:left; width:100px; display:inline; line-height:30px; }
.c_commande_form .entree 		{ float:left; width:40px; padding:3px; display:inline; }

#catalogue_commande .c_commande_form .entree input { font-family:Arial, Helvetica, sans-serif;
	font-size:12px; width:160px; }
	
#catalogue_commande .c_commande_form .entree input[readonly] { background-color:#F9F9F9; font-weight:bold; color:#333333; border:1px solid #F9F9F9; }

#catalogue_commande .c_commande_form .utilisateur			{float:left; clear:both; }
#catalogue_commande .c_commande_form .motdepasse			{float:left; clear:both; }
#catalogue_commande .c_commande_form .motdepasse2			{float:left; clear:both; }

#catalogue_commande .c_commande_form .nom					{ float:left; clear:both; }
#catalogue_commande .c_commande_form .ville 				{ float:left; clear:both; }
#catalogue_commande .c_commande_form .adresse 				{ float:left; clear:both; }
#catalogue_commande .c_commande_form .code_postal 			{ float:left; clear:both; }
#catalogue_commande .c_commande_form .langue	 			{ float:left; clear:both; }
#catalogue_commande .c_commande_form .pays					{ float:left; clear:both; }
#catalogue_commande .c_commande_form .province				{ float:left; clear:both; }
#catalogue_commande .c_commande_form .telephone_1			{ float:left; clear:both; }
#catalogue_commande .c_commande_form .telephone_2			{ float:left; clear:both; }
#catalogue_commande .c_commande_form .fax					{ float:left; clear:both; }
#catalogue_commande .c_commande_form .courriel				{ float:left; clear:both; }

#catalogue_commande .c_commande_form .courriel .label 		{ width:160px; }
#catalogue_commande .c_commande_form .utilisateur .label	{ width:160px; }
#catalogue_commande .c_commande_form .motdepasse .label		{ width:160px; }
#catalogue_commande .c_commande_form .motdepasse2 .label	{ width:160px; }

#catalogue_commande .c_commande_form .courriel .entree input	{ width: 250px; }
#catalogue_commande .c_commande_form .utilisateur .entree input	{ width: 250px; }


#catalogue_commande .c_commande_form .meme_adresse			{ float:left; clear:both; font-weight:bold; margin-bottom:10px;}

#catalogue_commande .c_commande_form .destinataire_livraison{ float:left; clear:both; }
#catalogue_commande .c_commande_form .adresse_livraison		{ float:left; clear:both; }
#catalogue_commande .c_commande_form .pays_livraison		{ float:left; clear:both; }
#catalogue_commande .c_commande_form .province_livraison	{ float:left; clear:both; }
#catalogue_commande .c_commande_form .ville_livraison		{ float:left; clear:both; }
#catalogue_commande .c_commande_form .code_postal_livraison	{ float:left; clear:both; }


#affichage_validation {
	margin: 3px 5px 4px 5px;
	line-height: 23px;
	vertical-align: middle;
	overflow: hidden;
}

#btn_validation { 
	display: inline; 
	overflow: hidden;
	margin-left:215px;
	margin-top:-2px;
}

#catalogue_commande .c_commande_form .password2_commande {
	margin-bottom: 20px; 
}


#catalogue_commande .c_commande_form .livraison_commande {
	padding-left: 0px;
}

#catalogue_commande .c_commande_form .meme_adresse .label {
	width: 160px;
}

#catalogue_commande .c_commande_controls .c_annuler_commande,
#catalogue_commande .c_commande_controls .c_confirmer_commande {
	margin: 0px 10px;
}

/*****************************************************************************/

#catalogue_commande .commande_paiement, {
	float:left;
}

#zone_paiement_commande {
	width:97%;
	margin-left:15px;
}

#catalogue_commande .commande_paiement .type_paiement .label	{ 
	text-align:left;
	width: 110px;
	display:inline;
}

#catalogue_commande .commande_paiement .type_paiement .entree	{ 
	text-align:center;
	width: 450px;
	display:inline;
}

#catalogue_commande .commande_paiement .description_paiement { 
	display: block;
	margin-bottom: 8px;
	padding: 10px;
	font-size:11px;
}

#catalogue_commande .commande_paiement .type_paiement select	{ width: 120px; }
.type_paiement input[readonly] {
	background-color:#F9F9F9;
	font-weight:bold;
	border:1px solid #F9F9F9;
}

#catalogue_commande .commande_paiement .type_paiement .type_paiement_option {
	text-align:left;
}

#catalogue_commande .commande_paiement .type_paiement .type_paiement_option:first-child {
	margin-top:10px;
}

.consommateur_lien_mdp {
	float: left;
	width: 130px;
	font-size: 0.8em;
	margin: 0px 80px 10px;
	padding: 5px;
	color: darkblue;
	text-align: center;
	cursor: pointer;
}

.consommateur_lien_mdp:hover {
	text-decoration: underline;
}