/* css general de metices */ /* comportements par defaut */ body { font-family:Georgia,"Times New Roman",Times,serif; font-size:11px; margin:0; } a { color:#8A4B4B; } a:hover { color: #000; } /* positionnement */ #general { width:960px; margin:16px auto; padding:10px; border:1px solid #ccc; } #bandeau { position:absolute; width:261px; height:330px; z-index:20; background:url(images/bandeau.jpg) no-repeat top left; border:1px solid #ccc; } /* contextes */ #contextes { position:absolute; top:369px; width:241px; padding:10px; border:1px solid #ccc; } /* chemin */ #chemin { font-size:9px; color:#333; margin-bottom: 18px; } #chemin a { color:#333; } #chemin a:hover { color:#000; } /* corps de la page */ #corps { margin: 0 0 0 273px; padding:10px; border:1px solid #ccc; min-height:700px; _height:700px; } #header { margin-bottom:12px; } .logo { float:left; margin:0 1em 0.4em 0; } .sursoustitre { font-size:10px; color:#666; margin:6px 0; } h1 { font-family:"Lucida Grande", arial, geneva, sans-serif; font-size:32px; color:#8A4B4B; font-weight:normal; margin:2px 0 4px 0; } .clearer_header { clear:left; } #texteconteneur { margin-bottom:30px; } .chapeau { clear:left; font-weight:bold; font-size:12px; line-height:140%; margin-bottom:2em; } .texte { clear:left; line-height:140%; font-size:12px; } h3 { margin:2em 0 0 0; } /* footer */ #footer { clear:both; text-align:center; margin: 10px 0 10px 0; font-size:9px; color:#535353; } #footer #magusine-footer, #footer #logos-bailleurs, #footer #site-footer { width:962px; margin:2px auto; } #footer a { color:#535353; }