html {
	background-color: #bfbfbf;
}
body {
	background: transparent url(bg_body.png) repeat-y 50% 0px;
/* font: 0.72em/170% "Lucida Grande", Verdana, Helvetica, sans-serif;*/
	font: 12px "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
a[href] {
	color: #525151;
}

#wrapper { /* IE workaround */                    
	border-style: none;                    
	margin: 0 auto;
	padding: 0;
	width: 750px;
}
html>body #wrapper {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: auto;
	max-width: 750px;
}

#header {
	background-image: url(bg_header.png);
	border-bottom-width: 0px;
	position: relative;
	height: 130px;
}
#header h1 {
	color: #ff2765;
	font-family: "Trebuchet MS";
	font-size: 28px;
	position: absolute;
	left: 200px;
	top: 40px;
	width: 335px;
	height: 50px;
	cursor: pointer;
	overflow: hidden;
}

#navigation {
	border-bottom-style: solid;
	border-bottom-color: #ff2765;
	border-top-color: #ff2765;
	border-top-style: solid;
	border-bottom-width: 2px;
	border-top-width: 2px;
	background: #b7092e repeat-x 0px 0px;
	margin: 0;
	padding: 0.5em 0;
	width: 100%;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation li {
	display: inline;
	margin: 0;
	padding: 0 0 0 25px;
	text-shadow: 0px 2px 4px #000;
}
#navigation li a {
	color: #989898;
	text-decoration: none;
}


#intro		#navi_intro			a,
#iBede		#navi_iBede			a,
#iBedePocket		#navi_iBedePocket			a,
#news			#navi_news			a,
#screenshots	#navi_screenshots		a,
#movie	#navi_movie		a,

#aide			#navi_aide		a,
#contact		#navi_contact		a,
#navigation li a:hover {
	color: #fff;
}

#page_body {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

#content { /* IE workaround */
	margin: 0;
	padding: 25px;
	width: 430px;
	height: 650px; 
	background: white;
	text-align: justify;
	color: #333;
}
html>body #content {
	margin: 0;
	padding: 25px;
	width: auto;
	height: auto;
	max-width: 430px;
	min-height: 650px; 
}
#content :first-child {
	margin-top: 0px;
}
#content :first-child + h1 {
	margin-top: 0px;
}

#content .post-title {
	color: #3f3f3f;
	text-decoration: underline;
	font-size: 18px;
	text-shadow: 0px 0px;
}
#content .day-date {
	text-align: right;
}

#content .post-content {
	margin-left: 15px;
}

#content .titre{
	font-weight: bold;
	font-size: 14px;
}


#content .attention {
	color: #b7092e;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: url(/NenupharFiles/attention.png) no-repeat;
	padding-left: 10px;
}

#content li{
	padding-left: 15px;
} 

#content .separation {
	border-top-color: #bfbfbf;
	margin-bottom: 15px;
	margin-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
}
#content .comments {
	font-size: 15px;
	color: #3f3f3f;
	text-shadow: 0px 0px;
	margin-bottom: 5px;
	margin-top: 10px;
}
#sidebar {
	margin: 0;
	padding: 0;
	top: 0px;
	left: 480px;
	width: 270px;
	background-color: #e8eaea;
	position: absolute;
	height : 100%;
	
}
#sidebar .item {
	color: #5b5b5b;
	border-bottom: 2px solid #fff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 64px;
}
#sidebar .item * {
	margin: 0px;
}
#sidebar .item h4 {
	margin-bottom: 1em;
	font-size: 120%;
}
#sidebar .item p {
	font-size: 90%;
}
#sidebar .item a {
	text-decoration: none;
}		  
#sidebar .item a:hover {
	text-decoration: underline;
}

#sidebar .item #download,
#sidebar .item #iBedePocket,
#sidebar .item #purchase,
#sidebar .item #manual,
#sidebar .item #Bookpedia,
#sidebar .item #BDGest,
#sidebar .item #screencasts,
#sidebar .item #ratings,
#sidebar .item #book,
#sidebar .item #rss_feed {
	display: block;
	overflow: hidden;
	width: 64px;
	height: 64px;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	text-indent: -9999px;
}
#sidebar .item #download		{ background-image: url(download.png);background-repeat: no-repeat;background-position: center center; }
#sidebar .item #iBedePocket		{ background-image: url(iBedePocket.png);background-repeat: no-repeat;background-position: center center; }
#sidebar .item #purchase		{ background-image: url(acheter.png);background-repeat: no-repeat;background-position: center center; }
#sidebar .item #BDGest		{  background-image: url(LogoBDGest.png);background-repeat: no-repeat;background-position: center center; }
#sidebar .item #Bookpedia		{ background-image: url(bookpedia.png);background-repeat: no-repeat;background-position: center center; }
#sidebar .item #manual			{  background-image: url(help.png); background-repeat: no-repeat;background-position: center center;}
#sidebar .item #screencasts	{  background-image: url(quicktime.png);background-repeat: no-repeat;background-position: center center; }
#sidebar .item #rss_feed		{ background-image: url(rss.png); background-repeat: no-repeat;background-position: center center;
}
#footer {
	position: relative;
	margin: 0;
	padding: 0.75em 25px 0.75em 25px;
	min-height: 1em;
	clear: both;
	color: #b5b5b5;
	background: #b7092e;
}
#footer * {
	margin: 0;
	padding: 0;
}
#footer a {
	color: #b5b5b5;
	text-decoration: none;
}
#footer a:hover {
	color: #2E2E2E;
	background: #b5b5b5;
	text-decoration: none;
}
#footer .left {
	float: left;
}
#footer .right {
	float: right;
}
