#entete, #menu, #contenu, #footer {
    padding: 1px 0;
}
#entete {
    background-color: #6C7A68;
    text-align: center;
    margin-left: 0x, auto;
}
#main {
    margin: auto;
}
/*
#menu {
    background-color: RosyBrown;
    float: left;
    width: 240px;
}
*/
#contenu {
    background: none repeat scroll 0 0 #755F31;
    color: #CCCCCC;
    margin-left: 240px;
    padding: 10px;
    text-align: center;
}
#footer {
    background-color: DarkGray;
    clear: both;
    text-align: center;
}
#login {
    background-color: #6C7A68;
    border-radius: 12px 12px 12px 12px;
    height: 100px;
    padding: 10px;
    text-align: right;
    width: 220px;
    margin: 10px auto;
}

/* From other sources*/
body {
    background: none repeat scroll 0 0 #768C6A;
    color: #CCCCCC;
    font: 115% "Helvetica Neue",Helvetica,"Lucida Grande",Tahoma,Verdana,sans-serif;
    margin: 10px 0;
    padding: 0;
    text-align: center;
}
h1, .site-header, h2, h3, h4 {
    font-size: 100%;
    font-weight: bold;
    margin: 10px 0;
}
.home h1, .site-header {
    color: #D0EB6A;
}
.home h1, .site-header {
    font-size: 172%;
}
h2, h3 {
    padding: 3px;
}
h2 {
    background: url("../images/h2-back.gif") repeat-x scroll left bottom #555555;
    color: #BBBBBB;
    font-size: 122%;
}
h4 {
    border-bottom: 1px dotted #333333;
    padding-bottom: 5px;
}
h1 span, .site-header span {
    font-style: italic;
    text-transform: none;
}
.home #main h2, .page #main h1 {
    font-size: 150%;
    padding: 3px;
}
.home #main h2, .page #main h1, #sideBar h3, #linksBar h3 {
    background: none repeat scroll 0 0 #151515;
    border-bottom: 1px solid #D0EB6A;
}
.date {
    font-style: italic;
    text-align: right;
}
a:link {
    color: #D0EB6A;
    text-decoration: none;
}
a:visited {
    color: #DFEBB1;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
table {
    font-size: inherit;
    width: 100%;
}
th, td {
    border-bottom: 1px dotted #333333;
}
th {
    text-align: left;
}
td {
    padding-right: 5px;
}
.last {
    text-align: right;
}
ul, ol, dd {
    margin: 0;
    padding: 0;
}
ul {
    list-style-type: square;
    margin-left: 15px;
}
ol {
    margin-left: 27px;
}
dt {
    border-bottom: 1px dotted #333333;
    font-weight: bold;
    margin-bottom: 5px;
}
dd {
    margin-bottom: 10px;
}
form {
    margin: 0;
    padding: 0;
}
fieldset {
    border: medium none;
    padding: 0;
    width: 100%;
}
legend {
    border-bottom: 1px dotted #333333;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 15px 0 0;
}
address {
    font-style: normal;
}
.code {
    border: 1px solid #2A2A2A;
    list-style-type: decimal-leading-zero;
    margin: 0;
    padding: 5px;
}
.code code {
    display: block;
    font-size: 114%;
    margin-bottom: 0;
    padding: 3px;
}
.code li {
    background: none repeat scroll 0 0 #1F1F1F;
    border: 1px solid #2A2A2A;
    margin: 0 0 2px 2.2em;
}
.indent1 {
    padding-left: 1.5em;
}
.indent2 {
    padding-left: 3em;
}
.indent3 {
    padding-left: 4.5em;
}
.indent4 {
    padding-left: 6em;
}
.indent5 {
    padding-left: 7.5em;
}
li ol.code {
    margin-top: 10px;
}
#page {
    background: none repeat scroll 0 0 #1A1A1A;
    border: 1px solid #555555;
    font-size: 77%;
    line-height: 152%;
    margin: 0 auto;
    max-width: 1150px;
    min-width: 934px;
    padding: 7px;
    position: relative;
    text-align: left;
    width: 66em;
}
#photo {
    background: url("images/dark3.jpg") no-repeat scroll left bottom transparent;
    border: 1px solid #A64724;
    height: 124px;
    position: relative;
}
#strapLine {
    background: none repeat scroll 0 0 #A64724;
    bottom: 0;
    color: #000000;
    font-size: 122%;
    opacity: 0.7;
    position: absolute;
    text-align: right;
    width: 100%;
}
#strapLine p {
    border-top: 1px solid #A64724;
    margin: 0;
    padding: 3px;
}
#options {
    position: absolute;
    right: 7px;
    top: 12px;
}
#options ul {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#options li {
    display: inline;
}
#options span {
    margin-left: 10px;
    margin-right: 10px;
}
#content {
    float: left;
    margin-bottom: 5px;
    width: 100%;
}
#menu {
    background: none repeat scroll 0 0 #333333;
    border-top: 1px solid #1A1A1A;
    margin: 0 0 10px;
    padding: 5px;
}
#menu li {
    border-right: 1px solid #000000;
    display: inline;
    font-size: 120%;
    margin-right: 10px;
    padding-right: 10px;
}
#menu .last {
    border: medium none;
}
#main {
    float: left;
    width: 54%;
}
.page #main {
    width: 76%;
}
#main pre {
    overflow: auto;
    width: 100%;
}
#sideBar {
    float: left;
    width: 24%;
}
#sideBar ul {
    list-style-type: none;
    margin-left: 0;
}
#sideBar ul li {
    border-bottom: 1px dotted #333333;
    padding-bottom: 2px;
}
#linksBar {
    float: right;
    width: 22%;
}
#footer {
    background: none repeat scroll 0 0 #D9942C;
    clear: both;
    color: #1A1A1A;
    overflow: hidden;
    padding: 3px;
}
#footer a {
    color: #000000;
    text-decoration: underline;
}
.colpad {
    border-right: 1px solid #2A2A2A;
    margin-right: 10px;
    padding-right: 10px;
}
.page #sideBar .colpad {
    border: medium none;
    margin: 0;
    padding: 0;
}
.promo {
    background: none repeat scroll 0 0 #111111;
    padding: 7px;
}
.promo strong {
    font-size: 122%;
    text-decoration: underline;
}
.quickLinks a, .other-projects a {
    display: block;
    margin-bottom: 10px;
}
.quickLinks li, .other-projects li {
    border-bottom: 1px dotted #333333;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.screenshot img, .screenshot a {
    display: block;
    margin: 0 auto 5px;
    text-align: center;
}
#blog-posts, #comments {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.post-body a {
    background: none repeat scroll 0 0 #222222;
    padding: 0 2px;
}
.blog-details {
    border-bottom: 1px dotted #333333;
    border-top: 5px solid #333333;
    margin: 10px 0;
    padding: 5px 0;
    width: 100%;
}
.blog-details li {
    border-right: 1px dotted #333333;
    display: inline;
    margin-right: 5px;
    padding-right: 5px;
}
.blog-details .last {
    border: medium none;
}
.blog-index {
    border-bottom: 1px dotted #333333;
    border-top: 1px dotted #333333;
    padding: 5px 0;
}
.comment-details {
    border-bottom: 1px solid #333333;
    border-top: 1px solid #333333;
    font-size: 85%;
    padding: 5px 0;
}
.comment-details img {
    margin-right: 10px;
    vertical-align: top;
}
.author {
    background: none repeat scroll 0 0 #222222;
    border: 1px solid #333333;
    margin-bottom: 10px;
    padding: 1px 7px;
}
.sample {
    clear: both;
}
.sample img {
    float: left;
    margin: 0 10px 10px 0;
}
.clear {
    clear: both;
}
.paging {
    clear: both;
    float: right;
    list-style-type: none;
    margin: 0 0 10px;
}
.paging li {
    display: inline;
    margin-right: 5px;
}
.paging .first {
    border-right: 1px dotted #333333;
    padding-right: 5px;
}
#search, #search p {
    display: inline;
}
#search input {
    background: none repeat scroll 0 0 #1A1A1A;
    border: 1px solid #333333;
    color: #999999;
}
#searchfor {
    width: 7em;
}
#search-results h3 {
    margin-top: 0;
}
#search-results h3 a {
    position: absolute;
    right: 12px;
}
#search-results {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #333333;
    display: none;
    min-width: 300px;
    padding: 7px;
    position: absolute;
    right: 7px;
    top: 2.56em;
    z-index: 100;
}
.comment-form p {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #1C1C1C;
    border-color: #222222;
    border-style: solid;
    border-width: 1px 0;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 5px;
}
.comment-form label {
    color: #555555;
    float: left;
}
.comment-form label em {
    color: #999999;
    font-style: normal;
}
.comment-form input, .comment-form textarea {
    background: none repeat scroll 0 0 #1A1A1A;
    border: 1px solid #333333;
    color: #999999;
    float: right;
}
.comment-form input {
    width: 25em;
}
.comment-form textarea {
    width: 29em;
}
#post {
    background: none repeat scroll 0 0 #2A2A2A;
    width: 7em;
}
.error {
    border-bottom: 1px dotted #D0EB6A;
    border-top: 1px dotted #D0EB6A;
    color: #D0EB6A;
    padding: 5px 0;
}
#nag-bar {
    border: 1px solid #D0EB6A;
    color: #D0EB6A;
    margin-top: 10px;
    padding: 7px;
}
.feedburner img {
    border: medium none;
}
.badge, .feedburner {
    margin: 10px auto;
    text-align: center;
}
.badge img {
    border: 2px solid #D0EB6A;
}
.badge span {
    display: block;
}
.linkedin img {
    border: medium none;
}
.email-form input {
    background: none repeat scroll 0 0 #1A1A1A;
    border: 1px solid #333333;
    color: #999999;
}
#delicious-badge {
    border: 2px solid #3A3A3A;
}
#delicious-badge .bookmark {
    background: url("http://images.del.icio.us/static/img/delicious.small.gif") no-repeat scroll left center transparent;
    font-weight: bold;
    padding-left: 15px;
}
#delicious-badge p, #delicious-badge div {
    margin: 0;
    padding: 7px 3px;
    text-align: center;
}
#delicious-badge a {
    color: #D0EB6A;
    text-decoration: none;
}
#delicious-badge a:hover {
    text-decoration: underline;
}
#delicious-badge div {
    background: none repeat scroll 0 0 #2A2A2A;
}
#delicious-badge div span {
    color: #999999;
    font-weight: bold;
}
#delicious-badge ul, #delicious-badge li {
    display: inline;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#delicious-badge li {
    margin-left: 5px;
}
#delicious-badge li span {
    left: -999px;
    position: absolute;
    width: 999px;
}
#delicious-badge .saved-by {
    color: #999999;
}
#delicious-badge .saved-by span {
    background: none repeat scroll 0 0 #D0EB6A;
    color: #1A1A1A;
    padding: 3px;
}
#delicious-badge .be-first {
    color: #999999;
    font-size: 85%;
}
#delicious-badge .tag-size-1 {
    font-size: 100%;
}
#delicious-badge .tag-size-2 {
    font-size: 115%;
}
#delicious-badge .tag-size-3 {
    font-size: 130%;
}
#delicious-badge .tag-size-4 {
    font-size: 145%;
}
#delicious-badge .tag-size-5 {
    font-size: 160%;
}
#feeds a {
    background: url("../images/feed-dark.gif") no-repeat scroll left top transparent;
    display: block;
    margin: 3px 0 0;
    padding-left: 20px;
}
.ads {
    margin: 0 auto;
    text-align: center;
}
.ads img {
    border: medium none;
}
h2.highlight {
    background: none repeat scroll 0 0 #D0EB6A;
    color: #000000;
    margin-top: 0;
}
p.highlight {
    background: none repeat scroll 0 0 #2A2A2A;
    padding: 7px;
}
#pf_ad {
    left: 0;
    position: absolute;
    top: 0;
}
#pf_ad img {
    border: medium none;
}


