/*
 * Fichier SPIP habillage.css + Adaptation squelette Epona
 * Les modifications Epona sont repérées par un commentaire
 * les ajouts sont regroupés en fin de fichier
 *
 * Marc Lebas - Nov 2003
 * Fred 10/11/18 chgt Global background-color de A0A0A0 vers A00000
 */
 
/*
 * Disposition a l'ecran : colonnes, encarts, cartouches
 */
#global {
	position: relative;
	margin: 0 auto;
/*	max-width: 1200px;
	min-width: 800px;
	width: 100%;	*/
	width: 1200px;
	background-color: #A00000;
}

/*	Colonne Centrale */
#colonnes {
	background: url("../gif/faux1200.gif");
	border-radius:5px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
	margin-bottom: 4px;
}

/*	Colonne de gauche */

#navigation {
	background-color: LightCyan;
	width: 200px;
	display: inline;
	padding: 0px;
	float: left;
	border-radius:5px;
}

#principal {
	max-width: 978px;
	min-width:578px;
	width: 100%;
	background-color: #F4FFFF;
	display: inline;
	float: right;
	padding: 10px;
}

#plan {
	position: absolute;
	left: 2em;
	top: 0px;
	margin: 0px;
	padding: 0px;
	margin-right: 2em;
	margin-top: 2em;
}

/* Partie bandeau du logo #F0FFFF */

#bandeau {
	background-color: #F0FFFF;
	width: 100%;
	/*height: 232px;*/
	margin-bottom: 5px;
	padding-top: 36px;
	border-radius:10px;
}
#pied	{
	width: 1200px;
	max-width: 100%;
	min-width: 800px;
	height: 90px;
	margin-bottom: 5px;
	background: #F0FFFF;
	text-align: center;
	border-radius:10px;
}

#rubrique {
	padding-top: 0.5em;
}

/* Page d'accueil - 2nde et 3eme colonnes */
/* OK0506 width 585 à 812 : pousse agenda à droite */
#second {
/*	max-width: 978px;	*/
/*	min-width: 578px;	*/
/*	max-width: 100%;	*/
	background-color: #F4FFFF;
	display: block;
	margin-left: 202px;
/*	float: right;		*/
	padding-left: 5px;
	padding-right: 5px;
	border-radius:5px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}
/*
 * Mise en page des textes (bordures...)
 */
.clear { clear: both; background: none; }

.chapo {
	line-height: 1.4em;
	margin-top: 1em;
}
.texte {
	margin-right: 0.6em;
	padding-left: 0.6em;
	padding-right: 0.6em;
	padding-bottom: 0em;
	padding-top: 0em;
}
.ps {
	padding-top: 0.6em;
	margin-top: 0.6em;
	border-top: 1px dashed #404040;
}
.notes {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	border-top: 1px solid #a0a0a0;
	padding: 1.5em;
}

/*
 * Habillage des menus et de la navigation
 */

.menu {
	border-radius:5px;
	margin: 3px; /* Epona */
/*	margin-bottom: 4px;	*/
	border: 1px solid #a0a0a0;
}
.menu ul {
	/* Epona */
/*OK0506 Définition du cadre des liens AspryOK */
/*OK0506 ajout de background-color: azure; */
/*	background-color: azure;	*/
	display: block;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	list-style: none;
}
.menu ol {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	list-style: none;
}
.menu-langrec {
/*OK0506 Définition des champs Langue et recherche */
	border-bottom: 1px dashed #a0a0a0;
	margin: 0px;
	padding-left: 6px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: -40px;
	font-size: 90%;
	font-weight: bold;
	width: 160px;
	text-align: center
}
.menu-titre {
/*OK0506 Définition du cadre du titre liens AspryOK */
	border-bottom: 1px dashed #a0a0a0;
	margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
/*	padding-top: 3px;	*/
	padding-bottom: 2px;
	font-size: 90%;
	font-weight: bold;
}
.menu-item {
	margin: 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 80%;
	border-radius: 0px 0px 4px 4px;
}

/* Des couleurs specifiques selon les types de menus */

