@import "custom.css";

body {
	margin: 0 0 0px 0;
	padding: 0px 0px 0px 0px;
	background: #000000 url(images/page-bg.png) repeat-y;
	font-size : small;
	font-family: Verdana; 
	line-height : 140%;
	text-align : center;
}


/* Common styles
-------------------------------------------------------- */
p {
	margin: 0.2em 0 0.8em 0;
}

h1,h2,h3,h4,h5, h6 {
	margin: 1em 0 0 0;
	font-weight: bold;
}
h1 { font-size: 220%; }
h2 { font-size: 120%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }
h6 { font-size: 80%; }

a {
	color: #000000;
	text-decoration : none;
}
a:hover, a:focus {
	border-bottom: 0px none #000000;
}
a img {
	border: none;
}

pre, code, .monospace{
	font: 0.8em Verdana;
}

pre{
	width: 360px;
	overflow: scroll;
	border: 1px solid #ccc;
	padding: 0.5em;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

a.feed {
	padding-left: 16px;
}
q, cite, blockquote {
    font-style : italic;
    }

/* Layout
-------------------------------------------------------- */

#page {
    position : relative;
	width : 990px;
    margin : 0px 145px;
    padding : 0 0 0 0;
    text-align : left;
    color : #565759;
    background : transparent url(images/page-top.png) no-repeat left top;
}

#top, #top h1, #top h1 a, #prelude {
    margin : 0;
    padding : 0;
    text-align : center;
    }
#top {
    }
#prelude {
    margin-left :0px;
    }
#prelude, #prelude a {
    color : #fff; /* supprimer cette ligne pour rendre le prelude visible */
    font-size : x-small;
    }
#prelude a:hover {
    border : none;
    }
#wrapper {
    width : 100%;
    margin : 0 0 0px 0;
    padding : 0;
    }
#main {
    width : 990px;
    margin : 0 0 0 -220px;
    padding : 0 0 200px 0;
    float : right;
    background : transparent url(images/page-bottom.png) no-repeat left bottom;
    }
#content {
    width : 630px;
    margin : 0 0 0 220px;
    padding :  40px  0px 0 0px;
    }
#sidebar {
    width : 220px;
    margin : 0;
    padding : 0;
    float : left;
    }


#sidebar2 {
    width : 200px;
    position: absolute;
    top: 1em;
    right: 1em;
    background : transparent url(images/sidebar2.gif) no-repeat;

    }

#blognav{
    margin : 0;
    padding : 2em 0px;
    }
#blogextra {
    margin : 0;
    padding : 0em 0px;
    }
#footer {
      clear : both;
	padding : 14px 30px;
	background: #000000;
	}
#footer p {
    font-family : Verdana;
    text-align : center;
	margin : 0px 0 0px 180px;
    }
#footer a {

    }

#wrapper:after {
    content : '[ne pas supprimer]';
    display : block;
    height : 1px;
    clear : both;
    visibility : hidden;
	font-size : 1px;
    }
#wrapper {
    display:inline-block;
    }
/*\*/
* html #wrapper
	{
	height: 1%;
	}
#wrapper
	{
	display: block;
	}
/* */

#top h1 { 
    	text-align : center;
    	height : 80px;
    	padding : 60px 0 0 0;
    	margin-left : 180px;
    	font-family : Verdana;
    }
#top h1 a {
    font-weight : x-small;
    }


/* Sidebar  
-------------------------------------------------------- */
#sidebar {
    background : transparent url(images/sidebar2.gif) no-repeat;
    font-size : x-small;
    }
#blognav {
    }
#blogextra {
    }

#sidebar a:hover {
border-bottom: 0px solid #000000;
    }
#topnav {
	margin: 0px 0px 0px 0;
	padding: 0;
	font-size : small;
}

#menu dt {
cursor: pointer;
}
	}
#sidebar #topnav ul {
    margin : 0;
    padding : 0;
    list-style-type : none;
}
#sidebar #topnav li {
    margin : 0;
    padding : 0;
    line-height : 0%;
    }
#sidebar #topnav li a, #sidebar #topnav li a:hover {
    display: block;
    margin:0;
    padding : 0 0 0 0px;
    }
#sidebar #topnav li a {
    padding-bottom : 1px;
    }

#sidebar ul{
	margin: 0.2em 0 1em 1em;
	padding: 0 0 0 0.5em;
   list-style-type : none;
}
#sidebar h2 {
    margin-top : 1.5em;
    padding-left : 20px;
    color : #000000;
}
#sidebar h3 {
    margin-top : 0.66em;
    color : #000000;
   list-style-type : none;
}

/*  MAIN
-------------------------------------------------------- */

