* {
	margin: 0;
	padding: 0;
}

body {
	background: #EAC99A url(images/img01.jpg);
	color: #715B42;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;

}

h1, h2, h3 {
	font-weight: normal;
	color: #B27217;
}

h1 {
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

p, blockquote, ul, ol {
	margin-bottom: 2em;
	line-height: 180%;
}

p {
}

blockquote {
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1em;
	background: url(images/img06.gif) no-repeat left center;
}

ol {
	margin-left: 3em;
}

ol li {
}

pre, code {
}

pre {
}

code {
}

a {
	color: #D65601;
}

a:hover {
	text-decoration: none;
}

a:visited {
}

img {
}

input, textarea, select {
}

input {
}

textarea {
}

select {
}

.bg {
	background: url(images/img02.jpg) repeat-x;
}

/* Header */

#header {
	width: 720px;
	height: 70px;
	margin: 0 auto;
	padding-top: 40px;
}

/* Logo */

#logo {
	float: left;
}

#logo h1 {
	margin: 0;
	font-size: 2em;
}

#logo h2 {
	margin: 0;
	padding-left: .1em;
	font-size: 1em;
	font-weight: bold;
}

#logo a {
	text-transform: uppercase;
	text-decoration: none;
	color: #573e15;
}

/* Menu */

#menu {
	float: right;
	/*padding-right: 2em;*/
	
}

#menu h2 {
	display: none;
}

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

#menu li {
	display: inline;
	padding: 5px 10px;
	/*padding-left: 2em;
	background: none;*/
	background:url(images/transp.png)  repeat-x ; }
	


#menu a {
	font-weight:bold;
	text-decoration: none;
	color: #2d0102;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#menu a:hover {
color: #FFF;
text-decoration: underline;

}

/* Wrapper */

#wrapper {
	width: 760px;
	margin: 0 auto;
}

/* Sidebar */

#newsidebar {
	float: left;
	width: 234px;
	height: 930px;
	color:#FFCC66;
background:  #2e0002 url(images/sidebar2.jpg) no-repeat 0 0; 

}
#newsidebar .title {
	margin: 0;
	padding: 155px 20px 0 10px;
	color:#f5e3cf;
}
#newsidebar .content {
	padding: 10px;
}

.clearboth {

 clear:both;
}


/* Content */

#content {
	float: right;
	width: 500px;
}

#content p {
	margin: 10px;
	padding-left: 10px;
	border-left-style: solid;
	border-left-color: #6b380d;
	border-left-width: thin;
}

/* Splash */

#splash {
	text-align: center;
	background: url(images/img09.jpg) repeat-y;
}

#splash .top {
	padding: 20px 20px 16px 20px;
	background: url(images/img08.jpg) no-repeat;
}

#splash .bottom {
	height: 33px;
	background: url(images/img05.jpg) repeat-x left bottom;
}

/* Welcome */

#bienvenue {
	padding: 0 20px;
}

/* Samples */

.samples {
	padding: 15px;
	background: url(images/img05.jpg) repeat-x;
}

/* Footer */

#footer {
	width: 720px;
	margin: 0 auto;
	text-align:center;
}

#footer p {
	font-size: 12px;
}
.import {
	font-weight: bold;
	text-decoration: underline;
	background: #FFFFCC;
	padding: 2px;
}
