body {
background-color:#2C004D;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
background-image:url(/public/blowup-images/body-bg.png);
}
.post-tags li a:link, .post-tags li a:visited, .post-info-co a:link, .post-info-co a:visited {
color:#000000;
}
#page {
font-size:1.4em;
}
.post-content, .post-excerpt, #comments dd, #pings dd, dd.comment-preview {
line-height:1.6em;
}
#top h1 a {
color:#FFF4CC;
}
#top h1 {
font-size:3.0em;
font-family:Georgia, serif;
left:30px;
width:auto;
top:65px;
}
#top {
height:190px;
background-image:url(/public/blowup-images/page-t.png);
}
.day-date {
color:#9EB77B;
font-family:Georgia, serif;
}
a {
color:#7F3493;
}
a:visited {
color:#4D4D4D;
}
a:hover, a:focus, a:active {
color:#000000;
}
#comment-form input, #comment-form textarea {
color:#7F3493;
}
#comment-form input.preview {
color:#7F3493;
}
#comment-form input.preview:hover {
background:#000000;
border-color:#000000;
}
#comment-form input.submit {
color:#7F3493;
}
#comment-form input.submit:hover {
background:#000000;
border-color:#000000;
}
#sidebar {
font-size:0.9em;
color:#733984;
}
#sidebar h2 {
font-family:Georgia, serif;
color:#733984;
}
#sidebar h3 {
font-family:Georgia, serif;
color:#8A8A8A;
}
#sidebar ul {
border-top-color:#DFB8EA;
}
#sidebar li {
border-bottom-color:#DFB8EA;
}
#topnav ul {
border-bottom-color:#DFB8EA;
}
#sidebar li a {
color:#B15FC8;
}
#sidebar li a:visited {
color:#B15FC8;
}
#sidebar li a:hover, #sidebar li a:focus, #sidebar li a:active {
color:#733984;
}
#search input {
color:#B15FC8;
}
#search .submit {
color:#B15FC8;
}
#search .submit:hover {
background:#733984;
border-color:#733984;
}
.post-title {
color:#319400;
font-family:Georgia, serif;
font-size:2em;
}
.post-title a, .post-title a:visited {
color:#319400;
}
#comments dd {
background-color:#F9F1F6;
color:#000000;
background-image:url(/public/blowup-images/comment-b.png);
}
#comments dd.me {
background-color:#ECFBEA;
color:#000000;
background-image:url(/public/blowup-images/commentmy-b.png);
}
#prelude, #prelude a {
color:#2C004D;
}
#footer p {
background-color:#2C004D;
color:#B668AA;
font-size:0.9em;
}
#footer p a {
color:#B668AA;
}
#footer {
background-image:url(/public/blowup-images/page-b.png);
}
#comments dt {
background-image:url(/public/blowup-images/comment-t.png);
}
#comments dt.me {
background-image:url(/public/blowup-images/commentmy-t.png);
}
#wrapper{	width:800px;	overflow: hidden;
	margin: 0 auto 0 auto;
	padding: 20px 0 0 0px;
	background: #fff url(img/page-bg.png) repeat-y top left;
}
#main {
	width: 615px;
	float: left;
}

#sidebar {
	width: 185px;
	float: right;
}

/* Pour enlever les boutons en haut au dessus de l'image. */
#prelude {
	visibility: hidden;
}

/* Pour enlever l'espace au dessus de l'image. */
#top {
	margin: 0px auto 0 auto;
}

/* Paramètres sous-titres de TITRE. */
#blog-desc {
 display: block;
 font-size: 40%;
 font-style: italic;
 color: rgba(255,244,204,.7);
 text-align: left;
}

/* Chemin vers l'article, tout en haut. */
#breadcrumb {
	margin-left: 25px;
	margin-bottom: 0px;
	margin-top: 0px;
}

/* Pour modifier la taille du sous-titre de l'article (avec l'auteur et la date). */
.post-info {
	font-size: 0.9em;
}

/* Pour virer la date en haut de l'article. */
.day-date {
	/* visibility: hidden; */
	height: 0px;
}

/* Date des commentaires */
#comments dt {
	background-image: none;
	color:#999999;
	padding: 0px 0 5px 0;
}
#comments dt.me {
	background-image: none;
}

/* commentaires */
#comments dd {
	background-image: none;
	/*  border-bottom: 1px dotted #808080; */
}

#comments dd.me {
	background-image: none;
}

/* Numéro du commentaire */
#comments a.comment-number {
	display: block;
	float: left;
	width: 10px;
	margin-right: 5px;
	font-size: 0.9em;
}

/* Mise en forme de l'insertion du commentaire admin*/
#comments .comment-adminwho {
     color: #733984;
     margin-left : 3em;
}

/* Citations*/
.post-content blockquote {
	margin: 15px 0 15px 45px;
	padding: 0px 0 0px 25px;
	border-left: 4px solid #BB72CF;
	color: #666666;
	font-size: 1.1em;
	font-family: Georgia, serif;
	font-style: italic;
}