/*
On definit la police principale, la couleur du texte et la taille */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 0.72em;
}
* {
	margin: 0px;
	padding: 0px;
}
/*------------------------------------------------------------------------------*/
/* Liens standards et rollover */

a {
	color: #a3a700;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #ef7300;
}


/* Liens internes et rollover */
a.spip_in {
	font-size: 100%;
	text-decoration: none;
	
}

a.spip_in:hover {
		text-decoration: underline;
		color: #ef7300;
}

/* Liens vers pages externes et rollover */
a.spip_out {
	font-size: 100%;
	color: #ef7300;
	text-decoration: none;	
}
a.spip_out:hover {
	text-decoration: underline;
	color: #a3a700;
}



/*------------------------------------------------------------------------------*/
/* Chemin dans l'arborescence */

.chemin {
	color: #DC4333;
	font-weight: normal;
	text-decoration: none;
	font-size: 95%;
	
}

.chemin a {
	text-decoration: none;
	color: #DC4333;
}
.chemin a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.chemin strong {
	
}
/*------------------------------------------------------------------------------*/
/* Lien bas de page */
.liens_bas{
	font-size: 95%;
	color: #fff;
}
.liens_bas a {
	color: #fff;
	text-decoration: none;
}
.liens_bas a:hover{
color: #fff;
	text-decoration: underline;
}

/* Titre de la rubrique en texte */
h1 {
	font-size: 200%;
	font-weight: bold;
	text-decoration: none;
	
	color: #cb312f;
	
	padding-top: 0px;
	padding-bottom: 0px;

}


/*------------------------------------------------------------------------------*/

/* Sous menu off, hover, actif et actif hover text-indent: -15px; */


.menu-gauche{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FF781B;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 200px;
	background-position: bottom;
	background-repeat: no-repeat;
}

/*************************************************************/
#menu-g {
	margin:0px 0 0px 0;
	padding: 0 0 10 0;
	color: #6a7d8e;
	width: 200px;
	left: 77px;
	top: 87px;
	background-repeat: repeat-y;
	background-image: url();
   }
   
#menu-g h3 {
	display: block;
	margin: 0 0 70px 0;
    border: none;
	padding: 5px 0px 0px 34px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
	background-color:#EFEFEE;
	color: #969598;
	text-decoration: none;
	background-repeat: no-repeat;
	background-image: url();
	background-position: 8px 8px;
}
   
#menu-g ul {
	list-style: none;
	margin: 0px;
	padding:0px;
	border: none;
}
#menu-g li {
	margin: 0px;
	display: inline;
   }


.mainul li div {
	display: block;
	padding: 8px 0px 12px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width:100%;
	margin: 20px 0px -5px 0px;
	border-top: solid #ffffff 1px;
	/*background-color: #FFFFFF;*/
	background-image: url(images/fond_smenu_1.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
}
.ssmenu, .ssmenuactif  {
	display: block;
	padding: 3px 3px 3px 28px;
	font-family: verdana;
	font-size:10px;
	font-weight: bold;
	color: #ED9200;
	text-decoration: none;
	
	margin: 0 0 0 0;
	/*background-color: #FFFFFF;*/
	background-image: url(images/picto_titre.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border-bottom: dashed #ED9200 1px;
	
	width: auto;
	

	
}
#colonne_droite .ssmenu, #colonne_droite .ssmenuactif {
	background-position: 7% 50%;
	border: none;
	background-color: transparent;
	
	font-size: 100%;
}
.ssmenu:hover {
	width: auto;
	margin: 0 0 0 0;
	background-color: #FFF4D2;
	background-image: url(images/picto_titre.gif);
	background-repeat: no-repeat;
	background-position: 9% 50%;
	color: #a3a700;
	text-decoration: none;
	display: block;
   }

.ssmenuactif {
	width: auto;
	margin: 0 0 0 0;
	background-color: #FFF4D2;
	background-image: url(images/picto_titre.gif);
	background-repeat: no-repeat;
	background-position: 9% 50%;
	color: #a3a700;
	text-decoration: none;
   }
   
.ssmenuactif:hover {
	text-decoration: none;

}
   
#colonne_droite .ssmenu:hover {
	background-position: 7% 50%;
	background-color: transparent;
}
    
  /************************************************/


