/*****************************************************************************/ body { color: wheat; background-color: DarkSlateGray; /* font-family: "misc"; */ } /*****************************************************************************/ a[href] { text-decoration: underline; color: MediumAquamarine; } a[href]:hover { text-decoration: underline; color: red; } a[href]:visited { text-decoration: underline; color: slateblue; } /*****************************************************************************/ blink { color: red; } /*****************************************************************************/ h1 { color: royalblue; text-align:center; } h2 { color: coral; } h3 { color: orange; } h4 { color: limegreen; } h5 { color: lightSkyblue; } /*****************************************************************************/ div#sidebar { float:left; padding-top: 20px; width:60px; /* padding-left: -30px; font-size:95%; text-align:left; */ } div#mybody { float:left; padding-left: 30px; width:600px; /* width:700px; text-align:left; */ } div#toc { float:right; padding-top: 20px; width:110px; text-align:left; padding-right:20px; /* LINE-HEIGHT: 17pt; */ } div#header { font-size:45%; /* width:100%; */ } div#footer { clear:both; font-size:45%; /* width:100%; */ } span.footerbis { clear:both; font-size:75%; } /*****************************************************************************/ /* note that the paths are relative to this file */ /* http://www.askthecssguy.com/2006/12/showing_hyperlink_cues_with_cs_1.html * pour les petits icones. */ a[href $='.pdf'] { padding-right: 18px; background: transparent url(icons/icon_pdf.gif) no-repeat center right; } a[href ^="http:"] { padding-right: 18px; background: transparent url(icons/icon_external.gif) no-repeat center right; } a[href ^="mailto:"] { padding-right: 18px; background: transparent url(icons/icon_mailto.gif) no-repeat center right; } /*****************************************************************************/ /* toc */