body {
	margin: 0;
	padding: 0;
	background: #000066 url(images/bg.jpg) repeat-x;/*323232*/
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.2em;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a img {
	border-color: #83c733;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

img {
border-style:solid;
border-width:1px;
	border-color: #83c733;
}

p.center {
	text-align: center;
}
/* Header */

#logo {
	width: 968px;
	height: 110px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat bottom left;
}

#logo h1, #logo p {
	margin: 0;
	color: #22f100;
}

#logo h1 {
	float: left;
	padding-top: 30px;
	padding-left:15px;
}

#logo p {
	float: right;
	padding-top: 39px;
	padding-right:15px;
	font-size: 1.2em;
}

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

/* Page */

#page {
	width: 968px;
	margin: 0 auto;
	background: #FFFFFF url(images/content.jpg) repeat-y;
}

#page-bg {
	padding: 11px 24px;
	background: url(images/bgcontent.jpg) no-repeat;
}
/* Menu */

#menu {
	float:left;
	width: 190px;
	/*height:100%;*/
	margin: 0 auto;
	text-align: center;
	border-right:solid;
	border-width:2px;
	border-right-color: #83c733;
}
#menu ul
{
	padding:0;
	margin:0;
	list-style-type: none;
}
#menu li{
	list-style-type: none;
}
#menu a
{
	display:block;
	color:#333333;
	font-weight: bold;
	text-decoration:none;
	border-bottom: solid;
	border-width:2px;
	border-color: #ccff65;	
}
#menu a:hover
{
	display:block;
	background: #80c733;
	color:#000000;
	border-bottom: solid;
	border-width:2px;
	border-color: #80c733;
}

#menu .current_page_item a {
	background: url(images/menu.gif) repeat-x;
	border-bottom: solid;
	border-width:2px;
	border-color: #83c733;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: right;
	width: 680px;
	padding-right: 20px;
}

#content ul {
	list-style-image: url(images/puce.gif);
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E7E7E7;
}

.title {
	margin: 0;
}

.title a {
	text-decoration: none;
}

.title a:hover {
	border-bottom: 1px dotted #999999;
}

.byline {
	margin: 0 0 20px 0;
}

.entry {
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

/* Footer */

#footer {
	width: 968px;
	margin: 0 auto;
	padding: 25px 0;
	background: url(images/footer.jpg) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #666666;
}

#footer a {
	color: #666666;
}
