
#entete-sommaire {
	position: absolute;
	margin-top: 1em;
	top: 0px;
	left: 50%;
        margin-left: -400px;
        text-align: left; /* on rétablit l'alignement normal du texte */
	height: 200px;
	width: 800px;
}

div.menuinfo {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size : 100%;
        text-align: right;
}


div#logo_rubrique {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding-bottom: 2px;
	}

div#logo_rubrique p{
	display: block;
	width: 50px; 
	line-height: 58px;
	text-indent: 0px ;
	text-decoration: none ;
        float: right;
	margin: 2px;
 	}


