/* Générique */

html {
    background: url('images/interface/header.png') #000 no-repeat;
    color: #fff;
}

body {
    background: url('images/interface/menu.png') 0px 106px no-repeat;
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;
    font-size: 13px;
    text-align: justify;
}

a:link {
    color:#ccc; text-decoration:none
}

a:visited {
    color:#ccc; text-decoration:none
}

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


/* Titres */

h1 {
    position: absolute;
    top: 103px;
    left: 24px;
    font-family: serif;
    font-style: italic;
    font-size: 26px;
}

h2 {
    font-size: 22px;
    margin: 22px 0 10px 250px;
    font-weight: normal;
    font-family: serif;
    font-style: italic;
}

h2 span {
    display: none;
}

h2 cite {
    position: relative;
    top: 20px;
    left: 300px;
    font-size: 14px;
}

/* Liens d'évitement */

p#navig {
	position: absolute;
	top: 20px;
	left: 280px;
	font-size: 15px;
	font-weight: bold;
}

/* Contenu/corps */

#contenu {
    width: 70%;
    margin: 100px 2.1% 20px 0;
    float: right;
    color: #888;
}

#contenu h3 {
    margin-bottom: 0;
}

#cadre a, #footer a {
    color: #888;
    text-decoration: none;
    border-bottom: 1px dotted #888;
}

.cadre {
    border-bottom: #666 1px solid;
}

.info {
    margin-top: 0;
    padding-top: 0;
    font-style: italic
}

/* Menu */

#menu {
    float: left;
    width: 160px;
	height: 450px;
    font-size: 11px;
    margin: 80px 15px 20px;
    padding: 0 10px;
}

#menu h3 {
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 4px;
}

#menu ul {
    list-style-image: url('images/interface/puce.gif');
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

#menu a, #navig a {
    color: #eee;
    text-decoration: none;
}

/* Footer */

p#footer {
	clear: both;
	color: #888;
	margin: 0px 25px;
	padding: 5px 0;
	border-top: #666 1px solid;
	font-size: 11px;
}

