.content {
}

#sidebar {
    float: left;
    width: 200px;
    padding-top: 2em;
}

.right-side {
    padding: 2em 0 0 215px;
}

#wrapper, #main, #content, #p101, .first .post-title, h1 {
    margin-top: 0;
}

.dc-tag h1.post-title, .dc-category h1.post-title {
    margin-top: 1em;
}


.dc-category h1.post-title a {
    //color: #005a9c;
}

#blogextra .text {
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.3);
    box-shadow: 0px 0px 5px rgba(0,0,0,.3);
    padding: 0.5em 1em 0.5em 1em;
    text-align: justify;
    margin-bottom: 2em;
    background: #f0f0f0;
}

#blogextra .text b, .text b a {
    color: #005a9c;
}

#blogextra .text img {
	float: right;
	margin-left: 1em;
}

.formulaire input, .formulaire select {
	width: 100%;
}

.post-title {
    margin-bottom: 0;
}

.post-content {
    text-align: justify;
}

.dc-category .post-content p, p.read-it {
    margin-left: 1em;
}

.feed {
    float: right;
}

.feed img {
    border: 0;
}

#sidebar h2 a, #sidebar h2, .post-info {
    color: #005a9c;
    margin: 0;
    padding: 0;
}

#sidebar ul {
    padding-left: 0;
    margin-left: 0;
    margin-top: 0;
    list-style-position: inside;
}

pre {
    overflow: scroll;
}

p.sdfootnote {
    text-align: left;
}
#sdfootnote1 {
    border-top: 1px solid black;
    margin-top: 2em;
}
a.sdfootnotesym {
    margin-right: 0.5em;
    color: #005a9c;
}

.post-tags, .post-tags ul {
    padding: 0px; 
    display: inline;
    list-style : none;
}

#attachments li.text, #attachments li.spreadsheet {
    list-style : none;
    line-height: 64px;
    vertical-align: center;
    padding-left: 64px;
}

#attachments li.text {
    background: url('/admin/images/media/text.png');
    background-repeat: no-repeat;
    background-position: 0px 50%;
}

#attachments li.spreadsheet {
    background: url('/admin/images/media/spreadsheet.png');
    background-repeat: no-repeat;
    background-position: 0px 50%;
}


/* AFP */
table.center {
    border-spacing: 1px;
    border-collapse: collapse;
}

table.center td {
    border: 1px solid gray;
    padding: 0.2em;
}

.StyleDep, .StyleDep td {
    font-weight: bold;
    font-size: 120%;
    line-height: 2em;
    color: #ae3045;
}

.Stylecirco {
    color: #005a9c;
    font-weight: bold;
    padding-top: 0.5em;
}

#petition h2 {
    width: 80%;
    border: 1px solid black;
    background: #eee;
    border-radius: 15px;
    box-shadow: 1px 1px 8px #333;
    padding: 5px;
    font-size: 1.2em;
    color: red;
    text-align: center;
}