/* General settings
   Color : #515a2e dark-brown
           #cec99c middle-brown
           #fdf6bf clear-brown
*************************************************************/
body {
	padding: 0;
	margin: 0;
	background-color: #cec99c;
	color: #000000;
	background-image: url(IMG/jpg/torii_Aikido_Shingan.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	font-family: serif;
	font-size: 90%;
	line-height: 1.8em;
}
ul {
	padding-left: 15px;
}
ol {
	padding-left: 30px;
}
h1,h2,h3,h4 {
	font-family: serif;
	margin-bottom: 0.8em;
	font-variant: small-caps; /* À méditer */
}
h1 {
	font-size: 1.5em;
	line-height: 1.5em;
	padding: 0px 10px;
}
h2 {
	font-size: 1.3em;
	margin-top: 1.4em;
}
h3 {
	font-size: 1.2em;
	margin-top: 1.3em;
}
abbr {
	font-size: 1em;
	border-bottom: dotted 1px #515a2e;
}
a {
	text-decoration: underline;
	color: #515a2e;
}
table {
	border: 1px solid #515a2e;
	background-color: #cec99c;
}
td, th {
	margin: 1px;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #515a2e;
	background-color: #fdf6bf;
}




/************************************************************ 
Container contain the navigation and the central part
*************************************************************/
#container {
	position: absolute;
	top: 320px; /* Auteur de l'image de fond du body */
	width: 800px; /* Largeur de celle-ci */
	margin-left: -400px; /* Moitié de la largeur de l'image */
	top: 256px; /* Auteur de l'image de fond du body */
	width: 640px; /* Largeur de celle-ci */
	margin-left: -320px; /* Moitié de la largeur de l'image */
	left: 50%;
	padding: 0;
	border-top: 2px solid #515a2e;
	text-align: justify;
	padding-bottom: 30px;
}

/************************************************************ 
The navigation is the menu and the private access
*************************************************************/
#navigation {
	position: absolute;
	left: 0px;
	width: 23%;
	margin-top: 20px;
	background-image: url(IMG/ffab.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	line-height: 2em;
}

/* The menu contains all sections and their rubriques
*************************************************************/
#menu {
        margin: 125px 0px 1em 0px; /* Pour avoir le logo fédéral */
}
#menu ul {
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #515a2e;
	list-style: none;
	line-height: 1em;
}
#menu ul li {
	display: inline; /* MSIE */
}
#menu ul ul {
	border: 0;
	text-align: center;
}
#menu span {
	margin-left: 2px;
}
#menu .rubrique span {
	margin-left: 0px;
}
#menu a {
	display: block;
	width: 100%;
	padding: 0.5em 0px;
	border: 1px dashed #515a2e;
	border-bottom: 0;
	text-decoration: none;
}
#menu a.accueil {
	background-color: #d0c45f;
	font-size: 1.1em;
}
#menu a.section {
	background-color: #e0d472;
	font-size: 1.1em;
}
#menu a.rubrique {
	background-color: #ddd591;
	font-size: 0.9em;
}
#menu a:hover {
	background-color: #fdf6bf;
}

/* This is the special access to private space
*************************************************************/
#formulaire_recherche {
	background-color: #fdf6bf;
	border: 1px solid #515a2e;
	width: 100%;
}

#navigation-speciale {
	margin-top: 1em;
}





/************************************************************ 
The central part which contains the informations
*************************************************************/
#content {
	margin-top: 10px;
	margin-left: 25%;
	padding: 0px 10px;
	border: 1px solid #515a2e;
	background-color: #fdf6bf;
}
#content a:hover {
	background-color: #cec99c;
}
#content a:active {
	background-color: transparent;
}
#liste-articles {
	padding: 0;
	margin-top: 2em;
	border-top: 1px dashed #000000;
	line-height: 1.2em;
	list-style: none;
}
#liste-articles li {
	padding-top: 1.5em;
}
#descriptif {
	font-size: 1.1em;
}
#notes {
	margin-top: 2em;
	font-size: 0.8em;
	line-height: 1em;
}
#PS {
	font-family: monospace;
	margin-top: 2em;
        border-top: 1px dashed #000000;
}
.auteur {
	margin-top: -1em;
	text-align: right;
}
.titre-article {
	font-size: 1.2em;
	text-decoration: underline;
}
.spip_documents_right {
	margin: 0px 0px 0px 10px;
	padding: 2px;
	background: #cec99c;
	border: 1px solid #515a2e;
	font-size: 0.8em;
}

/* I don't know why they are these line and actually I don't want to know
   This should be useless for the moment
*************************************************************/
#forum {
	margin-top: 3em;
	border: 1px solid #515a2e;
	background-color: #fdf6bf;
}
#forum h1 {
	font-size: 1.3em;
}
