/* feuille de style pour le site [RG] */

/* gŽnŽral #################################################### */

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

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

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

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

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

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

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

.papier {
	display: none;
}

.gris75 {
	color: #gray;
	font-size: 75%;
}

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

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

.bande td {
	color: #fff;
}

.bande a {
	color: #ff0;
}

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

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

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

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

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

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

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

.nav {
	color: #000;
}

.nav .intranet {
	margin: 0;
	padding: 0.5em;
	background-color: #36c;
	font-weight: bold;
	font-size: 150%;
	letter-spacing: 0.2em;
	text-align: center;
}
.nav .intranet a {
	color: #ff0;
}

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

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

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

.nav .art p.ufr {
	font-size: 100%;
	text-align: center;
	padding: 0px;
	margin: 0px;
  }

.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: #f96;
	background-color: #36c;
  }

.nav .art p {
	font-size: 75%;
  }

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

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

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

.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;
}

.w3c {
	text-align: center;
}.w3c p {
	margin: 5px;
}
/* principal #################################################### */

#principal {
	position: absolute;
	top: 2em; /* voir 'height' de bandeau */
	left: 180px; /* voir 'width' de navigation */
	right: 0;
	/*width: 160mm;*/
	margin: 0px;
	padding: 1em;
	background-color: #fff;
}

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

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

.sommaire p {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.sommaire h1 {
        margin: 0px;
        padding: 0px;
	font-size: 400%;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #f63;
	text-align: center;
	font-family: "Beta Dance", "Matisse ITC", "Comic Sans MS", fantasy;
}
.message {
	margin: 0px;
	padding: 0px;
	font-size: 150%;
	letter-spacing: 0.2em;
        color: #f63;
        text-align: center;
        font-family: "Beta Dance", "Matisse ITC", "Comic Sans MS", fantasy;	
}
.spip_documents{
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size : 70%;
}
.spip_documents_center{
        margin: auto;
        text-align: center;
        width: 80%;
}

#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); 
}

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

.cartouche {
	clear: both;
	margin-bottom: 3em;
}

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

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

.chapo h1 {
	font-size: 150%;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #006;
}

.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: #039;
}

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

.texte p.spip tt {
	font-family: monaco, courier, monospace;
	font-size: 120%;
	text-align: left;
	color: #030;
}

.texte h3 {
	margin-top: 2em;
	border-top: 2px solid #36c;
	font-size: 120%;
	font-weight: bold;
	color: #006;
}

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

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

.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: 100%;
}

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

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

.notes {
	margin-top: 1em;
	margin-bottom: 0.6em;
	border-top: 1px solid #a0a0a0;
	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;
}

.form {
	background-color: #69f;
	padding: 0.25em;
}

.form p {
	margin: 0em;
	margin-top: 0.25em;
}

.structure {
	background-color: #ddd;
	padding: 0.25em;
}

.structure .nom {
	font-weight: bold;
}

.structure .sigle {
	font-weight: bold;
}

.structure .depend {
	color: #666;
}

.tel {
	color: blue;
}

.fax {
	color: green;
}

.liste a.mail {
	color: red;
}

.liste .colonne {
	background-color: #69f;
	/*font-weight: bold;*/
}

.liste .impaire {
	background-color: #eee;
}

.liste .paire {
	background-color: #ccc;
}

p.erreur {
	color: red;
}

p.salle {
	font-weight: bold;
	color: #c30;
	font-size: 120%;
}

.modifs {
	margin-top: 3em;
	padding: 0.3em;
	clear: both;
	border: 1px solid #ccf;
	color: #888;
	font-size: 75%;
}

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

/*.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 {
	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: 1px solid #039;
	border-right: 1px solid #039;
	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: Arial, Helvetica, sans-serif;
}

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

.plan li.sec {
	font-weight: bold;
	font-size: 120%;
	margin-top: 1em;
}

.plan li.rub {
	font-size: 100%;
	font-weight: bold;
	margin-top: 0.25em;
}

.plan li.art {
	font-weight: normal;
}

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

.forum a {
	color: #03f;
}

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

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

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

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

.forum-titre {
	font-weight: bold;
	/*font-size: 120%;*/
}

.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 #################################################### */

