#topHeader {
	height: 92px;
	background-color: #343535;
}
#topHeader .logo {
	display: block;
	width: 371px;
	height: 57px;
	overflow: hidden;
	
}
#topHeader .logo img, #topHeader .logo a  {
	float: left;
}
#topHeader .callme .texte a:hover {
	color: magenta;
}
#topHeader .callme .texte a{
	color: black;
	text-decoration: none;
	
}
#topHeader .callme .texte {
	font: bold 11px Helvetica;
	display: block;
	padding-left: 275px;
}
#topHeader .callme {
	height: 94px;
	width:	414px;
	float: right;
	background: url( images/appel.gif ) no-repeat top left;
	
}
