/*  ----------------------------------------------------------- */
/*  Feuilles de styles du spip pour Endurance72                 */
/*  modifiée par Philippe SIMIER LE 10/5/09 compatibilité IE6   */
/*   ie7 et ie8 et firefox 3.0                                  */
/*                                                              */
/*  ----------------------------------------------------------- */



/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
body {
	background: #FFF;
	margin: 0.5em;
	text-align: center;
	font-size: 16px;
	color: #333;
	background-image: url(images/fond.jpg);
}

img, table { margin: 0; padding: 0; border: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 13px; font-weight: normal; }



/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#page {
	width: 1024px;
        text-align: left;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
}

#conteneur { width: 100%; }

#conteneur #contenu_s {
	float: right;
	width: 44em;
	padding: 0.5em;
}

#conteneur #navigation_s {
	float: left;
	width: 17em;
	text-align: center;
	padding: 0.5em;
}


#conteneur #contenu {
	float: left;
	width: 42em;
	padding: 0.5em;
}

#conteneur #navigation {
	float: right;
	width: 16em;
	text-align: center;
	padding: 0.5em;
}

/* Blocs du contenu (c-a-d. la colonne principale) */
#contenu .contre-encart, #contenu_s .contre-encart {
	float: left;
	width: 44em;
}

#contenu .encart, #contenu_s .encart {
	float: right;
	width: 12em;
	margin: 0;
	margin-bottom: 1em;
}

/* Entete */
#entete {
	border-bottom: 0px;
        width: 1024px;
}


#entete #nom_site_spip, #entete a .spip_logos {
	display: block;
	float: left;
	font-weight: bold;
	color: #FF0000;
	font-size: 20px; }
#entete a { text-decoration: none; }
#entete .formulaire_recherche {

  padding-bottom:3px;
  padding-right:10px;
}

/* Fil d'Ariane */
#hierarchie {
	clear: both;
	margin:2px 5px 2em;
	font-size: 12px;
        padding: 4px;
        color: #C52A19;   /*rouge tartan*/
}
#hierarchie a { color: #C52A19; }

/* Pied de page */
#pied {
	clear: both;
	width: 1014px;
	margin-top: 1em;
	border-top: 1px dotted #CCC;
	padding: 5px;
	text-align: center;
	background: #000;
}

#pied small { font-size: 12px; color: #FFF; }
#pied img { vertical-align: bottom; }
#pied a {color: #FFF; }

/* Espaceur de blocs */
.nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }

/* Non visible a l'ecran */
.invisible { position: absolute; top: -3000em; height: 1%; }


/*  ------------------------------------------
/*  Typographie generale du site
/*  ------------------------------------------ */

/* Typo pour les menus et la navigation */
body, #navigation, #navigation_s, .encart, .formulaire_spip {
	font-family: Arial, Verdana, Tahoma, sans-serif; }

/* Typo pour le contenu */
#contenu, #contenu_s {
	font-family: Arial, Verdana, Tahoma, sans-serif; }

/* Typo pour les citations et extraits introductifs */
q, blockquote, .liste-articles li .texte, h3.spip, .voirskel {
	font-family: Arial, Verdana, Tahoma, sans-serif; }


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

/*  Habillage general des menus de navigation
---------------------------------------------- */
.rubriques, .breves, .syndic, .forums, .divers {
	min-width: 10em;
	border: 1px solid #CCCCCC;
	margin-bottom: 1em;
	font-size: 13px;
	font-family: Arial, Verdana;
	background: #EEEEEE;
        overflow: auto;
}



.menu-titre {
	padding: 0.2em 0.4em;
	border-bottom: 1px dotted #666666;
	text-align: center;
	font-weight: bold;
}

