/* Pour l'affichage des coordonnées bancaire sur la page order */
.table_bank
{
	border-collapse: collapse;
	width: 95%;
	margin: 0px;
	margin-left: 30px;
	padding: 0px;
}
.table_bank tr td
{
	padding-left: 4px;
	padding-right: 4px;
	text-align: left;
}
.table_bank tr th
{
	width: 150px;
	vertical-align: top;
	text-align: left;
}
.table_bank tr td.color
{
	text-align: center;
	background-color: #FFF2BF;
}
.table_bank tr td .table_details_bank
{
	width: 100%;
}
.table_bank tr td .table_details_bank tr th
{
	font-weight: bold;
	text-align: center;	
	background-color: #FFE67F;
}
.table_bank tr td .table_details_bank tr td
{
	text-align: center;
	background-color: #FFF2BF;
	border: 0px;
}
.cadre_reference
{
	border-left: 1px solid #fff2bf;
	border-top: 1px solid #fff2bf;
	border-right: 1px solid #ad8b01;
	border-bottom: 1px solid #ad8b01;
	
	margin-left: auto;
	margin-right: auto;
	width: 450px;
	text-align: center;
	padding: 10px;
}
.cadre_reference div
{
	background-color: #fff2bf;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	text-align: center;
	padding: 10px;

}

/* Tableau pour l'affichage des marchés choisis par l'utilisateur pour abonnement */
.table_facture{
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
	clear: both;
}
.table_facture td{
	padding-bottom: 10px;
}
/* Fin Tableau pour l'affichage des marchés choisis par l'utilisateur pour abonnement */

/* Style pour la gestion des boutons de choix de banque **/
#bank_choice
{
	width: 300px;
	text-align: center;
	border: 0px solid red;
	display: block;
	clear: both;
	margin: 20px auto;
}
#bank_ca,#bank_cic,#bank_down
{
	position: relative;
	left:0px;
	top: 0px;
}
#bank_ca form input, #bank_cic form input, ,#bank_down form input
{
	border-left: 1px solid #d1be71;
	border-top: 1px solid #d1be71;
	border-right: 1px solid #ad8b01;
	border-bottom: 1px solid #ad8b01;
	background-image: url(../images/btn_bank.gif);
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #ffd009;
	color: #000084;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

#bank_ca form input[type="submit"], #bank_cic form input[type="submit"], #bank_down form input[type="button"]
{
	display:block;
	clear:both;
	margin: 0px auto;
	background: url(../images/btn_yellow_4.gif) no-repeat 0 0;
	width: 206px;
	height: 31px;
	color: #000084;
	font-size:9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border: 0px;
	cursor: pointer;
}
#bank_ca form input[type="submit"]:hover, #bank_cic form input[type="submit"]:hover, #bank_down form input[type="button"]:hover
{
	background-position: -206px 0;
}

/* Fin Style pour la gestion des boutons de choix de banque */