* { margin: 0; padding: 0; }

body {
	background: #222222;
	color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #555555;
	background: inherit;
}
a:hover {
	color: #999999;
	background: inherit;
/*	text-decoration: underline;*/
}

/* headers */
h1, h2, h3 {
	font-weight: bold; 		
}
h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
h1 {
	font-size: 130%;	
	margin-top: 10px;
	color: #f7bb63;
	padding: 5px 0 5px 25px;
	border-bottom: 1px solid #e4c9a5;
/*	background: url(/images/square-green.png) no-repeat 3px 50%;*/
	font-size: 200%;
	font-weight: bold;
	margin-bottom: 30px;
	letter-spacing: 6px;
}
h2 {
	font-size: 120%;
	text-transform: lowercase;
	color: #f7bb63;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #e4c9a5;
	margin-top: 30px;
}
h3 {
	font-size: 120%;
	margin-top: 10px;
	color: #f7bb63;
	padding: 5px 0 5px 25px;
	border-bottom: 1px solid #e4c9a5;
	font-size: 200%;
	font-weight: bold;
	margin-bottom: 30px;
	letter-spacing: 6px;
}

/* images */
img {
/*	background: #FAFAFA;*/
/*   border: 1px solid #E5E5E5;*/
	padding: 5px;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul li {
	list-style-image: url(/images/puce.png);
}

code {
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 500;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(/images/quote.gif) no-repeat 5px 5px;    
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;
	font-size: 10px;
}
th strong {
	color: #fff;
}
th {
	background: #9C7126;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B38234;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
/*	border-left: 1px solid #FFF;*/
/*	border-bottom: solid 1px #ffffff;*/
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/* form elements */
form {
	margin:10px; padding: 0 5px;
/*	border: 1px solid #f2f2f2; */
/*	background-color: #FAFAFA; */
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	color:#000;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
textarea {
	width:400px;
	padding:2px;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
input.button {
	height: 24px;
	margin: 0;
	padding: 2px 3px;
	color: #FFF;
	background: #e4c9a5;
	border: none;
	font-size: 12px;
	font-weight: bold;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 120px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: #edd7b2;
	border: 2px solid #f7bb63;
}
#content-wrap {
	clear: both;
	width: 960px;
	padding: 0;
	margin: 10px auto;
/*	background-image: url(/images/ombre-bateau.png);
	background-repeat: no-repeat;
	background-position: center center;*/
}
#header {
	width: 960px;
	position: relative;
	height: 103px;
	background: url(/images/graf-musique-au-pays.png) no-repeat 20px 20px;
	padding: 0;	
/*	color: #FFF;*/
	/* font-size: 14px; */
}
#header img{
	padding-left: 400px;
	padding-top: 50px;

}



/* Menu */
#menu {
	clear: both;
	font-size: 11px;
	height: 57px;
	width: 960px;
	background-image: url(/images/frise.png);
	background-repeat: no-repeat;
	text-align: center;
}
#menu ul {
	list-style: none;
	padding-top: 15px;
}
#menu ul li {
	display: inline;
	padding-left: 10px;
}

/* Main Column */
#main {
	float: left;
	width: 70%;
	padding: 0;
	margin: 0 0 0 5px;
	display: inline;
/*	background-image: url(/images/ombre-bateau.png);*/
/*	background-image: none;*/
	background-image: url(/images/ombre-bateau.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.post-footer {
/*	background-color: #FAFAFA;*/
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #e4c9a5;
	font-size: 95%;	
}
.post-footer .date {
	background: url(/images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(/images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(/images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 20%;
	padding: 10px 10px 30px;
	margin: 20px;
	background-color: #e4c9a5;
	border: 1px solid #f7bb63;
	background-image: url(/images/motif.png);
	background-repeat: no-repeat;
	background-position: center center;
/*	color: #68774A;	*/
}	
#sidebar h1 {
	margin: 20px 0px 10px;
	padding: 0px; 
	color: #f7bb63;	
	font-size: 120%;
	letter-spacing: 1px;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0px 4px 0px 0; padding: 0;
	text-decoration: none;		
/*	background: url(/images/dots.jpg) repeat-x left top;*/
}
#sidebar ul.sidemenu li {
	list-style: none;
	font-size: 11px;
	list-style-image: none;
	padding-left: 10px;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}

/* Footer */	
#footer {
	clear: both;
	width: 960px;
	height: 57px;
	text-align: center;
	font-size: 11px;
	background-image: url(/images/frise.png);
	background-repeat: no-repeat;
	vertical-align: middle;
}
#footer ul {
	list-style: none;
	padding-top: 15px;
}
#footer ul li {
	display: inline;
	padding-left: 10px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }


