#header, #header_home, #footer,#hp, #g1, #g2, #g3, #g4 {
	width:1000px;
	margin:0 auto;
}

/* HEADER */

#header, #header_home {
	height:142px;
}

#main_menu {
	margin:94px 0 0 245px;
	padding:0;
	padding-left:30px;
	list-style:none;
	position:absolute;
	font-size:15px;
	width:720px;
	z-index:2;
	background:url(../images/interface/main_menu.png) no-repeat top right;
	height:46px;
}

#main_menu li {
	float:left;
	background:url(../images/interface/li-main_menu.png) no-repeat 0 5px;
	height:25px;
}

#main_menu li.home {
	margin-left:0;
	background:none;
	padding:0;
}

#main_menu li.home a {
	display:block;
	width:25px;
	height:25px;
	background:url(../images/interface/li-main_menu-home.png) no-repeat;
	text-indent:-9999px;
}

#main_menu li.home a:hover {
  background:url(../images/interface/li-main_menu-home_hover.png) no-repeat;
}

#main_menu li a {
	text-decoration:none;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
}

#main_menu li a.level1, #main_menu li a.selected {
	background:transparent url(../images/interface/main_menu_li.png) no-repeat scroll right top;
	display:block;
	height:46px;
	line-height:46px;
	margin-left:13px;
	margin-right:13px;
	padding-right:13px;
	padding-top:5px;
}

#main_menu li.last_level1 a {
	background:none;
}

#main_menu li a:hover, #main_menu li:hover  a, #main_menu li a.selected{
	color:black;
}

#main_menu ul {
margin:0 0 0 -13px;
/*height:0;
left:0;*/
position:absolute;
top:29px;
visibility:hidden;
width:240px;
z-index:9999;
border:0;
/*background-color:#1d3a1c;*/
background:url(../images/interface/sous-menu.png) no-repeat center bottom;
padding-bottom:12px;
}

#main_menu li.last_level1 ul {
  margin-left:-120px;
}

#main_menu ul li{
  margin-left:0;
  padding:5px 0 5px 0;
  width:100%;
  height:auto;
  /*border-bottom:1px solid black;*/
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  background:#f89a31 url(../images/interface/separateur_sous_menu.png) repeat-x scroll 0 0;
}
#main_menu ul li.first{
	margin-top:17px;
	background:none;
	background:#f89a31;
  /*padding-top:15px;
  background:none;*/
}



#main_menu ul a, #main_menu ul a:visited, #main_menu li.last_level1 ul a {
color:black;
font-size:12px;
font-weight:normal;
height:auto;
padding:5px 10px 5px 18px;
margin-left:10px;
text-align:left;
text-transform:none;
width:200px;
background:url(../images/interface/puce_fleche.png) no-repeat scroll 0 6px;
display:block;
}
#main_menu ul a.selected{
  line-height:16px;
}
#main_menu ul li:hover{
  background-color:#feedda;
}

#main_menu li:hover ul, #main_menu a:hover ul {
visibility:visible;
}

#login {
	float:right;
	padding:0 15px 0 18px;
	height:77px;
	/*background:url(../images/interface/border_l_login.gif) no-repeat scroll left -2px;*/
	background:url(../images/interface/border_l_login.png) no-repeat scroll left -2px;
	text-align:left;
  margin-top:10px;
}

#login ul{
  list-style:none;
  margin:0;
  padding:5px 3px 0;
  /*background:url(../images/interface/border_r_login.gif) no-repeat scroll right -2px;*/
  background:url(../images/interface/border_r_login.png) no-repeat scroll right -2px;
  width:99%;
  height:90%;
}

#login li {
	float:left;
  color:#000000;
}

#login li a{
	text-decoration:none;
	font-size:0.9em;
}

#login li a:hover {
	text-decoration:underline;
}

#login li:after {
	content:'';
}
#login .inscription{
  color:#dddddd;
  font-size:0.9em;
  height:62px;
  background:url("../images/interface/li_identifiant.png") no-repeat scroll right center transparent;
}
#login .inscription p{
  margin:5px 0 0 0;
  padding-right:7px;
}
#login .inscription p span{
  color:#f99a32;
}
#login .inscription a{
  color:black;
  font-weight:bold;
  display:block;
}

