#pagecorps_homebody{
	background-image: url('../media/images/prehome_fond.jpg');
	background-position: top right; background-repeat: no-repeat;
	width:980px;
}

#pastille{
	line-height:18px; vertical-align: middle; height:18px; width:980px; text-align: center; font-size: 11px;
	background: transparent url('../media/images/pastille.gif') repeat-x  top left;
}
#pastille a{color:#92877e; text-decoration: none;text-align: center;}
#pastille a:hover{color:#d2126b;}


/* ces lignes sont comprises aussi par IE7 et IE6 */
#pagecorps{position: relative;}
#pastille{position:absolute; top: 13px; left: 0px; z-index: 2; margin-top:0;}

/* stop! pour IE6 et IE7 on veut autre chose... */
:first-child+html #pagecorps{position: static;}
 * html #pagecorps{position: static;}
:first-child+html #pastille{margin-top:-440px; position: static;}
 * html #pastille{margin-top:-440px; position: static;}