/*OK0506 .general		{ background-color: #ffffb0; text-align:center; } */
.general		{ background-color: lightcyan; text-align:center; }
.general .menu-titre 	{ background-color: #cc0000; }

.rubriques 		{ background-color: #ffffe0; text-align:center; }
.rubriques .menu-titre	{ background-color: #7070ff; }

.breves 		{
	background-color: azure; 
	border-radius:5px;
}
.breves .menu-titre	{ background-color: #f2f2ff; text-align:center; }

/* Epona */
.divers 		{
	background-color: azure; 
	padding-bottom: 1px; 
	border-radius:5px;
}
.divers .menu-titre	{
	background-color: #f2f2ff; 
	text-align:center; 
	border-radius: 5px 5px 0px 0px;
}

/* Epona */
.forums 		{
	background-color: #e8f8f8; 
	padding-bottom: 1px; 
	border-radius:5px;
}
.forums .menu-titre	{
	background-color: #f0fcfc; 
	text-align:center; 
	border-radius: 5px 5px 0px 0px;
}

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

.contenu {
	margin: 0px;
}
.contenu .texte {
	margin-right: 15px;
	margin-left : 40px;
}
.contenu h2.titre-extrait {
	padding-left:15px;
}
.contenu h2.titre-texte {
}
.contenu .surtitre {
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 3em;
}
.contenu .detail {
/*OK0506	margin-left: 2em; */
	margin-left: 100px;
}
.contenu .detail .important {
	color: #a02020;
}
.extrait {
	margin: 0.1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 2em;
	margin-right: 0.1em;
	line-height: 1.4em;
}
.liste-articles {
	margin-top: 1em;
	margin-bottom: 1em;
/*	clear: left;	*/
}
.contenu .forum-repondre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	margin-top: 0.6em;
}
.chapitre {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
	font-size: 200%;
	color : darkblue;
	padding-bottom: 0.2em;
	padding-left: 0em
}

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

.cartouche {
	padding-top: 2em;	
/*	border-top: 1px solid #404040; */
	margin-bottom: 0em;
}

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


/*
 * Habillage du plan du site
 */

.plan-secteur {
/*	margin-top: 1em;	*/
	margin-bottom: 1em;
	border-radius: 5px;
	clear: right;
}

.plan-secteur h1 {
	display: block;
	border: 1px solid #a0a0a0;
	border-radius: 5px;
	margin: 0px;
	padding: 8px;
	font-size: 150%;
	font-weight: bold;
	background-color: #ffffe0; /* Epona */
	text-align:center;
}
.plan-rubriques {
/*	clear: left;	*/
	display: block;
	list-style: none;
}
.plan-rubrique {
	display: inline;
	border: 1px solid #a0a0a0;
	padding: 3px;
	font-weight: bold;
}
.plan-articles {
/*	clear: left;	*/
	margin-top: 0.5em;
	margin-bottom: 1em;
	list-style: square;
}

/* Eclaircissement progressif des rubriques en fonction de la profondeur */

ul .plan-rubrique {
	background-color: #e0ffe0;
	border-color: #b8b8b8;
}
ul ul .plan-rubrique {
	background-color: #eaffea;
	border-color: #d0d0d0;
}
ul ul ul .plan-rubrique {
	background-color: #f4fff4;
	border-color: #e8e8e8;
}


/*
 * Habillage des forums
 */

ul.forum-total {
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.forum-fil {
	margin-top: 3em;
}
.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%;
	border-radius: 0px 0px 5px 5px;
}
.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: #c4e0e0;
}
ul ul .forum-chapo {
	background: #d4e8e8;
}
ul ul ul .forum-chapo {
	background: #e4f0f0;
}
ul ul ul ul .forum-chapo {
	background: #f4f8f8;
}
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 td {
	-moz-border-radius: 0.4em;
}
.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;
	width: 155px; /* Epona */
	margin: 2px;
	padding: 2px;
	border: 1px solid #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%;
	border-radius: 5px;
}

.spip_bouton {
	border: 1px solid #404040;
	padding: 3px;
	background: #d0d0d0;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}


/* A partir de ce point, tout est spécifique au squelette Epona */

/* Partie texte du logo */
.info {
/* OK0506	font-size: 9px; */
	font-size: 12px;
	text-align:center;
}

/* Crédits SPIP */
.epona {
	font-size: 80%;
	text-align:center;
	margin: 2px;
}

/* Boutons recalcul etc. */
.spip-admin {
	position: fixed;
	top: 0px;
	left: 90px;
	z-index: 100;
	font-size: 90%;
	padding: 2px;
	line-height: 1.4em;
}

/* Pagination */
.page {
	text-align: center;
	margin: 1em;
	border: 1px solid #a0a0a0;
	padding: 0.5em;
}

/* Réponses depuis la page Sommaire */
.reponse {
	text-align: left;
	margin-top: -1.2em;
	margin-left: 30em;
	font-size: 90%;
}

.reponse a, .reponse a:link {
	color: #7070ff;
}

/* Réponses depuis la page Rubrique */
.answer {
	text-align: left;
	margin-top: -0.8em;
	margin-left: 20em;
	font-size: 90%;
}

.answer a, .answer a:link {
	color: #7070ff;
}

/*
 * L'agenda
 */
table.agenda, table.agenda tr, table.agenda th, table.agenda td {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}

table.agenda a, table.agenda a:link, table.agenda a:visited, table.agenda a:active {
	color: #000000;
	background-color: none;
	font-weight: bold;
	text-decoration: underline;
}

table.agenda a:hover {
	color: #ff3300;
	background-color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

th.agendaNav {
/*	background-color: #7070ff;	*/
	font-size: 14px;
}

th.agendaNav a, th.agendaNav a:link, th.agendaNav a:visited, th.agendaNav a:active {
	color: #ffffff;
	background-color: none;
	font-weight: bold;
	text-decoration: none;
}

th.agendaNav a:hover {
	color: #000000;
	background-color: none;
	font-weight: bold;
	text-decoration: none;
}

.agendaHead {
	color: #ffffff;
	background-color: #7070ff;
}

.agendaThisDay {
	background-color: #ffffb0;
	border: 2px solid #bab707;
}

.agendaThisMonth {
	background-color: #ffffe0;
}

.agendaNotThisMonth { background: #ffeaea; }

ul.agendaThemes {
	list-style: none;	
	margin: 0 0 0 20;
	padding: 0;
}

ul.agendaThemes ul.agendaThemes {
	list-style: none;	
	margin: 5px 0px 0px 15px;
	padding: 0px;
}

/*
 * Le menu de navigation Javascript
 */

.clCMAbs {
	position:absolute;
	visibility:hidden;
	left:0; top:0;
}

.clBar {
	position:absolute;
	width:10;
	height:10;
	background-color:#FFFFFF;
	layer-background-color:#FFFFFF;
	visibility:hidden
}

/*Styles for level 0*/
.clLevel0,.clLevel0over {
	position:absolute;
	padding:5px;
	font-family:arial,comic sans ms,helvetica;
	font-size:12px;
	font-weight:bold;
}

.clLevel0 {
	background-color:#7070ff;
	layer-background-color:#ffffff;
	color:#ffffff;
}

.clLevel0over {
/* OK0506	background-color:#ffffb0; */
	background-color:lightcyan;
	layer-background-color:#ffffb0;
	color:#000000;
	cursor:pointer;
	cursor:hand;
}

.clLevel0border {
	position:absolute;
	visibility:hidden;
	background-color:black;
	layer-background-color:black;
}

/* Le contenant du menu de navigation */
.menukang {
/* OK0506	background-color: #ffffb0; */
	background-color: lightcyan;
	font-size: 9px;
	text-align:center;
	padding-bottom: 182px; /* Marqueur pour epona.conf.php3 - ne pas effacer */
}

#album-vignettes {
	float: left;
	width: 200px;
}

#album-photo {
	float: right;
	width: 400px;
}

.album-pagination {
	margin: 10px 0px;
	font-size: 11pt;
	text-align: center;
}

.album-pagination a {
	color: #ff6519;
}


.separateur {
	clear: both;
}
.col1, .col2, .col3	{	
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 120%;
	color : darkblue;
}
/* Zone Logo Asso */
.bandeauimage        {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.bandeaulogo        {
	position: absolute;
	top: 36px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	z-index:3;
}
.bandeaulangue	{
	position: absolute;	
	top: 190px;
	width:200px;
	text-align:center;
/*	float:left; */
}
.bandeaurecherche	{
	position: absolute;	
	top: 210px;
	width:190px;
	text-align:center;
/*	float:left; */
}
.col1	{
	width:200px;
	left: 0px;
	text-align:center;
/*	float:left; */
}

.col2        {
	position: absolute;
	top: 224px;
	float:left;
	width: 189px;
	text-align:center;
}
.col3        {
	position: absolute;
	top: 230px;
	left: 210px;
	max-width: 980px;
	min-width: 580px;
	float:right;
	text-align:left;
	margin-right: 10px;
	background-color: yellow;
}
/* Zone Diaporama */
.col4        {
	position: relative;
	float:right;
	z-index:2;
	background-color: lightcyan;
}

.spip_logos	{
	border: none;
	margin-left: 4px;
}

input[type=radio] {
  margin-left: 20px;
}

.hcoltab	{
	width: 100%;
	margin-top: 6px;
	display: table;
	border-collapse: separate; /* Pour s'assurer que les cellules ne sont pas collées */
    border-spacing: 1px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 120%;
	color : darkblue;
}
.hcol1	{
	display: table-cell;
	width: 183px;
	text-align:center;
	padding-right:15px;
}
.hcol2	{
	text-align: right;
}
.hcol3	{
	display: table-cell;
	text-align:right;
	width: 400px;
	padding-right: 5px;
}

/* Habillage des portfolios
---------------------------------------------- */
.documents_portfolio li {display:inline;margin:0;padding:0;}
.documents_portfolio a {display:inline-block;padding:10px;margin:5px;border:1px solid #ccc !important;color:#EEE;background:#fff;box-shadow: 5px 7px 5px 2px rgba(85,85,85,0.3);}
.documents_portfolio a:hover {color:#999;opacity:0.8;}
.documents_portfolio img {margin:0;}

.documents_joints .descriptif p {margin:0;}


		