#login .bt {
	display:block;
	width:183px;
	height:34px;
	line-height:34px;
	font-weight:bold;
	text-align:left;
	padding-left:40px;
	color:black;
	background:url(../images/interface/login-bt.png) no-repeat;
	margin-top:9px;
	margin-left:10px;
}

#login .aide {
	display:block;
	width:26px;
	height:34px;
	line-height:34px;
	text-indent:-9999px;
	font-weight:bold;
	color:black;
	background:url(../images/interface/login-aide.png) no-repeat;
	margin-left:13px;
	margin-top:9px;
}
#login .aide:hover {
  background:url(../images/interface/login-aide_hover.png) no-repeat;
}

#login h3{
  margin:0 0 3px 0;
  color:black;
  font-size:0.8em;
  font-weight:normal;
}
#login .customer_infos h3{
  font-size:1em;
  font-weight:bold;
  display:inline;
  color:#888888;
}

#login .identifiant{
  padding:0 5px 0 10px;
}
#login .identifiant input[type="text"], #login .identifiant input[type="password"]{
  width:107px;
  height:22px;
  padding:2px 0 0 2px;
  color:#535353;
  background:url(../images/interface/fond_input.png) no-repeat scroll 0 0;
  border:0;
}
#login .identifiant p {
  margin:3px 0 0 0;
  padding-left:115px;
}
#login .identifiant p a {
  color:#f99a32;
  font-size:0.7em;
  font-weight:bold;
}
#login .identifiant p.mon_compte{
  margin-top:-10px;
  padding-left:0;
}
#login .identifiant p.mon_compte a {
  font-size:0.9em;
}
#login #form_login input[type="submit"]{
  background:url(../images/interface/bt_login.png) no-repeat scroll center center;
  color:black;
  font-weight:bold;
  border:0;
  padding:6px;
  cursor:pointer;
  font-size:0.7em;
}
#login #form_login input[type="submit"]:hover{
  color:white;
}
#login .customer_infos form{
  text-align:right;
  padding-top:5px;
  padding-left:10px;
}
#login .customer_infos .status_customer{
  
}
#login .customer_infos input[type="submit"]{
  background:url(../images/interface/bt_logout.png) no-repeat scroll 0 2px;
  color:#BB0000;
  border:0;
  padding-left:17px;
  cursor:pointer;
  font-weight:bold;
}
#popup_load{
  background:white url(../images/interface/ajax-loader.gif) no-repeat scroll 0 0;
  border:1px solid black;
  padding:20px 10px 10px 10px;
  position:absolute;
  top:150px;
  margin-left:-360px;
  width:300px;
  min-height:120px;
  z-index:9999;
  display:none;
}
#fader_load{
  background-color:#333333;
  height:120%;
  left:0;
  opacity:0.5;
  filter : alpha(opacity=50); 
  -moz-opacity : 0.5; 
  position:absolute;
  top:0;
  width:100%;
  z-index:9998;
  display:none;
}
#question {
	list-style:none;
	position:absolute;
	margin-left:480px;
	width:215px;
	height:52px;
	background:url(../images/interface/questions-bg.png) no-repeat;
	text-align:left;
}

ul#question li {
	float:left;
  color:#000000;
}

ul#question li a {
	text-decoration:none;
	font-size:0.9em;
}

ul#question li a:hover {
	text-decoration:underline;
}

ul#question li:after {
	content:'';
}


#question .bt {
	display:block;
	width:152px;
	height:34px;
	line-height:34px;
	font-weight:bold;
	text-align:left;
	padding-left:40px;
	color:black;
	background:url(../images/interface/questions-bt.png) no-repeat;
	margin-top:9px;
	margin-left:10px;
}

.bt_localisation{
  float:right;
  margin-top:-45px;
}

/* CONTENT */

