* {
	margin:0;
	padding:0;
}
body {
	background:#AD977B none repeat-x scroll top left;
	margin:0 auto;
	color:#ffffff;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}


/* wrapper */
div#wrap {
	width:900px;
	margin:0 auto;
	padding:0 0px;
	background:green;
}

body#index a#pindex , 
body#violedegambe a#pviole , 
body#baroque a#pbaroque , 
body#archets a#parchets,
body#accessoires a#paccessoires,
body#lutherie a#plutherie,
body#location a#plocation,
body#liens a#pliens,
body#contact a#pcontact {
	background:#AD977B;	
}

/* header & nav */
div.header {
	margin:0 auto;
	background:#7C0406 none repeat-x scroll bottom left;
}

div.pagetitle {
	float:left;
	width:40%;
}
div.menu {
	padding:0;
	margin:0 auto;
	float:center;
	width:60%;
}
div.title {
	width:900px;
	padding:30px 20px;
	margin:0 auto; 
}
div.innertitle {
	margin:0 auto;
}
#langbox{
	position:absolute;
	margin-top:-20px;
	margin-left:800px;
	text-align:right;
	font-size:12px;
}
#langbox a,#langbox img{border:0;}

div.nav {
	height:30px;
	background:#7C0406;
}
div.navcont{
	padding:0;
	margin: 0 auto;
	width:900px;
}
div.nav ul {
	list-style:none;
	padding:0 0 0 0px;

}
div.nav ul li {
	display:inline;
	float:left;
	margin:0 0px;
}
div.nav ul li a, div.nav ul li a:visited {
	float:left;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:normal;
	font-size:0.8em;
	font-family:'Lucida Sans Unicode','Lucida Grande',verdana,sans-serif;
	border:none;
	padding:7px 10px;
	display:block;
	background:#7C0406;
}
div.nav ul li.selected a {
	background:#7C0406;
	
}
div.nav ul li.selected a, div.nav ul li a.selected:visited {
	background:#7C0406;
}
div.nav ul li a:hover{background:#AD977B;}

/* headers */
h1, h2 {
	text-align:left;
	color:#ffffff;
}
h1 {
	font-size:2.8em;
	padding-left:10px;
	text-transform:uppercase;
	letter-spacing:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 a, h1 a:hover, h1 a:visited {
	text-decoration:none;
	color:#ffffff;
	border-bottom:none;
}
h2 {
	padding:0 0 10px 10px;
	font-size:0.9em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size:1.5em;
	font-family:'Lucida Sans Unicode','Lucida Grande',verdana,sans-serif;
	font-weight:normal;
	color:#ffffff;
	border-bottom:1px solid #AD977B;
	margin-bottom:5px;
}
h3a {
	font-size:1.5em;
	font-family:'Lucida Sans Unicode','Lucida Grande',verdana,sans-serif;
	font-weight:normal;
	color:#ffffff;
	border-bottom:;
	margin-bottom:5px;
}

h4 {
	color:#482F2D;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	font-weight:normal;
	padding:5px 0;
	text-transform:uppercase;
}
h5 {
	font-size:1.3em;
	padding-left:10px;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}




/* element defaults */
p {
	margin-bottom:20px;
	line-height:1.7em;
	font-size:0.95em;	
	color:#ffffff;
}
ul {
	color:#ffffff;
	padding:0 0 20px 35px;
}
code {
	background-color:#AD977B;
	display:block;
	color:#685741;
	padding:10px;
	margin:10px 0;
}

/* default forms */
form {}
form input, form textarea {
	padding:5px;
	border:none;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
}
form input.formbutton {
	background:#7C0406 none repeat-x scroll bottom left;
	color:#ffffff;
	font-size:0.9em;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:5px 20px;
	cursor: pointer;
}

/* default tables */ 
table {
	width:100%;
	margin-bottom:10px;
}
table tr th, table tr td {
	padding:5px 10px;
	margin:0;
}
table tr th {
	background:#7C0406 none repeat-x scroll bottom left;
	color:#ffffff;
}
table tr td {
	border-bottom:1px solid #AD977B;
}


/* default links */
a { 
	color:#D4C8BA;
	border-bottom:1px dotted #D4C8BA;
	text-decoration:none;
}
a:visited { 
	color:#D4C8BA;
} 
a:hover { 
	color:#E7E2DA;
	border-bottom-color:#E7E2DA; 
}
	

/* centeral page */
div.page {
	background-color:#AD977B;
	padding:10px 0px 0 0px;
	width:900px;
	margin:0 auto;
}
div.page ul {
	list-style:square;
	font-size:0.95em;
}
div.page ul li {
	padding:3px 0;
}


/* content */
div.content {
	width:520px;
	float:left;
	background-color:#877154;
	padding:10px;
	margin-top:7px;
	margin-bottom:30px;
	margin-right:30px;
}


/* sidebar */
div.sidebar {
	width:260px;
	float:left;
}
div.sidebar img {border-color:#fff;}
div.sidebar p {
	color:#482F2D;
}
div.sidebar ul {
	list-style:none;
	padding:0 0 10px 0;
}
div.sidebar ul li {
	padding:7px 0;
}
div.sidebar ul li a {
	text-decoration:none;
	font-size:0.9em;
	color:#482F2D;
	border-bottom:1px dotted #482F2D;
}
div.sidebar ul li a:hover {
	color:#E7E2DA;
	border-bottom:1px dotted #E7E2DA;
}

/* footer */
div.footer p {
	border-top:0px solid #630304;
	padding:20px 0;
	text-align:center;
	color:#ffffff;
	background-color:#7C0406;
	margin:0;
	font-size:0.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div.footer p a {
	color:#ffffff;
	border-bottom:1px dotted #ffffff;
	
}

/* search form */
form.searchform {
	padding-top:10px;
}


/* misc classes */
*:focus {
	outline:none;
}
.clear {
	clear:both;
}

#myController span{cursor:pointer;font-size:12px;border:1px solid #630304;background:#7C0406;padding:3px 5px;}
