body {
	margin : 0;
	padding : 10px 20px 0 20px;
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 0.75em;	
	color : #000;	
	border-top: solid 3px #82c805;
	background: #1f1f1f url(images/background_gradient.gif) repeat-x;
	text-align: center;
}

p { margin : 1em 0; }
img { border : none; }
form { display : block; margin : 0; padding : 0; }

h1 { font-size : 2em; margin : 0.67em 0; }

h3 { font-size : 1.17em; margin : 1em 0; }
h4 { font-size : 1em; margin : 1.33em 0; }
h5 { font-size : 0.83em; margin : 1.67em 0; }
h6 { font-size : 0.67em; margin : 2.33em 0; }

code,pre { font-family : "Courier New",monospace; font-size : 1em; }

q { font-style : italic; }

a {
	color : #008080;
}
a:hover, a:focus, a:active {
	color: #000000;
}

a[hreflang]:after {
	content: "\0000a0(" attr(hreflang) ")";
	color : #666;
	background : transparent;
}

h2 {
	font-family : Verdana, Tahoma;
}
h3 {
	font-family : Verdana, Tahoma;
}
h2 {
	font-weight : normal;
}

table {
	font-size : 1em;
}

/* Layout
-------------------------------------------------------- */
#page {
	margin : auto;
	width: 900px;	
}

#header{

	margin : auto;
	width: 900px;	
	padding: 10px 0 10px 0;
}



#top {
	margin : 0 0 0 0;
	background: #545454 url(images/head.png) repeat-x 0 3px;
	color : #39455B;
	height: 72px;
	padding: 1px 0 0 0;
	
}
#top h1 {
	margin : 10px 0 0 10px;
}
#top a {
	color : #39455B;
	text-decoration : none;
}

#prelude {
	position : relative;
	top : -65px;
	margin : 0;
	padding : 0 15px 0 0;
	font-size : 0.85em;
	text-align : right;
	color : #abd6de;
}
#prelude a {
	color : #abd6de;
}
#prelude a:hover, #prelude a:focus {
	color : #0373A1;
}

#main {
	padding-right : 210px;
}

#main h3 {
	
}

#content {
	padding-right : 1em;
	background: #FFF url(images/post-top.png) no-repeat;
	padding-top: 10px;
	padding-left: 10px;
	
}

#content-bottom{
	padding-right : 1em;
	background: url(images/post-bottom.png) no-repeat;
	padding-top: 10px;
	padding-left: 10px;
	height: 15px;
}


/* navbar */

#navbar{	
	float: right;
	width: 190px;
	text-align: left;
	
	padding: 10px 5px 10px 5px;;
}

#navbar h2 {
	font-family: Verdana, Arial;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFF80;
	text-transform: uppercase;
	padding-top: 8px;
	cursor: pointer;
	width: 180px;
	height: 30px;
	background-image: url(images/h2.png);
	padding-left: 10px;
	background-repeat: no-repeat;
}

#navbar ul {
	padding-left : 0;
	margin : 0 0 0 0;
	list-style : none;
}

#navbar li {
	display : block;
	margin-top : 5px;
	color : #e2d6ad;

}

#navbar a {
	font-family: Verdana, Arial;
	font-size: 9pt;
	text-decoration: underline;
	font-weight: normal;
	color: #FFF;
}


/* Sidebar
-------------------------------------------------------- */
#sidebar {
	width : 170px;
	margin : 0 0 2em 0;
	float: left;
	text-align: left;
}

#sidebar h2 {
	font-family: Verdana, Arial;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	color: #525252;
	text-transform: uppercase;
	
}

#sidebar ul {
	padding-left : 0;
	margin : 0 0 0 0;
	list-style : none;
}

#sidebar li {
	display : block;
	margin-top : 5px;
	
	color : #e2d6ad;
}

#sidebar a {
	
	font-family: Verdana, Arial;
	font-size: 9pt;
	text-decoration: underline;
	font-weight: normal;
	color: #000;
}


/* Calendar */
#calendar {
	padding-top: 20px;
}
#calendar h2 {
	display : none;
}
#calendar table {
	font-size : 0.85em;
}

#calendar caption {
	font-family: Verdana, Arial;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	color: #525252;
	text-align: left;
	text-transform: uppercase;

	border-bottom-width: 1px;
	border-bottom-color: #54547E;
	border-bottom-style: solid;
}
#calendar abbr {
	font-family: Verdana, Arial;
	font-size: 7pt;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

#calendar th, #calendar td {
	border : none;
	padding : 1px;
}
#calendar td {
	text-align : center;
}

#calendar td.active {

	font-weight: bold;
}
#calendar td.active a {
	font-weight: bold;
	font-size: 7pt;
}

#calendar a {
	font-weight : bold;
	font-size: 7pt;
}

/* Search form */
#search {
}
#q {
}

/* Categories box */
#categories {
}

/* Archives box */
#archives {
}

/* Links box */ 
#links {

}

#links2 ul{
	display: block;
}

#links2 h2{	
}

#links ul{
	display: block;
}

#categories ul{
	display: block;
}

#archives ul{
	display: block;
}

#links2 span{
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: #FF8080;
	font-style: italic;
}

#links1 {
}

#about{
	/*margin-top: 20px;*/
}

#about h2 {
	display: none;
}

#buttons{
	margin-top: 10px;
}

#buttons h2{
	display: none;
}

/* Syndication box */
#syndicate {
}


/* Footer
-------------------------------------------------------- */
#footer {
	clear: both;
	margin: 2em 0 0;
	padding: 3px 1em 1em;
	color: #fff;

	font-size: 0.8em;
	text-align: right;
	line-height: 100%;
	position : relative;
	text-align: center;
}
#footer a {
	color : #666;
}


