* {margin: 0; padding: 0;}

body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #000;
	text-align: center;
	background-color: #000;
}
img {
	border : none;
}


/* Titre
-------------------------------------------------------- */
#top {
	height: 200px;
	background-image: url(img/header.png);
	padding: 25px;
}
h1 a {
	display: block;
	margin: auto;
	width: 900px;
	height: 200px;
}
h1 span {
        display: none;
}
/* Page
-------------------------------------------------------- */
#page {
	width: 950px;
	margin: 0 auto;
	background-color: #F7F4FE;
	background-image: url(img/fond.png);
}

/* Main
-------------------------------------------------------- */
#main {
	width: 700px;
	float: right;
	text-align: justify;
}
#main h3 {
	color: #3C1F74;
	margin-top: 20px;
}
#main .day-date {
	clear: both;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	border-top: 1px solid #036;
	border-bottom: 1px dashed #A37CFF;
	color: #999;
	padding-top: 10px;
	margin-top: 20px;
}
#main p {
	line-height : 18px;
	text-align: justify;
	margin-bottom: 5px;
}
.post-title {
	margin : 10px;
	font-size: 20px;
}
.post-title a {
	text-decoration : none;
	color : #036;
}
.post-content a, #content a {
	color: #036;
	text-decoration: none;
}
.post-info, .post-info-co, .post-info a, .post-info-co a {
	font-size: 10px;
	margin-bottom: 10px;
	color: #999;
	text-decoration: none;
}
.post-content a:hover, .post-info a:hover, .post-info-co a:hover, #content a:hover {
	text-decoration: underline;
}
.post-content blockquote, .post-chapo blockquote{
        margin: 0 15px;
	font-family: Georgia, serif;
	font-style: italic;
	color: #036;
}
.post-info-co {
	clear : both;
}
.post-chapo {
	display: none;
}

/* Content
-------------------------------------------------------- */
#content {
	margin : 0 10px 0 0;
	padding : 10px;
}

/* Liste commentaires + formulaire
-------------------------------------------------------- */
#comments, #trackbacks {
	margin : 0 2em;
}
#comments blockquote, #trackbacks blockquote {
	display : block;
	padding : 5px 10px;
	border : 1px dashed #036;
	background : #FFF;
}
.comment-info {
	margin-bottom : 0;
	font-size : 0.85em;
}
.erreur {
	border : 1px solid;
	padding : 0.5em;
}

/* Menu
-------------------------------------------------------- */
#sidebar {
	color : #FFF;
	margin : 0 700px 0 0;
	padding : 0;
	text-align: left;
}
#sidebar a {
	color : #A37CFF;
}
#sidebar h2 {
	font-size: 15px;
	text-transform: uppercase;
	margin: 20px -12px 0 0;
	border-top: 1px solid #F7F4FE;
}
#sidebar ul {
	padding-left : 15px;
	margin-left : 0;
}
#sidebar li {
	list-style : square;
	margin-top : 0.15em;
	color : #A37CFF;
}
#sidebar li a {
	text-decoration: none;
}
#sidebar li a:hover {
	text-decoration: underline;
}
#sidebar div {
	padding : 0 1em 0 1em;
}


/* Footer
-------------------------------------------------------- */
#footer {
	clear : right;
	padding : 10px 20px;
	text-align : right;
	font-size : 12px;
	font-weight: bold;
}
#footer a {
	color: #036;
}

/* Calendrier
-------------------------------------------------------- */
#calendar table {
	border-collapse : collapse;
	font-size : 10px;
	margin : 0 auto;
}
#calendar caption {
	margin : 0 auto;
	font-weight: bold;
}
#calendar abbr {
	border-bottom : 1px solid;
}
#calendar th, .cal td {
	border : none;
	padding : 3px;
}
#calendar td {
	text-align : center;
}
#calendar td.active a {
	font-weight : bold;
}

/* Error messages
-------------------------------------------------------- */
.error {
	border : 1px solid #c00;
	background : #fee;
	padding : 0.5em;
}
.error ul {
	padding-left : 20px;
}
.error li {
	list-style : square;
}


/* Formulaires
-------------------------------------------------------- */
fieldset {
	display : block;
	border : none;
	margin : 0;
	padding : 0;
}
input, textarea {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #000;
	border-width : 1px;
	border-color : #3C1F74;
}
input[type], textarea[name] {
	background : #FFF;
}
input[type=submit], input[type=reset] {
	background : #3C1F74;
	color : #FFF;
	font-weight: bold;
	width: 100px;
}
input[type=submit]:hover {
	background : #036;
	color : #FFF;
}
textarea {
	width : 100%;
}
p.field {
	margin : 0.5em 0 0 0;
}
p.field label {
	display : block;
	font-weight : bold;
	font-size : 0.85em;
}
form {
	display : block;
	margin : 0;
	padding : 0;
}
code,pre {
	font-family : "Courier New",monospace;
	font-size : 1em;
}
q {
	font-style : italic;
}
a[hreflang]:after {
	content: "\0000a0(" attr(hreflang) ")";
	color : #999;
}