/* feuille de style pour le site aikido club*/

/* gnral #################################################### */

body {
	margin: 10px; /* (bugs IE) */
	background: #ccb;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #f30;
}

a:hover {
	text-decoration: underline;
	color: #666;
}

a.spip_in {
	text-decoration: none;
	color: #f30;
}

a.spip_out {
	text-decoration: none;
	color: #03f;
}

a.spip_in:hover,a.spip_out:hover {
	text-decoration: underline;
	color: #332;
}

h1,h2,h3,h4 {
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 100%;
	font-weight: normal;
	font-family: Times, serif;
}

.papier {
	display: none;
}
.message {
	background: #0f0;
	font-weight: bold ;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	margin-left: auto;
	margin-right: auto;
	width: 966px;
}

/* bandeau #################################################### */

#bandeau {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 2em; /* voir 'top' de navigation et principal */
	background-color: #332;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

.bande td {
	color: #eed;
}

.bande a {
	color: #eed;
}

.bande a:hover {
	text-decoration: none;
	color: #f30;
}

.bande .site {
	font-size: 120%;
	font-weight: bold;
	margin-left: 0.2em;
	letter-spacing: 0.1em;
}

.bande a.chemin {
	font-weight: bold;
}

.bande a.plansite {
	font-size: 75%;
}

.bande a.admin {
	margin-right: 0.5em;
	color: #665;
	font-size: 75%;
	font-weight: normal;
}

/* navigation #################################################### */

#navigation {
	position: absolute;
	top: 2em; /* voir 'height' de bandeau */
	left: 0px;
	width: 150px; /* voir 'left' de principal */
	height: 100%;
	padding: 0em;
	margin: 0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.nav {
	/*background-color: #ccc;*/
}

.nav .rub {
	padding: 0.5em;
	font-weight: bold;
	background-color: #665;
  }

.nav .rub a {
	color: #ccb;
  }

.nav .rub a:hover {
	text-decoration: none;
	color: #f30;
  }

.nav .rub ul {
	list-style: none;
 	list-style-type: none;
 	margin: 0px;
 	padding: 0em;
	font-size: 100%;
}

.nav .rub ul ul {
	font-size: 90%;
	padding-left: 1em;
}

.nav .rub ul ul ul {
	font-size: 85%;
}

.nav .art {
	padding: 0.5em;
	background-color: #998;
  }

.nav .art ul {
	list-style: none;
 	list-style-type: none;
 	margin: 0px;
 	padding: 0em;
	font-size: 90%;
}

.nav .art a {
	color: #ffe;
  }

.nav .art a:hover {
	text-decoration: none;
	color: #f30;
}

.nav .menu-forum {
 	padding: 1em;
	font-size: 75%;
}

.nav .menu-forum ul {
	margin: 0px;
	padding: 0px;
	padding-left: 1em;
}

.nav .forum-titre {
	font-size: 90%;
	font-weight: normal;
}

.nav .forum-item {
	font-size: 75%;
	list-style: none;
 	list-style-type: none;
 	text-indent: -2em;
}

.nav .logospip {
	position: absolute;
	top: 5em;
}

.nav .navbas p {
	clear: both;
	display: none;
	position: fixed;
	bottom: 0px;
}

.recherche label{
	display: none;
}

/* principal #################################################### */

#principal {
	position: absolute;
	top: 2em; /* voir 'height' de bandeau */
	left: 150px; /* voir 'width' de navigation */
	min-width: 80%;
	margin: 0px;
	padding: 1em;
	background-color: #fff;
}

#principal ul {
	list-style-image: url(img/tiret12.gif); 
}

#principal ul ul {
	list-style-image: url(img/tiret09.gif); 
}

#principal ul ul ul {
	list-style-image: url(img/tiret06.gif); 
}

/*
 * Styles pour le contenu (c-a-d. la colonne principale)
 */

