
/* == IE6 various issues == */
* html #date {top:103px}  /*IE7*/
:first-child+html #date {top:103px}
* html #menu .accueil a:visited.on{background: url("i/accueil-on.gif") no-repeat; width:69px}
* html #menu .presentation a:visited.on{background: url("i/presentation-on.gif") no-repeat; width:105px}
* html #menu .archives a:visited.on{background: url("i/archives-on.gif") no-repeat; width:79px}
* html #menu .contact a:visited.on{background: url("i/contact-on.gif") no-repeat; width:74px}
* html #mail {margin-left:0}
:first-child+html #mail {margin-left:0} /*IE7*/

