/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/img01.png) repeat-y center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	/*
	background-color:#000000;
	color: #FFFFFF;*/
}

.important, b .important{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 1.5em;
}

form {
}

input, textarea {
	border: 1px solid #DEDED1;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

input.text {
	padding: .15em;
	background: #FDFDFB url(images/img06.gif) repeat-x;
}

input.button {
	background: #763320 url(images/img07.gif) repeat-x;
	color: #FFFFFF;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #D15803;
}

h1 {
	letter-spacing: -.05em;
	font-size: 2.2em;
}

h2 {
	margin-top: 0.5em;
	letter-spacing: -.05em;
	font-size: 1.0em;
}

h3 {
	margin-top: 1em;
}

p, ul, ol {
	margin-top: 1em;
	line-height: 120%;
}

ul {
	list-style: square;
}

ul li {
	margin-left: 1em;
	padding-left: .75em;
	/*background: url(images/img05.gif) no-repeat left center;*/
}

ol {
	margin-left: 1em;
	list-style-position: inside;
}

blockquote {
	margin-left: 1em;
	padding-left: .75em;
	border-left: 1px solid #9E9D89;
}

a {
	text-decoration: none;
	color: #FF0000;
}

a:hover {
	text-decoration: underline;
	color: #827F4F;
}

/* Header */

#header {
	width: 860px;
	height: 50px;
	margin: 0 auto;
	padding: 0 30px;	
	background: url(images/img02.png);
	color: #FFFFFF;
}
#header a, #header a:visited, #logo a,#langue a{
color: #FFFFFF;/*color: #000000;*/
}

#logo {
	float: left;
}
#langue, #print {
	float: right;
}
.ba, h2 a:visited, h2 a, a.h2:visited, #logo a, #logo h2, #logo a.h2, #logo h2.a, #logo h2 a,#logo a:visited, #logo a.h2:visited{color: #FFFFFF;}

#logo h1, #logo p {
	margin: 0;
	padding-top: 15px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	/*color: #F3F3E9;*/
	color: #000;
}

#logo h1 {
	font-size: 3em;
}


#logo p {
	padding: 38px 0 0 5px;
	letter-spacing: -.055em;
	font-size: 1.4em;
	font-weight: bold;
}
.ba{ font-size: 11px; }

#logo a {
	color: #F3F3E9;
}

#search {
	float: right;
	width: 15em;
	padding-top: 50px;
}

#search fieldset {
	border: none;
}

#search #s {
	width: 13em;
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	/*background:#fff;*/
	background:transparent;
	
}

/* welcome*/
#welcome , .welcome{
	font-family:  "Trebuchet MS",Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:black;
}
/* Content */

#content {
	float: right;
	width: 580px;
	padding: 35px 50px 0 0;
	/* background: url(images/img04.png) no-repeat right top; */
	font-size: 12px;
}

.post {
}

.post .meta {
	margin: 0 0 1.3em 0;
	padding: 0 0 1px 8px;
	background: url(images/img08.png) no-repeat left bottom;
	line-height: normal;
}

.post .meta small {
	font-size: 12px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
	padding: 20px 0 0 30px;
	background: url(images/img03b.png) no-repeat;
	font-size: smaller;
	color: #E3E3D4;
	border:0px;
	font-size: 12px;
	height:500px;
}

#sidebar ul {
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 3em;
	padding: 0;
	background: none;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0 0 0 1em;
	padding-left: .75em;
	background: url(images/img09.gif) no-repeat left center;
}

#sidebar h2 {
	color: #FFFFFF;
}

#sidebar a {
	color: #FFFFFF;
}

/* Footer */

#footer {
	width: 550px;
	margin: 0 auto -1px auto;
	padding: 0px;
	text-align: right;
}
/*
top margin will be 0px, right margin will be set by the browser, 
bottom margin  will be -1px, left margin will be set by the browser
*/

#footer p {
	font-size: 10px;
}