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

/* HEADER */

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

#main_menu {
	/*margin:100px 0 0 330px;*/
	margin:100px 0 0 245px;
	padding:0;
	list-style:none;
	position:absolute;
	font-size:15px;
	width:750px;
	z-index:2;
}

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

#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:#f99a32;
	text-transform:uppercase;
  font-weight:bold;
}

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

#main_menu ul {
margin:0 0 0 -13px;
/*height:0;
left:0;*/
position:absolute;
top:25px;
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 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:#1D3A1C url(../images/interface/separateur_sous_menu.png) repeat-x scroll 0 0;
}
#main_menu ul li.first{
	margin-top:17px;
	background:none;
	background:#1D3A1C;
  /*padding-top:15px;
  background:none;*/
}



#main_menu ul a, #main_menu ul a:visited {
color:white;
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 3px;
display:block;
}
#main_menu ul li:hover{
  background-color:#2f702d;
}

#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;
}
#login .inscription p{
  margin:5px 0 0 0;
  border-right:1px dotted #cccccc;
  padding-right:7px;
}
#login .inscription p span{
  color:#f99a32;
}
#login .inscription a{
  color:#ffffff;
  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:#bbbbbb;
  font-size:0.8em;
  font-weight:normal;
}
#login .customer_infos h3{
  font-size:1em;
  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;
}
#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:red;
  border:0;
  padding-left:17px;
  cursor:pointer;
}
#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:#ffa12d url(../images/interface/content.png) repeat-x;
	overflow:hidden;
	min-height:300px;
}

#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;*/
	margin-top:-145px;
	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:160px;
	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-bottom:10px;
}
#text_footer p{
  display:block;
	clear:both;
	quotes:none;
	font-size:0.8em;
	margin:0 auto;
  color:#000000;
  text-align:center;
}

/* 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 {
	border-bottom:#ccc 1px solid;
}

.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 {
	background:#444;
	font-weight:bold;
}

.menu_left .current ul a {
	background:#ffffff;
	font-weight:lighter;
	color:#000000;
}

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

.menu_left ul .current a {
	background:none;
	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.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 #home_accroche_texte{
  display:block;
  margin:10px 0 0 515px;
  position:absolute;
  width:450px;
  text-indent:0px;
}
#home_accroche_texte p{
  margin:0;
  color:white;
}
#home_accroche_texte h2{
  font-size:1.7em;
  padding-left:0;
  text-align:center;
  text-indent:0px;
}
#home_accroche_texte ul{
  list-style:none outside none;
  margin:5px 0 0 0;
}
#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_flash {
	/*width:500px;
	height:275px;
	position:absolute;
	margin:0;
	margin-top:20px;
	margin-left:492px;
	padding:0;*/
	display:none;
}

.box_bw {
	background:url(../images/interface/box_bw.png) no-repeat;
	width:237px;
	height:170px;
}
.tx-metastorelocation-pi1 .box_bw{
  position:relative;
}

#home_appel, #hp #home_revendeurs, #hp .home_revendeurs, #home_campagne_media, #home_solution_transcash {
	position:absolute;
	/*margin-top:315px;*/
	margin-top:300px;
}
#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 {
	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.8em;
}

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

#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;
}