/*------------------------------------------------------------------------------*/
/* Article : Titre, date evmnt, date publication, chapo, intertitre, texte, mois evenement */

h2 {

	font-size: 170%;
	font-weight: bold;

	color: #cb312f;
	
	background-image: url(images/picto_titre-article.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.8em;
	
	padding: 20px 0px 5px 80px;
	
	margin:  -17px 0px 0px -35px;
}



/* style des dates*/
.dateevmnt, .datearticle, .dateliste, .infodoc, .listdateevmnt{
	font-size: 95%;
	color: #ff6a12;
		
}
.dateevmnt, .datearticle, .dateliste{
	margin-bottom:10px;
	margin-left: 0px;
}
.datearticle {
	margin: 5px 0px 10px 45px;

}

 
.chapo, .chapofiche{
	font-size: 100%;
	font-weight: bold;
	color: #efa500;
	
	padding-top: 5px;
	margin-bottom: 10px;
	padding-left: 0px;
}
.chapofiche {
	font-weight: normal;
}
/* pour separer les evenements par mois */
.mois_evenement {
	margin-top: 15px;
	margin-bottom: 5px;
	font-weight: bold;
}


/* intertitre */
h3.spip {
	font-family: Arial, Helvetica, sans-serif;
	
	font-size: 135%;
	font-weight: bold;
	text-decoration: none;
	color: #cb312f;
	letter-spacing: normal;
	background-image: url(images/picto_intertitre.gif);
	background-repeat: no-repeat;
	
	
	background-position: 0px 5px;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	padding: 0em;
	padding-left: 1.2em;
	
	margin-left: -1.2em;
	
	clear: both;
}

h4 {
	color: #FF6912;
	margin: 0px 0px 10px 0px;
	font-size: 100%;
}
h5  {
	font-weight: bold;
	font-size: 100%;
	margin: 1em 0em 0em  0em;
	padding: 0px;
	color: #DFA200;
}
/* texte */
.spip {
	font-size: 100%;
	text-align:left;
	
	margin-bottom: 10px;
}


/* Bouton retour lorsque celui-ci est en texte */
.retour {
	text-align: right;
	
	
	font-size: 100%;
	
	padding-top: 25px;
	padding-bottom: 10px;
	
	clear: both;
}
.retour a {
	text-decoration: none;
}
.retour a:hover {

}

/* Article : document  : Titre, complement d'info */
.titredoc {
	font-size: 95%;
	text-decoration: none;
	color: #ef7300;
	letter-spacing: 0em;
	
	background-image: url(images/picto_doc.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	
	
	margin-left: -15px;
	margin-bottom: 0px;
	padding: 0 0 0 15px;
}
a.titredoc  {
display: block;
padding-left: 15px;
	text-decoration: none;
}
a.titredoc:hover {
	text-decoration: underline;
}
.infodoc {
	text-decoration: none;
	
	margin-left: 0px;
	margin-bottom: 10px;
}
.compldoc {
	font-size: 95%;
	color: #000000;
	
	padding-top: 3px;

}




/* Article : Légende image ou doc inséré : Titre -en gras -et taille */
.spip_documents{
	font-size: 95%;
	color: #2a1901;
	text-decoration: none;
	
	padding: 3px;
	font-style: italic;
	font-weight: normal;
}
.spip_documents a {
	font-size: 81%;
	font-style: normal;
	
	
}
/* Liste d'articles : Lien vers l'article */
/*
Methode :
- choisir une couleur commune pour tous les liens internes (voir spip_in)
- on definit un style commun pour lien et titresslien. Il est ensuite possible de differencier titresslien (avec ou sans puce, souligne ou non, couleur...)
*/
.lien, .titresslien {
	font-size: 100%;
	color: #a3a700;
	letter-spacing: 0em;
	
	background-image: url(images/picto_titre.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.1em;
	
	padding-left: 15px;
	margin-top: 7px;
	margin-bottom: 3px;
	
	
	
}
.lien {
	margin-left: -15px;
	clear: both;
}
/* on determine ici l'aspect des liens du site (off et on). Chaque classe peut être reprise individuellement pour en changer les propriétés */
.lien a, .bouton, a.spip_in, .titredoc a, .retour a {
	color: #a3a700;
	text-decoration: none;
	font-weight: bold;
}
.lien a:hover, .bouton:hover, .titredoc a:hover, .retour a:hover {

	color: #ef7300;
	text-decoration: underline;
}
/* appliqué sur les liste en bas de page pour supprimer les margin, en plus de lien */
/*
Methode :
- ce style vient annuler les margin definis sur le class "lien"
Utilisation : 
<div class="lien listetitre"><a href="">Un lien</a</div>
*/
.listetitre {
	margin-top: 2px;
	margin-bottom: 2px;
}
/* pour supprimer les puce, en plus de lien */
.sanspuce {
	background-image:none;
	
}
.titresslien {
	background-image:none;
	padding: 0px;
	
	font-weight: bold;
	
}


.listdateevmnt {
	text-decoration: none;
	margin-left: 0px;
}
.complement {
	font-size: 95%;
	color: #000000;
	
	text-align:justify;
	
	padding-bottom: 10px;
	padding-left: 0px;
}

/* Bouton gestion pages off, hover, actif et actif hover */
.boutons{
	border-bottom: 1px solid #F2B403;
	border-top: 1px solid #F2B403;
	border-right-width: 1px;
	border-left-width: 1px;
	
	text-align: right;
	
	
	margin-top: 25px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.bouton {
	font-size: 100%;
	font-weight: bold;
	
	text-decoration: none;
}
.bouton:hover{
	
}
.boutonactif {
	font-size: 110%;
	font-weight: bold;
	color: #dd7e0b;
	text-decoration: underline;
}

/* Tableau : général, ligne 1, paire, impaire, cellule */
table.spip {
	padding:0px;
	border: 1px solid #ffffff;
	border-collapse:collapse;
}
table.spip tr.row_first {
	font-size: 95%;
	font-weight: bold;
	color: #ffffff;
	background-color: #CB312F;

}
/* ligne paire */
table.spip tr.row_odd {
	font-size: 95%;
	color: #000000;
	background-color: #FFD3B9;

}
/* ligne impaire */
table.spip tr.row_even {
	font-size: 95%;
	color: #000000;
	background-color: #FFF4D2;
}
table.spip td {
	padding: 2px;
	text-align: left;

	border-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
}

/* Recherche : Couleur de surlignage */
.spip_surligne {
	
	background-color: #FDF0C4;
}

/* Recherche : Zone de saisie */
.formrecherche {
	font-size: 95%;
	color: #000000;
	border: 1px solid #FAAC34;
	
	background-image: url(images/fond_input.gif);
	background-repeat: no-repeat;
	background-position: top;
	
	display: inline-block;
	vertical-align: middle;
}
#recherche p {
	color: #FA8334;
	font-size: 90%;

}

/* Liste déroulante autre que formulaire (souvent un liste_choix ...) */
.liste {
	font-size: 90%;
	color: #333333;
	text-decoration: none;
	
	background-color: #FFF2EA;
	
	margin: 0px 0px 0px 0px;
	
	z-index: 100;
}


/* FORMULAIRE DE CONTACT */

#formcontactcss{
	
}

#formcontactcss ul{
	list-style-type:disc;
	padding: 10px;
	margin-left: 25%;

}
#formcontactcss fieldset {
	margin-bottom: 10px;
	padding: 5px;
	border: none;
	
	/*
	border-color: #FF0000;  /* ajouter une couleur (effet bof...)
	border: none; /* supprimer la bordure
	*/
}
#formcontactcss legend {
	color: #999999;
	
}
#formcontactcss input {
	
}
#formcontactcss textarea {
	width: 100%;
}
#ligne {
	margin-left: 10%;
	
	
}

