/** * @fichier footer.css * @version 1.0.0.0 * @auteur Stephane RIO * @email stephane.rio@univ-rennes1.fr * @date 06.06.2006 */ div#footer { clear: both; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; } div#footer ul { margin: 0px 0px 1px 5px; padding: 0px 10px 2px 10px; width: 100%; background-color: #9ad47f; list-style-type: none; } html>body div#footer ul { margin: 0px 0px 1px 5px; padding: 0px 10px 2px 10px; width: 100%; background-color: #9ad47f; list-style-type: none; } div#footer ul li { display: inline; margin: 0px 10px 0px 0px; padding: 0px 0px 0px 0px; } div#footer ul li a:link, div#footer ul li a:visited, div#footer ul li a:active { color: #fff; text-decoration: none; background-color: transparent; } div#footer ul li a:hover { color: #f8971d; text-decoration: none; background-color: transparent; } div#footer h4 { margin: 0px 0px 0px 0px; padding: 4px 15px 0px 15px; height: 28px; text-align: right; font-size: 0.9em; font-weight: normal; color: #e21a06; background: #fff url(../images/background_footer.png) no-repeat; } html>body div#footer h4 { margin: 0px 0px 0px 0px; padding: 4px 15px 0px 15px; height: 24px; text-align: right; font-size: 0.9em; font-weight: normal; color: #e21a06; background: #fff url(../images/background_footer.png) no-repeat; } /***/ div#validate { margin: 0px 0px 0px 0px; padding: 5px 0px 0px 0px; text-align: center; background-color: #fff; } div#validate img { margin: 0px 1px 0px 1px; padding: 0px 0px 0px 0px; background-color: transparent; }