.pagination {
    text-align : right;
    }
.day-date{
    margin-top : 0em;
    }

.post {
	margin-bottom: 0em;
}
.post-title {
    font-family : Verdana;
	font-size:140%;
	font-weight : normal;
	margin : 0px 0 0px 0;
	color : #000000
    }
.post-title a, .post-info a, .post-tags a {
	color : #000000;
    font-weight : bold;
    }
.post-content {
    font-family : Verdana;
	text-align: justify;
}
.post-content blockquote {
	font-family: Verdana;
	font-size: 90%;
	font-style: italic;
	color: #000000;
}
.post-content blockquote em {
	font-style: normal;
}
.post-info, .post-tags { 
    font-size : x-small;
    padding:0;
    margin : 0;
    }
.post-content, .post-chapo, .post-info {
    border-top : 1px solid #000000;
    }
.post-content, .post-chapo {
    padding-top : 16px;
    }
.post-info a {
	background: transparent;
	text-decoration: none;
}
.post-info-co {
    clear:both;
	text-align: center;
	font-size:x-small;
}
#attachments h3 {
	color: #999;
	margin-bottom: -0.25em;
}
#attachments ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0.5em;
	border: 1px solid #ccc;
}
#attachments li {
	display: block;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 20px;
	background : transparent url(img/attachment.png) no-repeat 0 50%;
}
#attachments li em {
	font-style: normal;
	font-weight: bold;
	color: #666;
}
#attachments li div {
	margin: 0.5em 0 0 0;
}
#attachments li object {
	display: inline;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
ul.post-tags {
	list-style: none;
	display: block;
	padding: 0;
	font-size : 0.86em;
}
ul.post-tags li {
	display: inline;
	margin: 0 0.6em 0 0;
	padding: 0 0 0 14px;
	background: transparent url(images/tag.png) no-repeat left center;
}
ul.post-tags li:after {
	content: ',';
}
ul.post-tags li:last-child:after {
	content: '';
}

/* zone des commentaires */
#comments {
    clear:both;
    }
#comments dd, #comments dt, #comments dl, #pings dd, #pings dt, #pings dl { 
    padding : 0 4px; 
    margin : 0; 
    }
#comments dt, #pings dt { 
    margin-top : 0.5em;	
    font-family:Verdana;	
    font-size : 0.92em;
    padding-bottom : 2px;
    }
#comments dd, #pings dd {
    border-top : 1px solid #ccc;
    padding-bottom : 12px;
    }
#comments dd p, #pings dd p { 
    margin-top : 0.5em;
    }
#comments dt .comment-number, #pings dt .comment-number {
    font-size : 2em; 
    }
#comments dt .comment-number:hover, #pings dt .comment-number:hover {
    color : #970f00;
    }
#ping-url { 
    font-size : 0.9em; 
    }
#ping-url .monospace {
    font-size : 1em;
    }
#comments dt.me {
	font-weight: bold;
	color: #333;
}


.error {
	border : 2px solid #c00;
	padding : 0.5em;
	background : #eee;
}

.message {
	color : #c60;
}

/* Forms
-------------------------------------------------------- */
fieldset{
	border: none;
	margin: 0em 0;
	padding: 0;
}
p.form-help { font-size:0.9em;}
label{
	cursor: pointer;
}

#comment-form {
    margin-bottom : 2em;
    padding : 1% 1% 1% 3%;
    font-size : .9em;
    }
#comment-form h3 {
    font-size : 1.25em;
    }

.field label{
	display: block;
	clear:both;
	float : left;
	width : 13em;
	font-size : 0.9em;
	text-transform : uppercase;
}
.field span { 
    font-weight : bold; 
    }
input,textarea{
    border-bottom : 1px solid #ccc;
	font: 1em Verdana;
	padding : 1px;
}
input[type=text],textarea, select {
	border: 1px solid #ccc;
	border-top : none;
	border-bottom : none;
	background : #f7f7f7;
}
select {
    margin-top : 0.5em;
    }
textarea{
    clear:both;
	width: 97%;
	font-size : 1em;
	background : #f5f4f4;
}
input[type=text]:hover, textarea:hover {
	border-color: #f90;
}
input[type=text]:focus, textarea:focus {
	background : #EAE9FB;
	border : 1px solid #cceecc;
	border-top : none;
	border-bottom : none;
}
input.submit {
	font-weight: bold;
}

#navlinks {
    text-align : right;
    }

#comments blockquote.comback_content {
	background: #EAE9FB;
}


#menu {

}

#menu dd,dt, ul, li {
list-style-type: none;
margin: 0px 0 0 0px;
padding: 0;
}

#menu dt {
cursor: pointer;
}
