body {
	background: #fff url(../images/background-menu.gif) no-repeat 0 70px;
	color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 76%;
	margin: 0;
	padding: 0;
}

img {
    border: 0;
    display: block;
}

h1, h2, h3, h4, p, ul, ol {
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

img.spacer {
    clear: both;
}

/* Header */
div#header {
    background: #fff url(../images/background-header-bottom.gif) repeat-x bottom left;
    color: #fff;
}

div#header div {
    background: url(../images/background-header.jpg) no-repeat top left;
    height: 70px;
}

p#logo {
    display: inline; /* contre le bug IE Doubled Float-Margin Bug */
    float: left;
    margin: 0 48px 0 32px;
}

div#header h1 {
    font-weight: bold;
    font-size: 200%;
    padding: 12px 0 0 0;
}

/* Content */
div#contentwrapper {
	float: right;
	margin-left: -117px;
	width: 100%;
}

div#content {
	margin-left: 117px;
}

div#innercontent {
    margin: 1.5em auto;
    position: relative;
    width: 630px;
}

div#innercontent p {
    margin: 0 0 1.5em 0;
}

p#yoursearch,
p#yoursearch a {
    color: #0068D0;
    font-weight: bold;
    text-decoration: none;
}

div#primary,
div#indexprimary,
div#secondary {
    margin: 0 90px;
}

div#primary p {
    display: inline;
    margin-bottom: 0;
}

div#primary p strong,
div#indexprimary p strong,
div#secondary p strong {
    font-weight: normal;
}

h2#linkbutton {
    margin: 1.5em auto 2em auto;
    text-align: center;
    width: 275px;
}

h2#linkbutton a {
    background: #0068D0;
    border: 1px solid #0068D0;
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 7px 15px;
    text-decoration: none;
}

h2#linkbutton a:hover {
    background: #fff;
    border: 1px solid #0068D0;
    color: #0068D0;
    display: block;
    font-weight: bold;
    padding: 7px 15px;
    text-decoration: none;
}

div#secondary {
    background: #fff;
    color: #808080;
}

div#secondary p {
    margin-bottom: 1em;
}

div#innercontent p#yoursearchagain {
    margin: 1.5em 0 2em 0;
}

p#yoursearchagain a {
    background: #fff;
    color: #808080;
    text-decoration: none;
}

div#relatedsearches {
    text-align: center;
}

div#relatedsearches p {
    margin-bottom: 0;
}

div#relatedsearches ul,
div#relatedsearches ul li {
    display: inline;
}

div#relatedsearches a {
    color: #808080;
    text-decoration: none;
}

p#keyword {
    position: absolute; top: 0; right: 0;
}

p#keyword,
p#keyword a {
    color: #0068D0;
    font-weight: bold;
    text-decoration: none;
}

/* Menu */
div#menu {
    float: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 75%;
    line-height: 140%;
    padding: 20px 0 0 0;
    width: 117px;
}

div#menu ul {
    list-style-type: none;
}

div#menu ul#specific {
    border-top: 1px solid #979797;
    margin-top: 1.5em;
}

div#menu a {
    background: transparent;
    border-bottom: 1px solid #979797;
    color: #000;
    display: block;
    font-weight: bold;
    padding: 0 0 0 6px;
    text-decoration: none;
    width: 111px;
}

div#menu a:hover {
    background: #fff;
}