/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

ul {
  margin: 15px;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  }
  
body {
	margin: 20px 0;
	padding: 0;
	background: #3298f0 url(images/img01.png) repeat-y center;
	/background: #000000 url(images/img01.png) repeat-y center;/* IE 7 */
	background-attachment: fixed;
	font: normal small "Comic sans MS", Arial, Helvetica, sans-serif;
	color: #444;
	text-align:justify;
}

h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.4em;
}

img {
	border: none;
}

a {
	color: #111199;
}

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

/* Header */

#header {
	width: 1024px;
	height: 150px;
	margin: 0 auto;
	background: url(images/barre_menu4.png) no-repeat;
}

/* Logo */

#logo {
	float: left;
	width: 300px;
	height: 160px;
	background: url(images/logo.png) no-repeat;
}

#logo h1 {
	padding: 50px 0 0 20px;
	letter-spacing: -.05em;
	font-size: 3em;
}

#logo h2 {
	font-size: 1em;
}

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

/* Menu */

#menu {
	float: right;
	width: 974px;
	height: 50px;
	margin: 0px 0px 0 50px;

}

#menu ul {
	margin: 0;
	padding: 0 0 0 0em;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {

	float: left;
	padding: .5em .7em;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 1.5em;
	color: #000;


}

#menu a:hover {
	background: #FFc600;
}

#menu .active a {
}

/* Content */

#content {
	width: 1024px;
	margin: 0 auto;
}

/* Posts */

#posts {
	float: right;
	width: 650px;
	padding: 0 50px 0 0px;
}

.post {
	margin-bottom: 10px;
}

.post .title {
	padding: 0 0 5px 20px;
	color: #FF8400;
}

.titre {
	padding: 0 0 5px 20px;
	color: #FF8400;
	font-size: 2em;
}
.post .meta {
	margin-left: 10px;
	padding: 10px 20px;
	background: url(images/img06.gif) no-repeat;
	font-size: smaller;
}

.post .meta p {
	margin: 0;
}

.forum2 p {
	margin-left: 10px;
	padding: 10px 20px;
	background: url(images/img06.gif) no-repeat;
	font-size: smaller;
}

.post .story {
	padding: 10px 20px;
	line-height: 180%;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

/* Boxed */

#sidebar .boxed {
	width: 240px;
	padding: 0 0 3em 0;
	background: #FFff00 url(images/imge03.png) no-repeat left bottom;
	text-align: left;
}

#sidebar .boxed h2 {
	height: 40px;
	padding: 10px 0 0 30px;
	background: url(images/imge04.png) no-repeat;
	font-size: 1.5em;
	color: #222;
}

#sidebar .boxed .content {
  padding: 0 25px 0 0;
	color: #222;
}

#sidebar .boxed ul {
 }

#sidebar .boxed li {
	font-weight:bold;
}

#sidebar .boxed a {
	text-decoration: none;
	color: #112299;
	font-weight:normal;
}

#sidebar .boxed a:hover {
	color: #FF9900;
}

/* Tag Cloud */

#tagcloud {
}

#tagcloud .content {
	padding: 1em;
	text-align: justify;
	font-size: .8em;
}

#tagcloud .content a {
	color: #FFFFFF;
}

#tagcloud .content a:hover {
	color: #3399FF;
}

/* Footer */

#footer {
	clear: both;
	width: 200px;
	margin: 0 auto;
	padding: 0 520px 0 20px;
}

#footer p {
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

#home{
    padding-left:40px;    
}