#content {
	background:#F89A31 url(../images/interface/content.png) repeat-x;
	overflow:hidden;
	min-height:300px;
	margin-top:3px;
}

#content .dl_annonce_radio{
  text-align:center;
}
#content .dt_annonce_radio{
  margin-left:-135px;
  font-size:0.8em;
  font-weight:normal;
}
#content .dd_annonce_radio{
  
}

#c1, #c2, #c3 {
	float:left;
}

#hp, #g1, #g2, #g3, #g4 {
	background:url(../images/interface/g1_g2_g3.png) no-repeat;
	overflow:hidden;
	padding-top:20px;
	min-height:450px;
}

#hp {
	padding-top:0;
	height:470px;
}
#g1 #c1 div#contenu, #g2 #c2 div#contenu , #g3 #c1 div#contenu, #g4 #c2 div#contenu {
  padding:0 30px 1px 30px;
  min-height:300px;
}
#g1 #c1 div#contenu_footer, #g2 #c2 div#contenu_footer , #g3 #c1 div#contenu_footer, #g4 #c2 div#contenu_footer {
  height:50px;
}
#g1 #c1 div#contenu {
	background:url(../images/interface/g1-c1_header.png) repeat-y center bottom;
}
#g1 #c1 div#contenu_footer {
  background:url(../images/interface/g1-c1_footer.png) no-repeat center bottom;
}
#g1 #c1 div.csc-header{
  padding:0;
  background:none;
}

#g1 #c1, #g4 #c2 {
	width:750px;
}

#g1 #c2 {
	width:250px;
}

#g2 #c1, #g2 #c3, #g4 #c1 {
	width:250px;
}

#g2 #c2 {
	width:500px;
}

#g2 #c2 div#contenu {
	background:url(../images/interface/g2-c2_header.png) repeat-y center bottom;
}
#g2 #c2 div#contenu_footer {
	background:url(../images/interface/g2-c2_footer.png) no-repeat center bottom;
}
#g2 #c2 div.csc-header{
  padding:0;
}

#g2 #c2 #contenu fieldset legend{
  width:440px;
}

#g3 #c1 div#contenu {
	background:url(../images/interface/g3-c1_header.png) repeat-y center bottom;
}
#g3 #c1 div#contenu_footer {
	background:url(../images/interface/g3-c1_footer.png) no-repeat center bottom;
}

#g3 #c1 div.csc-header{
  padding:0;
}

#g4 #c2 div#contenu {
	background:url(../images/interface/g1-c1_header.png) repeat-y center bottom;
}
#g4 #c2 div#contenu_footer {
	background:url(../images/interface/g1-c1_footer.png) no-repeat center bottom;
}
#g4 #c2 div.csc-header{
  padding:0;
}

#g4 #c2 #contenu fieldset legend{
  width:440px;
}

/* FOOTER */

#footer {
	text-align:center;
	color:#8e8e8e;
	font-size:0.9em;
	background:transparent url(../images/interface/footer.png) repeat-x;
	width:100%;
	height:300px;
	/*margin-top:-130px;*/
	clear:both;
}

#footer ul {
	margin:0 auto;
	padding:0;
	list-style:none;
	clear:both;
	text-align:center;
	width:1000px;
}

#footer li {
	display:inline;
	margin-left:5px;
	text-align:center;
}
/*
#footer li:after {
	content:' |';
	color:white;
}

#footer li:last-child:after {
	content:'';
}*/

#footer #nav {
	padding-top:30px;
	padding-bottom:20px;
}

#footer #nav li {
	padding-bottom:20px;
}

#footer #site_infos {
	font-size:0.8em;
}

#footer #site_infos li , #footer #site_infos li a {
	color:#8E8E8E;
}

#footer p {
	display:block;
	clear:both;
	quotes:none;
	font-size:0.8em;
	margin:0 auto;
	padding-top:20px;
}

#text_footer {
  margin-top:10px;
  z-index:2;
  position:relative;
}

#text_footer p{
	display:block;
	clear:both;
	quotes:none;
	font-size:0.8em;
	margin:0 auto;
	color:#777;
	text-align:center;
	margin:0;
	padding:0;
}