/* Post
-------------------------------------------------------- */
.day-date {
	margin-top : 2em;
	padding-bottom : 4px;
	font-family : Georgia,"Times New Roman","New York",serif;
	font-size : 1.2em;
	font-weight : bold;
	text-align : right;
	color : #999;
	background : transparent url(images/line-1.png) repeat-x bottom left;
}

.post {
	text-align: left;
}
.bloc-title {
	
	background: url(images/titlebg.png) no-repeat;
	height: 50px;
	
	padding-top: 5px;
	position: relative;
	
	/*
	filter:alpha(opacity=20); 
	opacity:0.2; 
	-moz-opacity:0.2;
	*/
}

.bloc-title p{
	margin: 0:
	padding: 0;
}

.post-title{
	color: #FFA346;
	font-family: Verdana, Arial;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;		
	text-transform: uppercase;
}

.post-title span{
}

.post-title a {
	color : #FFA346;
	text-decoration : none;
}
.post-info {
	font-size : 0.85em;
	clear : both;
	color : #666;
	margin : 0;
}
.post-chapo {
	margin-bottom : 2em;
}
.post-content {
	font-family: Verdana, Arial;
	font-size: 10pt;
	text-decoration: none;
	font-weight: normal;
	padding-top: 0px;
	text-align: left;
	line-height: 1.4em;
	color: #000;
	
}
.post-info-co {
	font-family: Verdana, Arial;
	font-size: 8pt;
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
	
}

.post-info-co span {
	background : transparent url(images/ico_tb.png) no-repeat 100% 40%;
	padding : 0 15px 0 0;
}

.post-info-co a{
	color: #FFF;
}

.bdate{
	position: absolute;
	top: 5px;
	left: 8px;
	margin: 0;
	vertical-align: top;
	width: 36px;
	height: 33px;
	padding: 3px 0 0 0;
	
}

.bdate h3{
	margin: 0;
	padding: 0;
	color: #FFF;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
}

.bdate p{
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: center
}

#trackbacks {
}
#comments {
	text-align: left;
}
#comment-preview {
}

#trackbacks, #comments, #comment-preview {
	margin : 0 ;
}

#trackbacks blockquote, #comments blockquote, #comment-preview blockquote {
	display : block;
	margin : 0 0 1em 0;
	padding : 1px 1em;
	padding-top: 5px;
	font-style : normal;
	color : #000;
	line-height: 1.4em;
	background : transparent url(images/line-1.png) repeat-x 0 0;
}

.comment-info {
	margin : 0;
	padding : 0.3em 0 0.3em 18px;
}
#trackbacks .comment-info {
	background-image : url(images/ico_tb.png);
	background-position : 4px 60%;
	background-repeat : no-repeat;
}
#comments .comment-info {
	background-image : url(images/ico_comments.png);
	background-position : 4px 60%;
	background-repeat : no-repeat;
}
.comment-number {
	font-family : Georgia,"Times New Roman","New York",serif;
	font-size : 1.8em;
}
.comment-number a {
	text-decoration : none;
}

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


/* Interactions
-------------------------------------------------------- */
fieldset {
	display : block;
	border : none;
	margin : 0;
	padding : 0;
}

input, textarea {
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 1em;
	border-width : 1px;
	border-color : #ccc;
}

input[type], textarea[name] {
	background: #f1f0ed;
}

input[type=submit], input[type=reset] {
	background : #ccc;
	color : #000;
}

input[type=submit]:hover {
	background : #598F9A;
	color : #fff;
}

textarea {
	width : 95%;
}

p.field {
	margin : 0.5em 0 0 0;
}

p.field label {
	display : block;
	font-weight : bold;
	font-size : 0.85em;
}

.form-help {
}

#comment-form {
	border: solid 1px #000;
	padding: 10px;
}

input.preview {
}
input.submit {
}

#c_nom {
}
#c_mail {
}
#c_site {
}
#c_content {
}
#c_remember {
}


/* Extra blocks
-------------------------------------------------------- */
#block1 {
}
#block2 {
}
#block3 {
}
#block4 {
}
#block5 {
}
#block6 {
}


#header{
	font-family: Verdana, Tahoma, Arial;
	font-size: 42px;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	color: #FFF;
	margin-bottom: 10px;
	
	/*background-color: #7979a5;*/
	/*
	border-width: 1px;
	border-color: #000000;
	border-style: solid;*/
}

#tagline{
	margin: 0;
	font-family: Verdana, Arial;
	font-size: 9pt;
	border-width: 0 1px 1px 1px;
	border-color: #000000;
	border-style: solid;
	/*
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;*/
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FF8000;
	padding: 2px 2px 2px 15px;
	margin-bottom: 5px;
}

.url{	
	text-align: right;
	padding-right: 15px;
}

.url a{
	color: #FFFFFF;
	text-decoration: none;
}

#about li{
	padding-bottom: 10px;
}	

.htmlbox{
	padding-top: 30px;
}

#links li{
	line-height: 18px;
}	

.bookimg{
	text-align: center;
	padding-bottom: 7px;
}

.booktitle{
	padding-bottom: 7px;
	text-align: center;
}

.comment-date{
	color: #000000;
}

.post-content-bg{
	background: #FFF;
	
	margin: 0;
	padding: 5px;
}

.post-content-bottom{
	height: 20px;

	padding: 0;
	margin: 0 0 10px 0;
}

.plist li{
	margin-bottom: 7px;
}

.wik{
	padding-bottom: 10px;
}