/*
on definit la presentation des deux blocs d'informations (paire de valeur : description / infos)
Pour une presentation sur 2 colonnes, decommenter le float et affecter une largeur (width) à contact1 et contact2
 */
.contact1, .contact2 {
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
	text-align: left;

}

.contact1 {
	width: 50%;
	text-align: right;
	
	
	
}
.contact2 {
	width: 50%;
	
	
}
/* Formulaire : Champ de saisie */
.formcontact  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 200px;

	color: #666666;
	text-decoration: none; 
	/* border: 1px solid #CE8A7F; */
	
	background-color: #ffffff;
}

.formforum  {
	
	margin-top: 40px;
}


/* Formulaire : bouton de validation */
.spip_bouton {
	background-color: F3F3EF;
	
	font-size: 95%;
	color: #666666;
	font-weight: normal;
}


/* Cadre de contour des images */
.spip_logos, .spip_logoart, .contourphoto, .logoauteur, .carte {

	border: 4px solid #F2B403;
}



.spip_logos {
	float: left;
	
	margin-right:25px;
	margin-bottom:25px;
}
#colonne_gauche .spip_logos {
	border: none;
	float: none;
	margin: 0px;
}
.spip_logoart {
	float: left;
	
	margin-right: 4px;
	margin-top: 4px;
	margin-left: 4px;
	margin-bottom: 4px;
}

