body {
	color: #300207;
	background-image:url(images/marie-eve_01.jpg);
	margin: 0;
	padding: 0;
	background-color: #300207;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Arial, "Lucida Sans Unicode", Tahoma, sans-serif;
	font-size: 12px;
	}
/* CONTAINS ENTIRE PAGE */
#body-container {
	width: 100%;
	margin: 0 auto;
	height:100%;
	}

/* HEADER */
#header {position:absolute; top:42px; left:70px;}
#header h1 {
	margin: 5px 0;
	font-size: 15px;
	font-weight: normal;
}
#header h1 a { color: #e47a21; }
#header h1 a:hover { color: #8f4508; }
#header input {
	width: 100px;
	border: 1px solid #64150e;
	color: #8f4508;
	background-color: #FFFFFF;
	font-size: 9px;
	font-weight: normal;
}
#header .search {
	position:absolute;
	top:7px;
	left:570px;
	width:200px;
}
#header .submitSearch{
	width: 30px;
	border: 1px solid #64150e;
	color: #300207;
	background-color: #c3aaa5;
	font-size: 9px;
	font-weight: normal;

}
/* CONTAINS CONTENT & SIDEBAR */
#container { width: 100%; 
height: 100%;}

/* CONTENT */
#contentUnder{
	background: url(images/zonetexte.png);
	width: 625px;
	height:2500px;
	position:absolute;
	z-index:1;
	left: 20px;
	top:150px;
}
#content{
	float: left;
	width: 520px;
	border: 0px solid #cccccc;
	margin:20px;
	position:absolute;
	z-index:9;
	left: 5px;
	top:150px;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 40px;
	padding-left: 50px;
}

/* HEADERS */
h2, h3, h4, h5, h6 {
	color: #953620;
	font-weight: bold;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.4em; }
h3 { font-size: 13px; }
h4 { font-size: 1.1em;
text-weight:normal; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }

/* POSTS & PAGES */
.post { width: 100%; margin: 20px 0; }
.post h2.post-title {
	float: left;
	width: 100%;
	margin: 2px 0;
	font-weight: normal;
}
.post p.post-time { font-size: .9em; margin: 2px 0 0 0;}
.entry {
	width: 100%;
	float: left;
	margin-top: 10px;
  }

/* blockquotes */
blockquote { color: #5e5f5e; }
blockquote blockquote { color: #858785; }

/* links */

a:link{
color:#AB5425; 
text-decoration:underline;
}
a:hover { 
color: #8f4508; 
text-decoration:underline;}
a:visited { 
color: #5C0A0C; 
text-decoration:none;
}
a:link.ext{
color:  #AB5425;
	background-image: url(images/ext-.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 9px;
text-decoration:underline;
}
a:visited.ext{
	background-image: url(images/ext.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 9px;
	text-decoration:none;
	color:#5C0A0C;
}
a:hover.ext{
color: #8f4508;
	background-image: url(images/ext-hover.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 9px;
	text-decoration:underline;
}

/* images */
.post a img, .post img { border: none; padding: 5px;
}

/* lists */
.post ul { list-style-type: none; margin: 0; padding: 0; }
.post ul li {
	margin: 0;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0.9em 0.3em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
	}
.post ol { margin: 0; padding: 0 0 0 25px; }
.post ol li { margin: 1px 0; padding: 0; }

/* postmetadata */
p.postmetadata {
	float: right;
	width: 100%;
	text-align: right;
	margin: 15px 0 0 0;
	padding: 0 0 25px 0;
	border-bottom: 1px solid #64150E;
	}
p.postmetadata span.comments {
	height: 16px;
    background: url(images/comments.png) no-repeat;
	}
p.postmetadata span.comments a { padding-left: 20px; }
/* tables */
.post table { border: none; background: #ffffff; }
.post tr, .post td { border: 1px solid #809595; background: #e9f0e8; }

/* other basics & typography */
small { font-size: .9em; }

/* navigation & left, right, center alignment */
.navigation {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 60px;
	width: 518px;
	border-top-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.navigation a:link{
color:#FFFFFF;
text-decoration:underline;
}
.navigation a:visited{
color:#BBBBBB;
}
.previous {
	width: 259;

}
.left, .alignleft { float: left; margin: 0 15px 15px 0; }
.next {
	width: 259;
	text-align: right;
}
.right, .alignleft { float: right; margin: 0 0 15px 15px; }
.center { text-align: center; margin: 0 auto; display: block; }
.clear { clear: both; }

/* COMMENTS */
#comments-template { 
width: 520px; }
#comments-template ol { list-style-type: none; margin: 0; padding: 0; }
#comments-template ol li { margin: 0; padding: 10px 5px;  }
#comments-template ol li.alt {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}
#comments-template fieldset { border: none; }
#comments-template legend { border: none; }
#comments-template textarea { width: 99%; border: 1px solid #809595; background: #e9f0e8; }
#comments-template input { width: 40%; border: 1px solid #809595; background: #e9f0e8; }
#comments-template input.submitcomment, #comments-template input.resetcomment { width: 100px; }

/* SIDEBAR */
#sidebar .bulle1under {
	position:absolute;
	left:620px;
	top:145px;
	background: url(images/rond-sup.png);
	width:320px;
	height:320px;
	z-index:4;
	}
#sidebar .bulle1 {
	font-size: .9em;
	float: left;
	position:absolute;
	left:630px;
	top:145px;
	width:200px;
	height:200px;
	z-index:8;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 85px;
	}

#sidebar .bulle2under {
	background: url(images/rond-dessous.png);
	position:absolute;
	left:562px;
	top:335px;
	width:280px;
	height:280px;
	z-index:3;
	}
#sidebar .bulle2 {
	font-size: .9em;
	float: left;
	position:absolute;
	left:562px;
	top:340px;
	width:165px;
	height:180px;
	z-index:7;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 75px;
	}
#sidebar h2.menu-header {
	margin: 10px 0 5px 0;
	color:#8f4508;
	font-weight: normal;
}
#sidebar ul { 
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	}
#sidebar ul li {
	color: #300207;
	padding: 0;
	margin-left:15px;
	}