.sommaire {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

.sommaire p {
	margin: 0px;
	padding: 0px;
}

.sommaire h1 {
        margin: 0px;
        padding: 0px;
        font-size: 200%;
        font-weight: bold;

}
.sommaire h2{
        margin: 0px;
        padding: 0px;
        font-size: 150%;
        font-weight: bold;
}

.sommaire h4 {
        margin: 0px;
        padding: 0px;
        font-weight: bold;

}

.contenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.cartouche {
	margin-bottom: 1.5em;
}

.cartouche .spip_logos {
	margin: 0px;
	padding: 0px;
	margin-right: 1em;
}

.chapo {
	margin: 0em;
	padding: 0em;
}

.chapo img {
	margin-right: 1em;
}

.cartouche .date {
	color: gray;
	font-size: 75%;
}

.contenu .cartouche h1 {
	font-size: 150%;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #332;
}

.contenu .documents {
	border-top: thin solid gray;
	clear: both;
}

tt {
	font-family: monaco, courier, monospace;
	/*font-size: 90%;*/
	text-align: left;
	color: #040;
	color: #606;
}

.texte h3 {
	margin-top: 2em;
	border-top: 2px solid #ccb;
	padding-top: 0.1em;
	font-size: 120%;
	font-weight: bold;
	color: #665;
}

.texte .spip_documents {
	font-size: 80%;
}

.texte tr.row_first {
	background-color: #ccc;
}

.texte tr.row_even {
	background-color: #eee;
}

.texte tr.row_odd {
	background-color: #ddd;
}

.texte tr.row_first td {
	text-align: left;
}

.texte td {
	padding: 3px;
}

.texte img {
	padding: 0.5em;
}

.contenu h2.titre-extrait {
}

.contenu h2.titre-texte {
}

.contenu .surtitre {
	margin-top: 0em;
	margin-bottom: 0em;
}

.contenu .alerte {
	color: #f33;
}

.contenu .detail .important {
	color: #a02020;
}

.contenu h1,h2 {
	font-size: 120%;
	font-weight: bold;
}

.contenu h1,h2.titre-extrait {
	font-size: 160%;
	font-weight: bold;
}

.contenu h1,h2.titre-texte {
	font-size: 190%;
	font-weight: bold;
}

.contenu .surtitre {
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
}

.contenu .detail {
	margin-left: 1em;
	font-size: 75%;
	color: #888;
}

.extrait {
	border: groove 2px #a0a0a0;
	padding: 1em;
	font-size: 85%;
}

/*
 * Mise en page des textes (bordures...)
 */

.chapo {
	line-height: 1.2em;
	/*margin-top: 1em;*/
	margin-bottom: 1em;
	text-align: justify;
	font-size: 85%;
}

.texte, .texte p.spip {
	text-align: justify;
}

.ps {
	padding-top: 0.6em;
	margin-top: 0.6em;
	border-top: 1px dashed #404030;
	text-align: justify;
	font-size: 85%;
}

.notes {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	border-top: 1px solid #a0a090;
	padding: 1.5em;
	text-align: left;
	font-size: 80%;
}

.extrait {
	margin: 0.1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 2em;
	margin-right: 0.1em;
	line-height: 1.4em;
}

.modifs {
	margin-top: 3em;
	padding: 0.5em;
	clear: both;
	background-color: #eed;
	color: #887;
	font-size: 75%;
}

.modifs p {
	margin: 0em;
	padding: 0em;
}

/* .contact {
	margin-top: 2em;
	padding: 1em;
	border: 2px solid #f30;
	filter: shadow(color=#ff0000, direction=90);
	-moz-border-radius: 5px;
}

.contenu .forum-repondre {
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	margin-top: 0.6em;
}

.encart {
	float: right;
	width: 34%;
	margin-left: 4%;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: 0px;
} */

.exposant {
	font-size: 75%;
}

.album {
	padding-bottom: 1em;
}

.vignettes table {
	background-color: gray;
}

.legende {
	font-size: 75%;
	font-style: italic;
	padding-bottom: 1em;
}

td.on img {
	border: 2px solid #fff;
}

td.off img {
	border: 2px hidden gray;
}

.typo-alpha {
	font-size: 125%;
	letter-spacing: 0.5em;
}

.bottom {
	border-top: 2px solid gray;
	border-right: 2px solid gray;
	clear: both;
	margin-top: 3em;
	margin-bottom: 1em;
	padding: 0.25em;
}

.bottom-gauche {
	float: left;
	font-weight: normal;
	clear: none;
}

.bottom-droite {
	font-weight: normal;
	font-size: 50%;
	color: gray;
	text-align: right; 
	clear: none;
}

/*
 * Habillage du plan du site
 */

.plan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.plan h1 {
	font-size: 150%;
	letter-spacing: 0.5em;
}

.plan h2 {
	font-size: 125%;
	margin-top: 0.5em;
}

.plan h3 {
	font-size: 110%;
	margin-top: 0.75em;
	font-weight: bold;
}

/* Habillage des forums ############ */
 
.forum-start {
	text-align: right; 
}

.forums li {
	list-style: none;
 	list-style-type: none;
	list-style-image: none; 
}

.forum a {
	color: #03f;
}

.forum-repondre-message a {
	color: #f30;
}

ul.forum-total {
	display: block;
	clear: both;
	padding: 0px;
	margin: 0px;
	margin-top: 1em;
}

.forum-fil {
	margin-top: 0.25em;
}

.forum-fil ul {
	display: block;
	margin: 0px;
	margin-left: 2em;
	padding: 0px;
}

.forum-titre {
	font-weight: bold;
}

.forum-item {
	margin: 0px;
	padding: 1em;
	padding-top: 0.5em;
	padding-bottom: 0em;
	text-align: justify;
	color: #303030;
	font-size: 80%;
}


.forum-repondre-message {
	text-align: right;
}


/* Boite d'un forum : eclaircissement progressif des bords */

ul .forum {
	border: 1px solid #909090;
	padding: 0px;
	margin: 0px;
	margin-bottom: 1em;
}

ul ul .forum {
	border: 1px solid #a4a4a4;
}

ul ul ul .forum {
	border: 1px solid #b8b8b8;
}

ul ul ul ul .forum {
	border: 1px solid #cccccc;
}

ul ul ul ul ul .forum {
	border: 1px solid #e0e0e0;
}

ul ul ul ul ul ul .forum {
	border: 1px dashed #e0e0e0;
}

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */

ul .forum-chapo {
	border: 0px;
	border-bottom: 1px dashed #b8b8b8;
	margin: 0px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 90%;
	background: #e0e0e0;
}

ul ul .forum-chapo {
	background: #e8e8e8;
}

ul ul ul .forum-chapo {
	background: #f0f0f0;
}

ul ul ul ul .forum-chapo {
	background: #f8f8f8;
}

ul ul ul ul ul .forum-chapo {
	background: #ffffff;
}

/*
 * Habillage des petitions
 */

.signatures {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 100%;
}

.signatures-titre {
	clear: right;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	padding: 0.5em;
	margin: 0px;
}

.signature-date {
	white-space: nowrap;
	background: #e4f0f0;
	padding: 0.5em;
}

.signature-nom {
	font-weight: bold;
	background: #ecf4f4;
	padding: 0.2em;
	text-align: center;
}

.signature-message {
	font-size: 85%;
	background: #f4f8f8;
	padding: 0.4em;
	text-align: justify;
}

/*
 * Formulaires
 */

.formrecherche {
	background-color: #f2f2f2;
	color: #505030;
	margin: 0px;
	padding: 2px;
	border: solid 1px #909090;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
}

.formulaire {
	color: black;
	margin: 0px;
	margin-bottom: 16px;
	padding: 4px;
	border: 1px solid #a0a0a0;
	background-color: #f6f6f6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
}

.forml {
	background-color: #ececec;
	margin: 4px;
	padding: 1px;
	border: dashed 1px #909090;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

/* administration ############################ */

.spip-admin {
	position: fixed;
	bottom: 0px;
	font-size: 75%;
}

.spip_bouton {
	border: 1px solid #888;
	padding: 3px;
	background: #ddd;
}

/* fin #################################################### */