#text_footer p a{
	color:#777;
}

/* GABARITS */

/* BOXES */

.box_transp, .box_transp dt, .box_transp dd {
	margin:0;
	padding:0;
}

.box_transp {
	margin-bottom:20px;
	font-weight:normal;
	font-size:1em;
}

.box_transp dt, #content #c3 h3 {
	background:url(../images/interface/box_transp-dt.png) 0 top no-repeat;
	width:234px;
	height:14px;
}
#content #c3 h3, #content #c3 p, #content #c3 p .texte_gros {
  font-size:1em;
}
#content #c3 h3{
  padding:10px 0 15px 10px;
  margin:0;
}
#content #c3 .csc-header .spacer-gif, #content #c3 .csc-header br{
  display:none;
}
#content #c3 p .texte_gros {
  font-weight:bold;
}
.box_transp dd{
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	width:214px;
	background:url(../images/interface/box_transp-dd.png) 0 bottom repeat-y;
}
/*
.box_transp dd, #content #c3 p  {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	width:214px;
	background:url(../images/interface/box_transp-dd.png) 0 bottom repeat-y;
}
#content #c3 p{
  padding-top:15px;
}*/

.box_transp p, .box_transp ul, .box_transp h3, .box_transp h4 {
	margin-top:0;
}

.menu_left {
	list-style:none;
	margin:0;
	margin-bottom:5px;
	background:white;
}

.menu_left ul {
	margin:0;
	padding:0;
}
/*
.menu_left li:last-child {
	border:0;
}*/

.menu_left li ul {
	list-style:disc;
	margin:0;
	padding-left:20px;
}

.menu_left li ul li {
	border:none;
}

.menu_left li ul li a {
	font-size:0.8em;
	background:none;
	padding-left:0;
}

.menu_left li a {
	display:block;
	padding:5px;
	text-decoration:none;
	/*background:url(http://www.trans-cash.fr/fileadmin/images/interface/puce_fleche.gif) no-repeat center left;*/
	padding-left:15px;
}
.menu_left li a:hover {
  font-weight:bold;
}

.menu_left li:first-child {
}

.menu_left .current a {
	display:block;
	background:url(../images/interface/menu_left_current_a.png) no-repeat left top;
	font-weight:bold;
	color:white;
}

.menu_left .current a:hover{
	background-position:right top;
}

.menu_left .current ul{
	list-style:none;
	margin:0;
	padding:0;
}

.menu_left .current ul a, .menu_left .current ul a:hover {
	background:#ffffff;
	font-weight:lighter;
	color:#000000;
	padding-left:15px;
	background:url(../images/interface/puce_fleche.png) no-repeat 0 5px;
}

.menu_left .current ul a:hover {
  /*font-weight:bold;*/
  text-decoration:underline;
  color:#555555;
}

.menu_left ul .current a {
	font-weight:bold;
	color:#555555;
}
.menu_left ul .current a:hover {
  font-weight:bold;
}

.menu_left .current {
}

.menu_left .current a {
	color:white;
}

#home_accroche {
	/*background:url(../images/interface/home_accroche.png) no-repeat;
	width:460px;
	height:370px;
	position:absolute;
	margin:0;
	padding:0;
	color:#110F06;
	font-size:0.9em;*/
	background:url(../images/interface/home_accroche-v2.png) no-repeat;
	width:990px;
	height:370px;
	position:absolute;
	margin:0;
	padding:0;
	color:#110F06;
	font-size:0.9em;
}
#home_accroche #pastille_frais_gestion{
  position:absolute;
  text-indent:-9999px;
  display:block;
  width:155px;
  height:155px;
  margin-left:365px;
  background:url(../images/interface/pastille-frais-gestion.png) no-repeat 0 0px;
}
#home_accroche.home_accroche_v3{
  background:url(../images/interface/home_accroche-v3.png) no-repeat 0 -13px;
}
#home_accroche p {
  margin:30px 10px 0 55px;
}