#page {
    background: none repeat scroll 0 0 #1A1A1A;
    border: 1px solid #555555;
    font-size: 77%;
    line-height: 152%;
    margin: 0 auto;
    max-width: 1150px;
    min-width: 934px;
    padding: 7px;
    position: relative;
    text-align: left;
    width: 66em;
}


/* ----- Navigation ----- */

a {
    color: #333333;
}
#nav {
    background: -moz-linear-gradient(center top , #BF6A1F, #A64724) repeat scroll 0 0 transparent;
    border: 1px solid #6D6D6D;
    border-radius: 2em 2em 2em 2em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    line-height: 100%;
    margin: 0;
    padding: 7px 6px 0;
}
#nav li {
    float: left;
    list-style: none outside none;
    margin: 0 5px;
    padding: 0 0 8px;
    position: relative;
}
#nav a {
    border-radius: 1.6em 1.6em 1.6em 1.6em;
    color: #E7E5E5;
    display: block;
    font-weight: bold;
    margin: 0;
    padding: 8px 20px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#nav .current a, #nav li:hover > a {
    background: -moz-linear-gradient(center top , #EBEBEB, #A1A1A1) repeat scroll 0 0 transparent;
    border-top: 1px solid #F8F8F8;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #444444;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
#nav ul li:hover a, #nav li:hover li a {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    box-shadow: none;
    color: #666666;
}
#nav ul a:hover {
    background: -moz-linear-gradient(center top , #04ACEC, #0186BA) repeat scroll 0 0 transparent !important;
    border-radius: 0 0 0 0;
    color: #FFFFFF !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
#nav ul {
    background: -moz-linear-gradient(center top , #FFFFFF, #CFCFCF) repeat scroll 0 0 transparent;
    border: 1px solid #B4B4B4;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    display: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 35px;
    width: 185px;
}
#nav li:hover > ul {
    display: block;
}
#nav ul li {
    float: none;
    margin: 0;
    padding: 0;
}
#nav ul a {
    font-weight: normal;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
}
#nav ul ul {
    left: 181px;
    top: -3px;
}
#nav ul li:first-child > a {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}
#nav ul li:last-child > a {
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}
#nav:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
#nav {
    display: inline-block;
}
html[xmlns] #nav {
    display: block;
}
* html #nav {
    height: 1%;
}
