/* css general de metices */ /* comportements par défaut */ body { font-family:arial, geneva, sans-serif; font-size:11px; color:#2c2c2d; } a { color:#2c2c2d; } a:hover { color: #000; } /* positionnement */ #general { width:900px; margin-top:44px; } #bandeau { position:absolute; width:107px; height:150px; top: 40px; left: 54px; z-index:10000; } #baseline { position:absolute; top:20px; left:245px; width:665px; border-bottom: 1px solid #333; padding-bottom:3px; letter-spacing:0.1em; text-transform:uppercase; font-size:9px; } #contexte1 .listageconteneur, #contexte1 h2 { padding:0 14px; } #contexte1 { position:absolute; left:20px; top:20px; width:180px; background: url(images/cartouche-corps.gif) repeat-y top left; } #contexte1 #fin-contexte1 { background: url(images/cartouche-bottom.gif) no-repeat bottom left; height:14px; } #contexte2 { float:right; width:128px; padding:0 12px; } #corps { margin: 0px 175px 20px 235px; } #footer { margin: 30px 175px 0 235px; font-family:geneva, arial, sans-serif; font-size:9px; border-top:1px solid #222; padding-top:4px; } #footer a { color } #contexte1 #navigation { padding-top:194px; background: url(images/cartouche-head.gif) no-repeat top left; } /* comportement du corps */ #chemin { font-size:9px; color:#333; margin-bottom: 16px; } #chemin a { color:#333; } #chemin a:hover { color:#000; } #header { margin-bottom:12px; } .logo { float:left; margin:0 1em 0.4em 0; } .sursoustitre { font-size:10px; color:#666; margin:6px 0; } h1 { font-size:28px; color:#000; font-weight:normal; margin:2px 0 4px 0; } #texteconteneur { margin-bottom:30px; } .chapeau { clear:left; font-weight:bold; line-height:140%; } .texte { clear:left; line-height:140%; } h3 { margin:2em 0 0 0; }