#home_accroche h2 {
	padding-top:20px;
	padding-left:30px;
  text-indent:-9999px;
}

#home_accroche strong, #home_accroche span{
  color:#000000;
  font-size:1.9em;
}
#home_accroche div.bloc_accueil{
  display:block;
  position:absolute;
  height:135px;
  width:164px;
}
#home_accroche div.bloc_accueil p{
  margin:0;
}
#home_accroche #bloc_haut_gauche{
  margin-left: 5px;
}
#home_accroche #bloc_haut_droite{
  margin-left: 320px;
}
#home_accroche #bloc_bas_gauche{
  margin: 140px 0 0 5px;
}
#home_accroche #bloc_bas_droite{
  margin: 140px 0 0 320px;
}
#home_accroche #home_accroche_texte{
  display:block;
  margin:0px 0 0 485px;
  position:absolute;
  width:500px;
  text-indent:0px;
}
#home_accroche_texte p{
  margin:0;
}
#home_accroche_texte h2{
  font-size:1.5em;
  padding-left:0;
  text-align:center;
  text-indent:0px;
}
#home_accroche_texte ul{
  list-style:none outside none;
  margin:5px 0 0 0;
  margin-left:10px;
}
#home_accroche_texte li{
  background:url("../images/interface/tick.png") no-repeat scroll 0 center transparent;
  margin-bottom:5px;
  min-height:13px;
  padding-left:20px;
  font-weight:bold;
  font-size:1.1em;
}

#home_accroche_texte li a {
	text-decoration:none;
}

#home_flash {
	/*width:500px;
	height:275px;
	position:absolute;
	margin:0;
	margin-top:20px;
	margin-left:492px;
	padding:0;*/
	display:none;
}

#box_720{
	width:720px;
	height:185px;
	background:url(../images/interface/home_720.png) no-repeat;
}

#box_720 ul{
	list-style:none;
	margin:0;
	padding:0;
}

#box_720 ul li{
	float:left;
	margin:0;
	padding:0;
	height:185px;
}

#box_720 ul li.item1{
	background:url(../images/interface/box_720_1.png) no-repeat center top;
}
#box_720 ul li.item2{
	background:url(../images/interface/box_720_2.png) no-repeat center top;
}
#box_720 ul li.item3{
	background:url(../images/interface/box_720_3.png) no-repeat center top;
}
#box_720 ul li.item4{
	background:url(../images/interface/box_720_4.png) no-repeat center top;
}

#box_720 ul li.item1:hover, #box_720 ul li.item2:hover, #box_720 ul li.item3:hover, #box_720 ul li.item4:hover {
	background-position:center bottom;
}

#box_720 ul li a{
	display:block;
	width:180px;
	height:185px;
	text-indent:-9999px;
}

.box_bw {
	background:url(../images/interface/box_bw.png) no-repeat;
	width:237px;
	height:170px;
}
.tx-metastorelocation-pi1 .box_bw{
  position:relative;
}
.tx-metastorelocation-pi1 #home_revendeurs{
 background:url("../images/interface/search_pdv.png") no-repeat scroll 0 0 transparent
}

#home_appel, #hp #home_revendeurs, #hp .home_revendeurs, #home_campagne_media, #home_solution_transcash, #home_callme, #box_720 {
	position:absolute;
	/*margin-top:315px;*/
	margin-top:300px;
	z-index:1;
}

#box_720 {
	margin-top:288px;
}

#hp #home_revendeurs{
	background:url(../images/interface/search_pdv.png) no-repeat;
	height:166px;
	width:248px;
	margin-top:310px;
}

#home_callme div{
  position:absolute;
}
#home_callme p a{
  background:url(../images/interface/bouton_rappel_gratuit.png) no-repeat left 0 transparent;
  display:block;
  width:245px;
  height:137px;
  position:absolute;
  text-indent:-9999px;
  margin:0 0 0 250px;
}
#home_callme p a:hover{
  background-position:right 0;
}
#home_solution_transcash{
  margin-left:250px;
}
#home_campagne_media p, #home_solution_transcash p{
  font-size:0.9em;
  margin:0;
  padding:0 10px;
}
#home_appel, #home_campagne_media {
	margin-left:500px;
}

