
div#en-tete {
	position: relative;
	width: 100%;
	height: 100px;
	background-image: url(../images/taches_titre/jaune_980x100.gif);
	background-repeat: no-repeat;
}
	
div#en-tete h1 {
	position: absolute;
	width: 100%;
	margin: 0;
	top: 18px;
	left: 0px;
	font-family: "Comic Sans MS", Arial, "Trebuchet MS", Georgia, Verdana, serif;
	font-size: 200%;
	font-style: italic;
	font-weight: normal;
	color: rgb(250,0,0);
	text-align: center;		
}
div#en-tete h2 {
	position: absolute;
	margin: 0;
	top: 55px;
	left: 550px;	
	font-family: "Comic Sans MS", Arial, "Trebuchet MS", Georgia, Verdana, serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: rgb(0,100,150);
}