| webmaster@0 | 1 /* Dual Blog v10 : OS Edition | 
| webmaster@0 | 2     Lite Version    */ | 
| webmaster@0 | 3 | 
| webmaster@0 | 4 #Link, #Link li, dl, dt, dd {display:block; margin:0px;list-style-type:none;} | 
| webmaster@0 | 5 | 
| webmaster@0 | 6 body {margin:0px;font-family:Tahoma, Verdana, Arial, serif;font-size:11px;} | 
| webmaster@0 | 7 | 
| webmaster@0 | 8 p {margin:0px;padding:0px;} | 
| webmaster@0 | 9 | 
| webmaster@0 | 10 #Main {margin:0px;margin-left:-374px;margin-top:-286px;left:50%;top:50%; | 
| webmaster@0 | 11        position:absolute;width:745px;height:486px;overflow:hidden; border:1px black solid;} | 
| webmaster@0 | 12 | 
| webmaster@0 | 13 #Adresse {display:none;} | 
| webmaster@0 | 14 | 
| webmaster@0 | 15 #Link    {width:320px;height:70px;position:absolute;/*left:470px;*/top:10px;right:3px; | 
| webmaster@0 | 16           background:white url('./Gimp.jpg') 250px 6px no-repeat;overflow:auto;padding:2px;padding-left:6px;padding-right:6px; | 
| webmaster@0 | 17           z-index:100;display:block;} | 
| webmaster@0 | 18 | 
| webmaster@0 | 19 /* Style sur la colonne de gauche ^^; */ | 
| webmaster@0 | 20 | 
| webmaster@0 | 21 #SideBar {width:230px;height:480px;overflow:auto;border-right:1px black dashed;} | 
| webmaster@0 | 22 | 
| webmaster@0 | 23 #SideBar dt, #SideBar dd {margin-left:auto;margin-right:auto; | 
| webmaster@0 | 24             padding-left:10px;padding-right:10px;padding-top:4px; | 
| webmaster@0 | 25             } | 
| webmaster@0 | 26 | 
| webmaster@0 | 27 #SideBar dt {height:17px;width:180px;background:#DDDDDD;border:black 1px solid; | 
| webmaster@0 | 28             border-bottom:dotted 1px; font-weight:bold;color:#575233;margin-top:12px;} | 
| webmaster@0 | 29 #SideBar dt:hover {background:#F3F3F3;} | 
| webmaster@0 | 30 | 
| webmaster@0 | 31 #SideBar dd {background:#F3F3F3;color:#000000;width:180px;border:1px black solid; | 
| webmaster@0 | 32               text-align:left;padding-bottom:4px;border-top:none;} | 
| webmaster@0 | 33 | 
| webmaster@0 | 34 /* Style sur la partie principale du blog : les posts */ | 
| webmaster@0 | 35 | 
| webmaster@0 | 36 #Posts {width:516px;height:384px;overflow:auto;position:absolute;left:226px;top:100px;} | 
| webmaster@0 | 37 | 
| webmaster@0 | 38 .PostContent {margin:10px;margin-top:12px;padding:10px;text-align:justify; | 
| webmaster@0 | 39               border:1px black solid;background:url('./Gimp_grayscale.jpg') bottom right no-repeat;} | 
| webmaster@0 | 40 | 
| webmaster@0 | 41 .PostContent h2 { | 
| webmaster@0 | 42 		margin:-19px auto 5px; | 
| webmaster@0 | 43 		padding:0px 10px; | 
| webmaster@0 | 44 		border:1px black dashed;background:#F3F3F3;} | 
| webmaster@0 | 45 | 
| webmaster@0 | 46 /* Style appliqu�s sur les span */ | 
| webmaster@0 | 47 | 
| webmaster@0 | 48 .i      {font-style:italic;color:#333399;} | 
| webmaster@0 | 49 | 
| webmaster@0 | 50 .b      {font-weight:bold;} | 
| webmaster@0 | 51 | 
| webmaster@0 | 52 /* Styles sur les liens */ | 
| webmaster@0 | 53 a       {color:#333399;} | 
| webmaster@0 | 54 a:hover {color:#000000;} | 
| webmaster@0 | 55 #Link a {text-decoration:none;margin-left:8px;border-bottom:1px black dotted;} | 
| webmaster@0 | 56 | 
| webmaster@0 | 57 /* Style sur le tagboard ^^ */ | 
| webmaster@0 | 58 #TagBoard {width:180px;height:472px;border:none;margin:0px;padding:0px; | 
| webmaster@0 | 59            margin-left:auto;margin-right:auto;} | 
| webmaster@0 | 60 |