.contourphoto {
	margin-right: 4px;
	margin-top: 4px;
	margin-left: 4px;
	margin-bottom: 4px;
	
}
.logoauteur {
	float:right;
	
	margin-right: 4px;
	margin-top: 4px;
	margin-left: 4px;
	margin-bottom: 4px;
	}
	
/* affichage des extras */
/*
Le block_extras est utilise lors d'un affichage condense des affiche_fiches, il permet de placer un filet de separation en haut
*/
#block_extras {
	border-top: 1px solid #CB312F;
}
#block_extras .complement {
	margin: 0px;
	padding: 0px;
}



.extras {
	clear: both;
	border-top: 1px solid #CB312F;
	margin-left: 0px;
	
	
}
.extras strong {
	color: #000;
	font-size: 110%;

}

/* utilise par liste_fiche_mot_tout et liste_fiche_mot */
.extrassansbordure {
	border-top: none

}

/*
on definit la presentation des deux blocs d'informations (paire de valeur : description / infos)
Pour unr presentation sur 2 colonnes, decommenter le float et affecter une largeur (width) à alignextra et alignextra2
 */
.alignextra, .alignextra2 {
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
	text-align: left;

}

.alignextra {
	width: 45%;
	
}
.alignextra2 {
	width: 54%;
}



.alignextra3, .alignextra4 {
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
	text-align: left;
	padding-left: 20px;
}

.alignextra3 {
	background-image: url(images/picto_extras.gif);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	width: 30%;

	
}
.alignextra4 {
	width: 45%;

}

/* pour "pousser" si presence de float */
/* penser à placer un &nbsp; pour éviter le bug sous netscape (page à rallonge) */ 
.clear {
	clear: both;
	/* height: 1px; /* correction page a rallonge sous netscape */
}

/* affichage du menu deroulant en haut à droite */
#formliste {
	float: right;
	margin-top: 0px;
}
/* Mise en forme du formulaire d'identification partie extranet */
#login {
	width: 65%;
	margin-left: 20%;
	margin-bottom: 30px;
}

/* Reponse formulaire abonnement liste */
.reponse_formulaire {
	color: #FF3300;
	font-size: 95%;

}
/* FIN DES STYLES PROPRES A SPIP */






/* STYLES AJOUTES */

