* {
	margin: 0;
	padding: 0;
}

/*<group=hacks>*/

.clearfix { display: inline-table;}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */

.spacer {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
	border: none;
}
/*</group>*/

body {
	color: #000;
	background: #fff;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

#header {
	position: relative;
	width: auto;
	background-color: #313431;
}

#header p#logo, #header p#logo a {
	display: block;
	width: 190px;
	height: 96px;
	background: url(../images/logo_xx.gif) no-repeat;
}

#header p#logo, #header p#logo a, #header p#headerTexte1 {
	font-size: 1px;
	color: #313431;
}

#header p#headerTexte2, #menu {
	left: 280px;
}

#header p#headerTexte2 {
	position: absolute;
	top: 0;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 1px;
}

/*<group=menu>*/



#menu {
	position: absolute;
	top: 75px;
	width: 650px;
	line-height: normal;
}
  
#menu ul {
  list-style:none;
  }
  
#menu li {
  float:left;
  background: url(../images/z_menu_up_bg.gif) repeat-x;
  border-right: 1px solid #313431;
  }
  
#menu a {
  float:left;
  color: #313431;
  font-size: 9px;
  display:block;
  background:url(../images/z_menu_up_border_right.gif) no-repeat right top;
  
  }
 
#menu a span {
	display:block;
	padding: 5px 8px 4px 8px;
	background:url(../images/z_menu_up_border_left.gif) no-repeat left top;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#menu a {float:none;}
/* End IE5-Mac hack */
	
/*</group>*/

#login {
	position: absolute;
	top: 26px;
	right: 15px;
	width: 62px;
	height: 44px;
	background-color: #292929;
}

#login p#conexion, #login a {
	font-size: 1px;
	color: #292929;
}

#login a {
	display: block;
	float: left;
	width: 32px;
	height: 44px;
}

#login a.login {

	background: url(../images/z_btn_login_on_fr.gif);
}

#login a.logout {

	width: 30px;
	background: url(../images/z_btn_logout_off_fr.gif);
}

#content {
	position: relative;
	margin-top: 30px;
}

#subcol {
	position: relative;
	float: left;
	width: 190px;
	height: auto;
}

#maincol {
	position: relative;
	float: right;
	width: 75%;
	height: auto;
	margin-right: 20px;
}

#subcol label, #subcol a {
	color: #036;
}

#subcol input.submit {
	color: #036;
	background-color: #fff;
	border: 1px solid #036;
}

#subcol h3 {
	margin-top: 5px;
	padding-left: 20px;
	font-size: 10px;
	color: #666;
}

#subcol h3, #subcol li {
	text-transform: uppercase;
	border-bottom: 1px solid #b2bdd2;
}

#subcol ul {
	margin-left: 2px;
}

#subcol li {
	padding: 2px 5px;
}

#subcol li a {
	color: #666;
}

#subcol li a:hover {
	font-weight: bold;
	background: #c0c0c0;
}
#maincol p#transLink{
  text-transform:uppercase;
  padding:0;
  margin:0;
	font-size: 14px;
  text-align:center;
  font-weight:bold;
  margin: 20px auto;
  background: #AC1E1E url(../images/dec_ecke_navPath.gif) no-repeat left top;
  color:#fff;
  width:650px;

}
#maincol p#transLink a{
  color:#fff;
  padding:0px;
  margin:0px 0 0 0 ;
	font-size: 14px;
  display:block ;
  background: transparent url(../images/z_dec_ecke_navPath_right.gif) no-repeat right top;
      padding:5px;
}
#maincol p#transLink a:hover{
text-decoration:none;
}
#maincol h1, #maincol h1 a{
	margin-top: 1em;
	font-size: 18px;
}

#maincol h2,#maincol h2 a{
	margin: .6em 0;
	
	font-size: 14px;
}

#maincol p {
	margin: 1em 0;
	font-size: 12px;
}

#maincol a {
	font-size: 11px;
	color: #000;
	text-decoration: underline;
}
.linkintra{
cursor:text;
text-decoration:none ! important;
}
