html {
    background-color: #DFEDBB;
}
body {
    background: none repeat scroll 0 0 #DFEDBB;
    color: #ACA899;
    font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
    font-size: 10px;
    margin: 20px auto;
}
ol, ul {
    list-style: none outside none;
}
blockquote, q {
    quotes: none;
}
.fontsmall {
    font-size: 10px;
}
.fontlarge {
    font-size: 1.2em;
}
.fontverylarge {
    font-size: 13px;
}
img {
    border: medium none;
}
a {
}
a {
    color: #FFFFFF;
    outline: medium none;
    text-decoration: underline;
}
a:hover, link a:focus {
    color: #A4A4A4;
    outline: medium none transparent !important;
    text-decoration: underline;
}
input::-moz-focus-inner, button::-moz-focus-inner {
    border-color: transparent !important;
}
#header {
    background: url("../images/footer.png") repeat scroll 0 0 transparent;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 63px;
    margin: 0 auto;
    width: 1024px;
}
#title {
    color: #FFFFFF;
    float: left;
    font-family: Times-news-roman;
    font-size: 40px;
    padding-left: 300px;
    padding-top: 45px;
}
#menu {
    float: right;
    font-family: Times-news-roman;
    height: 63px;
    margin-top: 60px;
}
#menu li {
    float: left;
    line-height: 12px;
    list-style: none outside none;
}
#menu li span {
    color: #FFFFFF;
    font-size: 0.8em;
}
#menu li a {
    color: #6E6E6E;
    display: inline-block;
    font-size: 1.4em;
    padding: 22px 10px 20px;
    text-decoration: none;
}
#menu li a:focus, #menu li a:hover {
}
#layout {
    background-color: #DFEDBB;
    height: 241px;
}
#layout_int {
    background: url("../images/layout_int.png") repeat-x scroll 0 0 transparent;
    background-color: #ffffff;
    height: 241px;
    margin: 0 auto;
    padding-top: 10px;
    width: 1024px;
}
#logo {
    background-image: url("../images/logo2.png");
    background-repeat: no-repeat;
    height: 241px;
    padding-top: 30px;
}
#layout_cadre {
    border: 3px solid #ACA899;
    color: #6E6E6E;
    float: right;
    height: 70px;
    margin-left: 201px;
    text-align: center;
    width: 1024px;
}
#content {
    background: url("../images/layout_middle.png") repeat-x scroll 0 0 transparent;
    margin: 0 auto;
    width: 1024px;
}
#table_content {
    border-spacing: 0;
    margin: 0 auto;
    padding-bottom: 20px;
    width: 900px;
}
#table_content td {
    text-align: left;
    vertical-align: top;
}
.font_cat {
    font-family: Verdana;
    font-size: 1.2em;
    letter-spacing: 7px;
    line-height: 1em;
    padding-bottom: 15px;
    text-align: left;
    text-decoration: none;
    word-spacing: normal;
}
.tr1 {
    padding-top: 20px;
    width: 600px;
}
.tdborder {
    border-color: #3A3A3A;
    border-right: 1px solid #3A3A3A;
}
.tr2 {
    float: right;
    padding-left: 20px;
    padding-top: 20px;
    width: 300px;
}
.download {
    display: block;
    float: right;
    margin: 20px 40px 0 0;
    padding: 5px 7px;
    text-decoration: none;
}
.download:focus, .download:hover {
    background-color: #999999;
    border-radius: 5px 5px 5px 5px;
    display: block;
    float: right;
    margin: 20px 40px 0 0;
    padding: 5px 7px;
    text-decoration: none;
}
.download a {
    color: #FFFFFF;
    text-decoration: none;
}
.download a:focus, .download a:hover {
    color: #1C1C1C;
    text-decoration: none;
}
#screen img {
    border: 1px solid #CCCCCC;
    margin: 0 5px 0 0;
    padding: 2px;
}
.feed_date {
    color: #9AC528;
    font-size: 1.2em;
    padding-left: 20px;
    padding-top: 10px;
}
.feed_title {
    color: #9AC528;
    font-size: 1.3em;
    padding-left: 40px;
}
.feed_title a {
    color: #9AC528;
    text-decoration: underline;
}
.feed_title a:hover, .feed_title a:focus {
    color: #D8D8D8;
    text-decoration: underline;
}
.feed_content {
    color: #FFFFFF;
    padding-left: 40px;
}
.feed_content a {
    color: #FFFFFF;
    text-decoration: none;
}
.feed_content a:hover, .feed_content a:focus {
    color: #D8D8D8;
    text-decoration: underline;
}
#install {
    margin-left: 20px;
}
#footer {
    background: url("../images/header.png") repeat-x scroll 0 0 transparent;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 43px;
    margin: 0 auto;
    width: 1024px;
}
#copyright {
    color: #3A3A3A;
    float: left;
    margin: 15px;
}
#copyright a {
    color: #3A3A3A;
    text-decoration: none;
}
#copyright a:hover, #copyright a:focus {
    color: #3A3A3A;
    text-decoration: none;
}
#menu_footer {
    color: #5A5A5A;
    float: right;
    margin-right: 20px;
    margin-top: 12px;
}
#menu_footer a {
    color: #5A5A5A;
}
#menu_footer a:hover, #menu_footer a:focus {
    color: #CDCDCD;
}
pre {
    background-color: #333333;
    border-radius: 5px 5px 5px 5px;
    overflow: auto;
    padding: 10px;
    width: 650px;
}
#screen_page {
    padding: 50px;
}
#screen_page img {
    border: 1px solid #CCCCCC;
    margin: 0 5px 0 0;
    padding: 2px;
}
#div_content {
    padding: 50px;
    width: 900px;
}
#div_main {
    border-spacing: 0;
    margin: 0 auto;
    padding-bottom: 20px;
    width: 900px;
}