#home_appel strong {
	display:block;
	font-size:2em;
}

#home_appel p {
	padding:0px 10px 0;
	padding-right:0;
	margin-bottom:0;
	font-size:0.7em;
  margin-top:-10px;
}

#home_revendeurs span, 
/*#home_revendeurs div p, #content #c3 #home_revendeurs div p, */
.home_revendeurs span, .home_revendeurs div p, #content #c3 .home_revendeurs div p, #content #c1 .home_revendeurs div p{
	display:block;
	padding-top:0px;
	padding-left:100px;
	padding-right:3px;
	padding-bottom:15px;
  margin-top:-10px;
  margin-bottom:0;
	line-height:normal;
	font-size:10px;
	text-align:center;
}
#home_revendeurs span, .home_revendeurs span{
  padding-bottom:0;
  padding-left:38px;
  text-align:left;
}

#home_appel img, #home_revendeurs img.fond_carte, .home_revendeurs img {
	display:block;
	position:absolute;
}
#home_appel img {
	left:110px;
	top:30px;
}
#home_revendeurs img.fond_carte, .home_revendeurs img {
	left:5px;
	top:10px;
}

#home_revendeurs p, .home_revendeurs p {
 	font-size:0.65em;
	color:black;
	padding-top:67px;
	padding-left:10px;
	margin:0;
	margin-bottom:3px;
}

#home_revendeurs form, .home_revendeurs form {
	padding-left:10px;
}

#home_revendeurs form input{
	width:130px;
	margin-right:3px;
}

#home_revendeurs input.bt_chercher{
	background:url(../images/interface/bt_chercher.png) no-repeat center top;
	display:inline-block;
	border:0;
	text-indent:-9999px;
	cursor:pointer;
	width:83px;
	height:35px;
}

#home_revendeurs input.bt_chercher:hover{
	background-position:center bottom;
}

#home_revendeurs p strong, .home_revendeurs p strong{
	display:block;
}

#hp #home_revendeurs, #hp .home_revendeurs {
	margin-left:730px;
}

#home_medias {
	position:absolute;
	/*margin-top:295px;*/
	margin-top:280px;
	background:url(../images/interface/home_medias.png) no-repeat;
	width:490px;
	height:186px;
	color:white;
}
#home_medias #contenu_media{
  position:absolute;
  z-index:1;
}

#home_medias p {
	padding-left:310px;
	padding-top:30px;
	padding-right:10px;
	font-size:0.8em;
  position:absolute;
  z-index:2;
}

#home_medias a {
	display:block;
	height:25px;
  text-align:center;
}

.bodytext {
	font-size:0.9em;
}

/*=====================================*/
/*          DROP DOWN SITE MAP         */
/*=====================================*/
.tx-dropdownsitemap-pi1 a, .tx-dropdownsitemap-pi1 a:link, .tx-dropdownsitemap-pi1 a:visited, .tx-dropdownsitemap-pi1 a:hover, .tx-dropdownsitemap-pi1 a:active {
  color:black;
}

/*======================================*/
/*                POWERMAIL             */
/*======================================*/
.tx-powermail-pi1 legend{
  display:none;
}
.tx-powermail-pi1 .powermail_mandatory, .tx-powermail-pi1 .powermail_mandatory_js{
  color:red;
  font-weight:bold;
}
.tx-powermail-pi1 #powermaildiv_uid1{
  background:url(../images/interface/fond_form_tel.gif) no-repeat 0 0 transparent;
  width:449px;
  height:55px;
  color:white;
  padding:30px 0 0 25px;
}
.tx-powermail-pi1 #powermaildiv_uid1 input{
  border:3px solid #777777;
}
.tx_powermail_pi1_fieldwrap_html_check{
  margin-left:10px;
}
#contenu .tx_powermail_pi1_fieldwrap_html_check p.tx_powermail_pi1_fieldwrap_html_checkbox_title{
  margin:0;
  font-weight:bold;
}
.tx_powermail_pi1_fieldwrap_html_check label{
  display:block;
  float:left;
  width:122px;
  clear:both;
}
.tx_powermail_pi1_fieldwrap_html_label{
  clear:both;
  font-size:0.8em;
  margin:10px 0;
  text-align:center;
  color:#cccccc;
}
.tx_powermail_pi1_fieldwrap_html_submit{
  text-align:center;
}
.tx_powermail_pi1_fieldwrap_html_submit input{
  border:0;
  width:202px;
  height:51px;
  cursor:pointer;
  text-indent:-9999px;
  background:url(../images/interface/button_callme.png) no-repeat 0 0 transparent;
}