/* aligner le texte a droite  */
.right {
	text-align: right;
}
.centrer {
	text-align: center;
}
/* aligner le texte a gauche */
.align_left {
	text-align: left;
}
.float_left {
	float: left;

}

/* Presentation de liste sur 2 colonnes (liste_mot_sscat) */
#block_elu {
	width: 100%;
	
	padding-left: 17%;
}

.alignelu {
	float: left;
	width: 40%;
}

#colonne_droite ul {
	list-style: none;
	margin: 0px 0px 20px 0px;
}

/* TROMBINOSCOPE */
/* on place le maire ou le president en dessus des autres */
#boss, #membres, .fiche_trombi p {
	 /* prendre la largeur du bloc conteneur (en general contenu, ou zone contenu, ou zone texte dans spip_int.css) */
	
	text-align: center;
	font-size: 90%;
}
#boss {
	margin: 30px 0px 0px 0px;

}
.fiche_trombi {
	float: left;
	ext-align:center;
	width: 50%; /* Cette largeur est a moduler en fonction du nombre de colonnes voulu ($nb_col dans le SQUELETTE) */
	height: 200px;
	
	font-size: 90%;
}
.fiche_trombi2 {
	float: left;
	text-align:center;
	width: 50%; /* Cette largeur est a moduler en fonction du nombre de colonnes voulu ($nb_col dans le SQUELETTE) */
	height: 200px;
}

/* hack pour le min-height sous IE : donner une hauteur mini au contenu */
html>/**/body .fiche_trombi, html>/**/body .fiche_trombi2 {
	height: auto;
	min-height: 200px;
}

/* Lste elus des commissions, presentation des liste d'elu sur deux colonnes */
.president {
	margin-top: 30px;
	margin-bottom: 20px;
}
.alignelu {
	float: left;
	width: 45%;
	padding: 0px 0px 0px 15px;
}
/* Cartes postales */
.cartepostale {
	text-align: center;
	padding: 15px 0px 0px 0px;


}
.cartepostale img {
	float: none;
	margin: 0px;
}

#carte {
	/* width: 485px; */
	border: 1px solid #000;
	width:450px;
}
.exp_carte {
	margin: 20px 0px 10px 20px;
}
.timbre {
	float: right;
	margin:  10px 10px 20px 20px;
}

.affich_carte {
	float: left;
	width: 55%;
	text-align: center;
	padding:  0px 10px 10px 10px;
	margin: 0px 20px 0px 0px;
	border-right: 1px solid #000;
}
.affich_texte {
	
	margin: 0px 20px 0px 20px;
}
.titre_carte {
	text-align: center;
	padding: 0px 0px 10px 0px;

}
.sign_carte {
	text-align:right;
	padding: 10px 0px 0px 0px;
}
.verif_mail {
	width: 90%;
	margin: 20px auto 20px auto;
	
	padding: 3px;
	
	background-color: #F3F6FE;
}
/*  FORMULAIRE DE SAISIE CARTE POSTALE */
#form_visu{
	margin: 10px 0px 0px 0px;
}

#form_visu label {
	display: block;
	width: 40%;
	
	float: left;
	
	text-align: right;
	
	
}
#form_visu input, #form_visu textarea, #form_crypto input {

	margin: 3px;
	width: 30%
}
#form_visu textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#form_visu fieldset, #form_crypto fieldset {
	margin: 0px 0px 10px 0px;
}
#form_visu legend {
	margin: 0px 0px 5px 0px;
	
}
.erreur {
	border: 1px solid #FF0000;
	color: #FF0000;
	
	margin: 30px 0px 30px 0px;

}
.rouge {
	
	color: #FF0000;
	font-weight: bold;
	

}

/* Colonnes des mois de l'agenda */
.colagenda {
	float: left;
	width: 20%;
	
	padding: 0px 0px 0px 15px;

}

/* Correction des styles de la partie demarhes sen ligne */

#demarches h3.spip {
	padding: 0px;
	
	background-image: none;
}
#demarches .formcontact {
	margin: 2px 0px 2px 0px;
}
