/**
 * Import du style par défaut.
 **/

@import "./site.css";

/**
 * Style rouge.
 **/

html, body {
	background-color:#8b4513;
	background-attachment:fixed;
	color:black;
}

a {
	color:#8b4513;
}

li {
	/*list-style-image:url('../pictures/puce_demon_10x10.gif');*/
}

p {
	font-family:urw chancery l;
	font-size:18px;
}

/**
 * Style des liens.
 **/

a[href='#REF_HAUT'] {
	font-weight:normal;
}

a[href='#REF_HAUT']:before {
	color:black;
	content:"[";
}

a[href='#REF_HAUT']:after {
	color:black;
	content:"]";
}

a.notfound {
	color:#696969;
}

/**
 * Titres.
 **/

h1 {
	font-family:urw chancery l;
	font-size:28px;
}

h2 {
	border-bottom-color:#8b4513;
	border-bottom-style:solid;
	border-bottom-width:2px;
	font-family:urw chancery l;
	font-size:24px;
	padding-bottom:5px;
}

h3 {
	border-bottom-color:#8b4513;
	font-family:urw chancery l;
	font-size:22px;
	padding-bottom:5px;
}

hr {
	border-bottom-color:#8b4513;
}

div#PAGE {
	background-color:#deb887;
	border-color:#ffd700;
	border-style:solid;
	border-width:2px;
	color:black;
	padding-left:5px;
	padding-right:5px;
	margin-right:165px;
	margin-top:5px;
}

/**
 * Menu.
 **/

table#MENU,
table#MENU_SHOW {
	background-color:#deb887;
	border-color:#ffd700;
	border-style:solid;
	border-width:2px;
	position:fixed;
	right:5px;
}

table#MENU th,
table#MENU_SHOW th {
	background-color:#ffd700;
	border-color:#ffd700;
	border-style:solid;
	border-width:0px;
	color:black;
}

table#MENU th a,
table#MENU_SHOW th a {
	color:black;
}

table#MENU td a,
table#MENU_SHOW td a {
	border-color:transparent;
	border-width:0px;
	color:#696969;
}

table#MENU td a[href] {
	color:#8b4513;
	font-family:urw chancery l;
	font-size:18px;
}

/**
 * Feuille.
 **/

table.section {
	background-color:#deb887;
	border-color:#ffd700;
	border-style:solid;
	border-width:2px;
}

table.section caption {
	padding:2px;
}

table.section caption a {
	color:#ffd700;
}

/**
 * Onglets.
 **/

ul.tabs li {
	background-color:#ffdead;
	border-left-color:#ffd700;
	border-left-width:2px;
	border-right-color:#ffd700;
	border-right-width:2px;
	border-top-color:#ffd700;
	border-top-width:2px;
}

ul.tabs li a {
	color:#696969;
}

ul.tabs li.tab_menu_selected {
	background-color:#deb887;
}

ul.tabs li.tab_menu_selected a {
	color:black;
}

div.tab {
	background-color:#deb887;
	border-color:#ffd700;
	border-width:2px;
}

