
/* definition de l'image en haut de page */
/* l'entete possède un fond bleu mis derrière l'image (qui doit posséder des zones transparentes */
#theHeader {
	background:#C4CBE4 url(DSC_47051.png) no-repeat center top;
	min-height:200px;
	height:200px; 
	margin: 0 auto;
}

/* PBO : titre du site (placé au niveau de l'image d'entete) */
H1 { 
	font-size: 153.846%;
	color:#FFF;
	text-align:right; 
	padding-right: 48px; 
	padding-top: 20px; 
}