a {
color: #F6B620;
text-decoration: none;
border-bottom: 1px dotted #595853;
}

a:hover {
border-bottom: 1px dotted #FFEE40;
}

a img {
border: 0;
}


hr {
display: none;
}

html, body {
margin: 0;
padding: 0;
color: #c0bcb0;
font: normal 11px Verdana;
}

body{
text-align: center;
}


#footer {
clear: both;
text-align: center;
padding: 30px 0;
}

/* 
* inner pages basic
*/


body.inner #page-1 {
background: #3c3a36 url('../images/inner-body-bg.png') 0 0 repeat-y;
}

html.inner {
background: #3c3a36 url('../images/inner-body-bg.png') top center repeat-y;
}

body.inner  {
background: #3c3a36 url('../images/inner-far-back.gif') 0 0 repeat-x;
}

body.inner #page-1 {
width: 1024px;
margin: 0 auto;
text-align: left;
position: relative;
}

body.inner #page-2 {
background: url('../images/inner-header.png') top center no-repeat;
}

/* 
* Navigation
*/

body.inner #navitems {
position: absolute;
top: 10px;
left: 10px;
margin: 0;
padding: 0;
list-style: none;
}

body.inner #navitems li {
float: left;
}

body.inner #navitems li a {
padding: 3px;
margin: 0 3px;
font-weight: bold;
font-size: 13px;
}

body.inner #navitems li a.nona {
border-bottom: none;
cursor: default;
}

body.inner #navitems li a.selected {
border-bottom: 1px dotted #FFEE40;
}

body.inner #subitems {
position: absolute;
top: 33px;
left: 9px;
list-style: none;
margin: 0;
padding: 0;
}

body.inner #subitems li {
float: left;
}

body.inner #subitems li a {
padding: 3px;
margin: 0 3px;
font-weight: bold;
font-size: 13px;
color: #c2bfb6;
font: bold 10px Verdana, sans-serif;
border: 0;

}

body.inner #subitems li a:hover {
background: #666;
}

body.inner #subitems li a.selected {
background: #666;
}


body.inner #selector {
position: absolute;
top: 16px;
left: 350px;
list-style: none;
margin: 0;
padding: 0;
}

/* 
* Headings
*/

body.inner h1#page-title {
margin: 0;
padding: 0;
color: #f0f0f0;
display: block;
height: 50px;
width: 960px;
padding: 70px 0 0 10px;
font: normal 32px Sylfaen, "Times New Roman", Times, serif;
line-height: 1em;
letter-spacing: .02em;
}

body.inner h1 img {
float: left;
margin:0;
padding:0;
margin-top: -15px;
margin-left: -15px;
}

body.inner h1 small {
font-size: 14px;
}

/* 
* Content
*/

body.inner #content {
padding: 10px;
width: 1024px;
margin: 0 auto;
}

body.inner #content .ligne {
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
}

body.inner #content .ligne a{
  border: none;
}

/*
#content img.graph {
	cursor: move;
	position: relative;
    top:0;
    left:0;
}
*/