.menu-coach {
	padding: 0.2em 0.4em;
	border-bottom: 1px dotted #666666;
	text-align: center;
	font-weight: bold;
}
.menu-meeting {
	padding: 0.2em 0.4em;
	border-bottom: 1px dotted #666666;
	text-align: center;
	font-weight: bold;
}
.menu-chocho {
	padding: 0.2em 0.4em;
	border-bottom: 1px dotted #666666;
	text-align: center;
	font-weight: bold;
}
.menu-france {
	padding: 0.2em 0.4em;
	border-bottom: 1px dotted #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.menu-club {
	padding: 0.2em 0.4em;
	border-bottom: 1px dotted #FFFFFF;
	text-align: center;
	font-weight: bold;
}
#navigation p, #navigation_s p, .encart p { margin: 0; padding: 0.2em 0.7em; text-align: left;  }
#navigation ul, #navigation_s ul, .encart ul { margin: 0; padding: 0.2em 0; text-align: left; list-style: none; }
#navigation li, #navigation_s li, .encart li { margin: 0; padding: 0 0.7em; }

/*  Des couleurs specifiques selon les types de menus
---------------------------------------------- */
.rubriques { background: none;}
.rubriques .menu-titre { background: #FFFF66; }
.rubriques .menu-meeting { background: #FFCC66; }
.rubriques .menu-coach { background: #FFCC33; }
.rubriques .menu-france { background: #ABC7E2; }
.rubriques .menu-chocho { background: #FFD9D9; }
.rubriques .menu-club { background: #B9FFE9; }



.breves .menu-titre { background: #c52a19; color:#FFFFFF; }
.breves .menu-meeting { background: #FFCC66; }
.breves .menu-coach { background: #FFCC33; }
.breves .menu-france { background: #ABC7E2; }
.breves .menu-chocho { background: #495589; color:#FFFFFF; }
.breves .menu-club { background: #495589; color:#FFFFFF;}

.syndic { background: #E8F8F8; }
.syndic .menu-titre { background: #F0FCFC; }

.forums { background: #EAEAFF; }
.forums .menu-titre { background: #F2F2FF; }

.divers { background: #F8F8E8; }
.divers .menu-titre { background: #FCFCF0; }

/*  ------------------------------------------
/*  Habillage du contenu
/*  ------------------------------------------ */

/*  Cartouche et titraille
---------------------------------------------- */
.cartouche { margin-bottom: 2em; }

.cartouche .titre {
	font-size: 22px;
	font-weight: bold;
	color: #c52a19;
}
#contenu .surtitre, #contenu .soustitre, #contenu_s .surtitre, #contenu_s .soustitre { font-size: 13px; }

.cartouche .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px; }

.cartouche p { margin: 0; padding: 0; clear: left; }
.cartouche small { font-size: 12px; }

.cartouche .traductions { font-size: 12px; }
.cartouche .traductions * { display: inline; }
.cartouche .traductions li { padding-left: 1em; }


/*  Mise en forme des textes du contenu
---------------------------------------------- */
.chapo {
	margin-bottom: 1.5em;
	font-weight: bold;
	line-height: 1.4em; }

.lien {
	background: #EEE;
	margin: 1em;
	margin-bottom: 1.5em;
	padding: 0.82em;
	border: 1px solid #CCC;
	font-size: 13px;
	font-weight: bold; }

.texte { color: #000; font-size: 0.96em; }

p.spip {
       margin-left: 1em;
}
.ps, .notes {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
.ps { font-size: 13px; }
.notes { clear: both; font-size: 12px; }
.ps h2, .notes h2 { font-size: 19px; font-weight: bold; }

/*  Portfolio
---------------------------------------------- */
#documents_portfolio {
	clear: both;
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#documents_portfolio h2 { margin-bottom: 0.4em; font-size: 13px; font-weight: bold; }

#document_actif { margin-top: 1em; }

/*  Listes de documents joints (a un article ou une rubrique)
---------------------------------------------- */
#documents_joints {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#documents_joints h2 { margin-bottom: 0.4em; font-size: 14px; font-weight: bold; }
#documents_joints ul { margin: 0; padding: 0; list-style: none; }
#documents_joints li { margin-bottom: 0.4em; }
#documents_joints li .spip_doc_titre {}
#documents_joints li .spip_doc_titre small { font-weight: normal; }
#documents_joints li .spip_doc_descriptif {}

/* Listes d'articles et extraits introductifs
----------------------------------------------- */
.liste-articles { 
        border:1px solid #CCC;
        margin-bottom: 0.9em;
        padding: 0.9em;
}

.liste-articles ul { margin: 0; padding: 0; list-style: none; }
.liste-articles li { margin-bottom: 1em; clear: both; }

.liste-articles li .titre {
	font-size: 20px;
	font-weight: bold; 
        color:#C52A19;
        }

.liste-articles li .titre3 {
	font-size: 16px;
	font-weight: bold;
        }

.liste-articles li .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
	clear: right; }

.liste-articles li p { margin: 0; padding: 0; }

.liste-articles li .enclosures {
	float: right;
	text-align: right;
	max-width: 60%;
	margin: 0; }

.liste-articles li small {
	display: block;
	font-size: 11px; }

.liste-articles li .texte {
	margin-top: 5px;
	margin-bottom: 2em;
	border: 0px;
	padding: 0.9em;
	font-size: 13px;
	line-height: 1.4em;
	overflow : auto;
}

.pagination { font-size: 14px; }

/*  ------------------------------------------
/*  Habillage specifique du plan du site
/*  ------------------------------------------ */

.page_plan .cartouche { display: none; }

.page_plan #contenu h2 {
	clear: both;
	background: #EEE;
	border: 1px solid #CCC;
	padding: 0.5em;
	margin-bottom: 1em;
	font-weight: bold;
	text-align: center; }

.page_plan #contenu .contre-encart ul {
	display: block;
	clear: left;
	margin-top: 0;
	margin-bottom: 1em;
	padding-top: 0; }
.page_plan #contenu .contre-encart li {}

/*  ------------------------------------------
/*  Habillage des formulaires
/*  ------------------------------------------ */

.formulaire_spip { text-align: left; font-size: 12px; }
.formulaire_spip p { margin: 0.5em 0; padding: 0; }

.formulaire_spip fieldset {}
.formulaire_spip legend {}

.formulaire_spip label {}
.formulaire_spip .forml { width: 99%; font-family: inherit; font-size: inherit; }

/* Boutons */
.spip_bouton { text-align: right; }
.spip_bouton input { float: right; }

/* Reponse du formulaire */
.reponse_formulaire { font-weight: bold; color: #e86519; }
fieldset.reponse_formulaire { border-color: #e86519; font-weight: normal; }

/* Previsualisation du message */
fieldset.previsu { padding: 1em; }

/* Formulaire de login au forum */
.formulaire_login_forum .forml { width: 12em; }
.formulaire_login_forum .spip_logos { float: right; padding-left: 10px; }

/* Choix des mots-clefs */
ul.choix_mots { float: left; width: 47%; margin: 0; padding: 0; list-style: none; } 
ul.choix_mots label { display: inline; }

/* Formulaire de recherche */
.formulaire_recherche { width: 12em; text-align: left; }
.formulaire_recherche label { display: none; }

/*  ------------------------------------------
/*  Habillage des forums
/*  ------------------------------------------ */

.forum-repondre, .forum-decompte {
	clear: both;
	margin-top: 2.5em;
	padding-top: 2px;
	border-top: 2px solid #CCC;
	font-size: 14px;
	font-weight: bold; }

/* * Habillage des forums */
ul.forum { display: block; clear: both; margin: 0; padding: 0; }
ul.forum, ul.forum ul { list-style: none; }
.forum-fil { margin-top: 1.5em; }
.forum-fil ul { display: block; margin: 0; padding: 0; margin-left: 1em; }
.forum-chapo .forum-titre, .forum-chapo .forum-titre a { display: block; margin: 0; padding: 0; font-weight: bold; text-decoration: none; color: #333; }
.forum-chapo small {}
.forum-texte { margin: 0; padding: 0.5em 1em 0 1em; color: #333; font-size: 13px; }
.forum-texte .forum-lien {}
.forum-texte .forum-repondre-message { margin: 0; padding: 1px 0; text-align: right; }

/* Boite d'un forum : eclaircissement progressif des bords */
ul .forum-message { border: 1px solid #666; margin: 0; padding: 0; margin-bottom: 1em; }
ul ul .forum-message { border: 1px solid #A4A4A4; }
ul ul ul .forum-message { border: 1px solid #B8B8B8; }
ul ul ul ul .forum-message { border: 1px solid #CCC; }
ul ul ul ul ul .forum-message { border: 1px solid #E0E0E0; }
ul ul ul ul ul ul .forum-message { border: 1px dotted #E0E0E0; }

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */
ul .forum-chapo { border: none; border-bottom: 1px dotted #B8B8B8; margin: 0; padding: 3px 6px 2px 6px; font-size: 14px; background: #C4E0E0; }
ul ul .forum-chapo { background: #D4E8E8; }
ul ul ul .forum-chapo { background: #E4F0F0; }
ul ul ul ul .forum-chapo { background: #F4F8F8; border-bottom: 1px dotted #E0E0E0; }
ul ul ul ul ul .forum-chapo { background: #FFF; }

/*  ------------------------------------------
/*  Habillage des petitions
/*  ------------------------------------------ */

#signatures { clear: both; font-size: 12px; }

#signatures h2 {
	padding: 0.5em;
	text-align: center;
	font-size: 19px;
	font-weight: bold; }

#signatures table { width: 100%; margin: 1em 0; }
#signatures thead { display: none; } /* On n'affiche pas les titres du tableau */

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

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

#signatures td.signature-message {
	background: #F4F8F8;
	padding: 0.4em;
	font-size: 15px; }

/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */
a { text-decoration: none; color: #333; }
a:hover { text-decoration: underline; }

/* ---------------------
/* Style Club
/* --------------------- */

.e72-titre {
	font-size: 20px;
	color: blue;
	font-weight: bold;
}

.e72-formulaire {
	font-size: 20px;
}	
	
.e72-reduit {
	font-size: 13px;
}

#calendrier {
	width: 18em;
}

/* lien calendrier */
a.agenda {  
	text-decoration: underline;
	color: #000;
}

a.agenda:hover {  
	color: #FFFF00;
	background-color: blue;
}

a.agenda:visited {
	text-decoration: underline;
}

blockquote.e72 {
	font-family: Verdana, Tahoma, Arial, sans-serif;
}


#bandeau_rech {
        left:860px;
        position:absolute;
        top:125px;
}

#defilant {
          margin: 2px 5px 2px;
          color: #C52A19;   /*rouge */
          height: 23px;

}
/*-------------------------------------------------*/
/*            menu horizontal   sous bannière      */
/*-------------------------------------------------*/
/*         menu horizontal  fond vert dégradé------*/
#nav-horizon {
        background-image: url(images/fond_03.gif);
        background-color: #33990;
        color: #FFF;
        height: 19px;
        margin:2px 5px;
        padding: 2px;
        vertical-align: middle;
        font-style: normal;
        font-size: 12px;
        position: relative;
        z-index:1;
}

/* ----------Elements de premier niveau ----------*/
#menuDeroulant
{

	width: 1000px;
	height: 22px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#menuDeroulant li
{
	border: 0;
        float: left;
	margin: 0;
	padding: 0;
	width: 110px;
}
#menuDeroulant li a:link, #menuDeroulant li a:visited
{
	display: block;
	height: 1%;
	color: #FFF;
	/* background: #3B4E77; */
	margin: 0;
	padding: 3px 8px;
	border-right: 1px solid #fff;
	text-decoration: none;
}
#menuDeroulant li a:hover { background-color: #C52A19; }  /*rouge */
#menuDeroulant li a:active { background-color: #495589; }

#menuDeroulant .sousMenu
{
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}
#menuDeroulant .sousMenu li
{
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	width: 149px;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
}
#menuDeroulant .sousMenu li a:link, #menuDeroulant .sousMenu li a:visited
{
	display: block;
	color: #FFF;
	margin: 0;
	border: 0;
	text-decoration: none;
	background: transparent url("images/fondTR.png") repeat;

}
#menuDeroulant .sousMenu li a:hover
{
	background-image: none;
	background-color: #C52A19; /* rouge */
}

#menuDeroulant li:hover > .sousMenu { display: block; }

