/* AUTEUR: Pascale Lambert-Charreteur */ /* DATE DE CREATION: 14/08/03 */ /*importation des styles navigateurs récents*/ @import url("add1.css"); /*styles communs NS4.x et autres*/ html {margin:0} body { margin:0; font:95% "trebuchet ms", helvetica, verdana, arial, sans-serif; background:white url(images/fonds/ordi.jpg) no-repeat fixed; } h1 { font-family:georgia, garamond, serif; color:#a0522d; font-size:220%; } h2 { font-family:georgia, garamond, serif; font-style:italic; color:#696969; font-size:150%; } h2 a { text-decoration:none } h3 { color:black; font-size:125%; } h4 { color:#696969; font-size:110% } h5 { font-size:100%; } h6 { font-size:95%; font-style:italic; } p { font-size:100%; } li { font-size:100%; list-style-image:url(images/pucegrise.gif); } ol li { list-style-image:none; } img { border:0; } img.cliches { border:10px solid black; } acronym, abbr { cursor:help; border-bottom:1px dotted black /*pour IE*/ } code, pre { font-family:"courier new", monospace; font-size:90%; color:#A0522D; } code {font-weight:bold;} pre { border-left:5px solid #A0522D; padding-left:10px; width:95%; overflow:auto; } em { font-family:serif; } /*citations*/ q { font-family:georgia, serif; } blockquote, blockquote p, blockquote li { font-family:georgia, serif; padding:2px 10px 2px 10px; } /*tableaux*/ table { width:50%; border:2px solid black; border-collapse:collapse; margin:auto; } th, td { border:1px solid #696969; padding:5px; vertical-align:top; } body>#cadre table { /*hack IE*/ width:90%; } /*liens*/ a:link { color:#844425; text-decoration:none; } a:visited { color:#696969; text-decoration:none; } a:hover, a:active { text-decoration:underline; } /*variantes*/ .center, .center p { text-align:center !important; } .date { font-weight:bold } .news { margin-right:20%; margin-left:20%; } .astuce { color:red; font-weight:bold; background-color:transparent; } .astuce:before {content:url(images/lightmov.gif)} .astuce:after {content:" ! "} .blink {text-decoration:blink} .haut, .top { font-size : 80%; text-align:right !important; border-bottom:1px solid #696969; } .haut a, .top a { border-bottom:1px solid #696969; } .voir:before { content:url(images/voir.png) " "; } /*ancres archives*/ .ancre {text-align:center !important; font-weight:bold} p.ancre:before {content:" [ ";} p.ancre:after {content:" ] ";} /*cadre général*/ #cadre { margin:100px 0 0 0; min-height:1100px; } /*haut de page*/ #top { font-size:80%; text-align:right; } #titre { margin-left:20%; } #titre h2 { color:#A6BEDE; font-size:180%; margin-top:-15px; margin-bottom:60px;} /*menu*/ #menu { font-size:80%; border-top:15px solid #F5F5F5; border-bottom:5px solid #F5F5F5; padding:5px 0 5px 0; background-color:transparent; } #menu .bouton, #menu .date { text-align:center; } #menu h3 { color:#A6BEDE; text-align:center; letter-spacing:3px; font-size:150%; } /*contenu*/ #edito { margin-right:230px; margin-left:20%; } #edito p { text-align:justify; } #edito a:link, #edito a:visited { font-weight:bold; } #edito .comments a { font-weight:normal; } /*footer*/ #footer p { clear:both; border-top:1px solid black; margin-bottom:0; padding-bottom:5px; padding-top:10px; text-align:center; font-size:90%; background-color:white; } #footer a { text-decoration:none }