/* Les Disques Bien CSS v1.0 25 07 2006 */ body { color: #222; font-family: "Andale Mono", Monaco, ProFont, "Bitstream Vera Sans Mono", "Courier New"; font-size: 12px; text-align: justify; /*background-color: #f93;*/ background-color: rgb(#RAND(100,110),#RAND(100,160),#RAND(100,120)); } b { color: #111; background-color: inherit; } A { text-decoration: none; color: #360; background-color: inherit; } A:link { text-decoration: none; color: #11f; background-color: inherit; } A:visited { color: #11f; text-decoration: none; background-color: inherit; } A:hover { text-decoration: underline; color: #c60; background-color: inherit; } A:active { text-decoration: underline; color: #300; background-color: inherit; } .left { text-align: left; text-transform: inherit; } .right { text-align: right; text-transform: inherit; } .center { text-align: center; text-transform: inherit; } .justify { text-align: justify; text-transform: inherit; } ul { list-style-type: square; list-style-position: outside; } img { margin: 5px; padding: 2px; border-width: 0px; } hr { width: 99%; border-color: #ccc; border-width: 1px 0 0 0; border-style: solid; } textarea { /*font-family: "Andale Mono", Monaco, ProFont, "Bitstream Vera Sans Mono", Courier, monospace;*/ font-family: 'trebuchet ms', helvetica, arial, sans-serif; font-size: 11px; width: 99%; } input { /*font-family: "Andale Mono", Monaco, ProFont, "Bitstream Vera Sans Mono", Courier, monospace;*/ font-family: 'trebuchet ms', helvetica, arial, sans-serif; font-size: 11px; } fieldset { border-width: 0px; } #header { padding: 10px; color: inherit; background-color: transparent; background-repeat: no-repeat; background-position: center top; line-height: 1.25em; min-height: 70px; } #menu { padding: 1px; margin-top: 5px; margin-bottom: 5px; color: inherit; background-color: #CC3333; } #content { text-align: justify; padding: 10px; color: inherit; background-color: transparent; min-height: 400px; } #title { text-transform: capitalize; font-size: 36px; font-weight: lighter !important; line-height: 60px; text-decoration: none; color: inherit; background-color: #FFF; padding: 10px 10px 25px 20px; text-align: left; width:75%; padding-top:50px; } #footer { padding: 10px; color: inherit; background-color: transparent; }