﻿#header * { /* Donc la je donne a tout le header la police spécifié et la couleur de texte soécifié ok ? */
	margin: 0;
	padding: 0;
	border: none;
	color: #000000;
	font: 9px Geneva, Arial, Helvetica, sans-serif;
}

	#header {
		background: #ffffff url(http://www.lingeriesexy.ch/affheaders/soldeslingerieheader.jpg) no-repeat;
		height: 160px;
		width: 980px;
		margin-top: 0px;
		}

	#header .metatop {
		height: 25px;
		width: 595px;
		position: absolute;
		margin-left: 373px;
		overflow: hidden;
		z-index: 100;
		text-align: right; /* La le texte sera aligné à droite */
	}
	
	#header .pub {
		height: 60px;
		width: 468px;
		position: relative;
		top: 56px;
		left: 502px;
		z-index: 200;
	}
	
	#header .metabottom {
		height: 20px;
		width: 300px;
		position: relative;
		margin-top: 80px;
		left: 10px;
		overflow: hidden;
		z-index: 100;
		}