/*** CONTACT ADHERENT ***/
.tx-packtranscash-pi1{
  padding: 10px;
}
.tx-packtranscash-pi1 fieldset{
    -moz-border-radius: 3px 3px 3px 3px;
    -moz-box-shadow: 5px 5px 10px #888888;
    background: -moz-linear-gradient(center top , #FFFFFF 0%, #E5E5E5 100%) repeat scroll 0 0 transparent;
    border: 0 none;
    margin-bottom: 20px;
    padding: 10px;
}
.tx-packtranscash-pi1 legend{
  color: #EAEAEA;
  float: right;
  font-size: 30px;
  font-weight: bold;
  margin: 3px 10px 10px 0;
  display:none;
}
.tx-packtranscash-pi1 div.coordonnees{
  clear:both;
  margin: 0 0 0.5em;
}
.tx-packtranscash-pi1 label {
    display: block;
    margin-bottom: 3px;
    margin-left: 10px;
    clear: both;
    float: left;
    font-weight: bold;
    width: 160px;
}
.tx-packtranscash-pi1 fieldset div{
  margin:4px 0;
}
.tx-packtranscash-pi1 textarea{
  margin-left: 0px;
  padding: 3px;
  width: 136px;
}
.tx-packtranscash-pi1 input[type=submit], .tx-packtranscash-pi1 input[type=button]{
  background: url("../images/interface/input_home_revendeurs.png") no-repeat scroll 0 0 transparent;
  border: 0 none;
  color: black;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  height: 28px;
  left: 28%;
  line-height: 28px;
  margin: 0;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  width: 92px;
}
.tx-packtranscash-pi1 .mandatory{
  color:red;
}
.tx-packtranscash-pi1 .error{
  display:none;
  position:absolute;
  width:auto;
  margin-left: 290px;
  margin-top:-27px;
  
  background: #ffb76b; /* old browsers */
	background: -moz-linear-gradient(top, #ffb76b 0%, #ffa73d 45%, #ff7c00 56%, #ff7f04 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb76b), color-stop(45%,#ffa73d), color-stop(56%,#ff7c00), color-stop(100%,#ff7f04)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); /* ie */
	border-top: 1px solid #FFAF56;
	border-left: 1px solid #FFAF56;
	border-right: 1px solid #FFAF56;
	font-size: 11px;
	color: #fff;
	padding: 3px 10px 5px 10px;
	
	-webkit-box-shadow: 3px 3px 5px #eee;
	-moz-box-shadow: 3px 3px 5px #eee;
	box-shadow: 3px 3px 5px #eee;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.tx-packtranscash-pi1 .error em {
  display: block;
	width: 0;
	height: 0;
	border: 10px solid;
	border-color: #FF7E03 transparent transparent;
	position: absolute;
	bottom: -10px;
	left: 5px;
	border-bottom: 0 none;
}
#contenu .tx-packtranscash-pi1 .error p {
    font-family: Calibri,Arial,sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

a#bt_acheter_pack{
	display:block;
	width:155px;
	height:150px;
	background:url(../images/interface/bt_acheter_pack.png) no-repeat top left;
	text-indent:-9999px;
	position:absolute;
	top:140px;
	margin-left:340px;
}

a#bt_acheter_pack:hover{
	background-position:top right;
}


