.header
{
	z-index:1;
  background: url(images/header.jpg) no-repeat;  
  height: 100px;
  width: 100%;
  padding: 0px 0px 7px 0px;
  border:0px solid #000000;  
}
.header_tc
{
	z-index:1;
  background: url(images/header_tc_2.jpg) no-repeat;  
  height: 100px;
  width: 100%;
  padding: 0px 0px 7px 0px;
  border:0px solid #000000;  
}

.header .logo
/*, .header_tc .logo*/
{
	z-index:0;
	position:absolute;
	width:190px;
	height:75px;
	border:0px solid #000000;
	cursor:pointer;
}

.header_tc .logo
{
	z-index:0;
	position:absolute;
	float:left;
	width:250px;
	height:95px;
	border:0px solid #ffffff;
	cursor:pointer;
	margin-top:30px;
}



.liste_onglet
{
	border: 0px solid #000000;
  height:25px;  
  line-height:25px;
  
}

.header .liste_onglet
{
	width:300px;  /* a modifier si rajout d'onglet */ 
	float: right;
}
.header_tc .liste_onglet
{
	padding-top:0px;
	margin-left:15px;
	width:100%;  /* a modifier si rajout d'onglet */ 
}

.liste_onglet ul
{
	background: url(images/picto_maison.gif) no-repeat;  
  background-position : 0px 5px;  
  padding: 0 10px 0 20px;
  border:0px dashed #000000;
  height:25px;
}


.liste_onglet li
{
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;  
	font-size:11px;
	display: inline;
	padding: 0 5px 0 5px;
	color : #333333;
}

.header_tc .liste_onglet ul li 
{
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;  
	font-size:11px;
	display: inline;
	padding: 0 1px 0 1px;
	color : #333333;
}


.liste_onglet li a
{
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;  
	font-size:11px;
  color : #333333;
  text-decoration: none;
}
.liste_onglet li a:hover
{
	text-decoration: underline;
}

div.slogan1 h1
{
  position: absolute;
  margin: 35px 0 0 240px;  
  font-family: DIN-Medium,Arial, Helvetica, sans-serif; 
  color: #CA0043;
  font-size:22px;
  font-weight:normal;
}
div.slogan2
{
  position: absolute;
  margin: 65px 0 0 240px;
  font-family: DIN-Medium,Arial, Helvetica, sans-serif; 
  color: #8C7A71;
  font-size:18px;
}


table.info_tc
{
	position: absolute;
  margin: 0px 0 0 225px;  
  border: 0px solid #ff0000;
  /*width:730px;*/
  height:65px;
}

table.info_tc td
{
	vertical-align:top;
	
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif; 
  color: #000000;
  font-size:11px;
  font-weight:normal;
  padding: 0 20px 0 0;
  line-height:14px;
}


table.info_tc td .titre
{
	color: #CA0043;
	font-weight:bold;
	text-decoration:underline;
}
