/* Kemiso.com style.css 2010 */ body { margin: 0; /* pour éviter les marges */ text-align: center; /* pour corriger le bug de centrage IE6 */ font-family:"Times New Roman", Times, serif; } h1, h2, h3, h4 { font-family: Helvetica, Arial, Verdana, Geneva, sans-serif; color : #000000} #site { margin: 0px auto; width: 740px; text-align: left; /* on rétablit l'alignement normal du texte (bug centrage IE6)*/ } #header { display:block; width:100%; } #logo { padding-left:20px; height:100px; width:280px; float:left; } #menu { height:100px; width:440px; float:left; text-align: center; padding-top:40px; } #content { padding:0 22px; clear:both; min-height:400px; text-align: left; } #bottom_menu { width:710px; height:22px; text-align:center; } #one, #two, #three { width:233px; float:left; text-align:center; } a:link, a:visited { /*color: #202020;*/ color : #000000} a:hover { color: #404040; } h1 a, h2 a, h3 a { text-decoration:none; } h1 { font-size:64px; } h2 { line-height:0.5; } hr { clear:both; height:8px; border:solid 0px; background:#000000; background : #000000} h3 ul { width:740px; margin: 0 auto; padding:0px; } h3 ul li { display:inline; text-decoration:none; float:left; padding-right:12px; }