#sidebar ul li a {
	text-decoration: underline;
	color: #300207;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 1px;
	}
#sidebar ul li a:hover {
	text-decoration: underline;
	color:#8f4508;
	}
#sidebar ul li ul { margin: 0; padding: 0; border: none; }
#sidebar ul li ul li a{ text-indent: 20px; }
#sidebar ul li ul li a:hover { text-indent: 25px; }

/* sidebar feed */
#sidebar ul.feed { background: transparent; border: none; }
#sidebar ul.feed li {
	background: transparent url(images/feed.png) no-repeat left top;
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/feed.png');*/
	border: none;
	}
#sidebar ul.feed li a {
	text-indent: 25px;
	display: block;
	height: 16px;
	}
#sidebar ul.feed li a:hover { 
	background: transparent;
	text-indent: 25px;
	}


#sidebar2 {
	font-size: .9em;
	float: left;
	padding: 75px;
	position:absolute;
	left:790px;
	top:0px;
	background-image:url(images/meve_d.jpg);
	background-repeat:no-repeat;
	height:100%;
	width:400px;
	z-index:2;
	color:#CCCCCC;
	}
#sidebar2 h2.menu-header, h4 {
	margin: 10px 0 5px 0;
	color:#8f4508;
	font-weight: normal;
	font-size: 14px;
}
h4 {font-size: 12px;}
#sidebar2 .zoneTexte {
	position:absolute;
	left:118px;
	top:77px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style:  none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #66050d;
	padding-left:15px;
	color:#ab5425;
	width:250px;
	z-index:5;
}
#sidebar2 .zoneTexte a {
	text-decoration: none;
		color:#ab5425;
}
#sidebar2 .zoneTexte a:hover {
	text-decoration: underline;
}
#sidebar2 .zoneTexte a:link.ext{
color:  #AB5425;
	background-image: url(images/ext-.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 9px;
text-decoration:underline;
}
#sidebar2 .zoneTexte a:visited.ext{
	background-image: url(images/ext.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 9px;
	text-decoration:none;
	color:#5C0A0C;
}
#sidebar2 .zoneTexte a:hover.ext{
color: #8f4508;
	background-image: url(images/ext-hover.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 9px;
	text-decoration:underline;
}
#sidebar2 ul { 
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	}
#sidebar2 ul li {
	color: #ab5425;
	padding: 0;
	margin-left:15px;
	}
#sidebar2 ul li a {
	display: block;
	text-decoration: none;
	color: #ab5425;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 1px;
	}
#sidebar2 ul li a:hover {
	text-decoration: none;
	color:#8f4508;
	}
#sidebar2 ul li ul { margin: 0; padding: 0; border: none; }
#sidebar2 ul li ul li a { text-indent: 25px; }
#sidebar2 ul li ul li a:hover { text-indent: 25px; }

/* sidebar feed */
#sidebar2 ul.feed{ background: transparent; border: none; }
#sidebar2 ul.feed li {
	background: transparent url(images/feed.png) no-repeat left top;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/feed.png');
	border: none;
	}
#sidebar2 ul.feed li a {
	text-indent: 25px;
	display: block;
	height: 16px;
	}
#sidebar2 ul.feed li a:hover { 
	background: transparent;
	text-indent: 25px;
	color:#8f4508;
	}

/* search 
#sidebar input#s {
	width: 95%;
	border: 1px solid #8f4508;
	color: #e47a21;
	background-color: #470503;
	position:absolute;
	left:300px;
}*/

/* wp-calendar */
table#wp-calendar { width: 80%; margin: 0 auto; }

/* SIDEBAR WIDGET STYLES */
/* blogroll widget */
li#linkcat-2 { list-style-type: none; margin: 0; padding: 0; }
/* flickr widget & other images in the sidebar */
#sidebar a img, #sidebar img, #sidebar2 a img, #sidebar2 img { margin: 3px; border: 5px solid #d4e0d3; }
/* recent comments widget */
ul#recentcomments li a, ul#recentcomments li a:hover { border: none; background: transparent; text-indent: 0; }

/* FOOTER */
#footer {
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	}	
#footer p { margin: 2px 0; }
#footer a:hover { text-decoration: underline; }

#nav{
	position:absolute;
	left:20px;
	top:35px;
	font-size: 14px;
}
#nav a {
color:#8f4508;}
#nav a:hover {
color:#e47a21;}

/* 
"Life is really simple, but we insist on making it complicated."  ~Confucius
*/img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.mindMap {
	position:absolute;
	top:68px;
	left:545px;
	z-index:4;
	width:200px;
	height:170px;
}

/* png IE6 */
* { behavior: url(http://www.meve.hubaux.be/blog/wp-content/themes/blogging-simply-10/images/iepngfix.htcwp-content/themes/blogging-simply-10/images/iepngfix.htc); }
