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

/* Liens standards et rollover */


a {
	color: #00435E;
}
a:hover {
}


/* Liens internes et rollover */
a.spip_in {
	font-size: 100%;
	color: #018949;1B7C22
	text-decoration: underline;
	
}
a.spip_in:hover {
		color: #1B7C22;
}

/* Liens vers pages externes et rollover */
a.spip_out {
	font-size: 100%;
	color: #864700;
	
}
a.spip_out:hover {
	color: #6B3901;


}

a.spip_url {
	font-size: 100%;
	color: #864700;
	
}
a.spip_url:hover {
	color: #6B3901;

}



/* Chemin dans l'arborescence */

.chemin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #000;
	text-decoration: none;
}
.chemin a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
}
.chemin a:hover {
	color: #0087BA;
	text-decoration: underline;
}




/* Lien bas de page */
.liens_bas{
	font-size: 90%;
	color: #000;
}
.liens_bas a {
	color: #000;
	text-decoration: none;
}
.liens_bas a:hover{

	text-decoration: underline;
}

/* Titre de la rubrique en texte */
h1 {
	font-size: 130%;
	font-weight: bold;
	color: #00894A;
	
	padding-top:20px;
	padding-bottom:3px;
	
}



/* Sous menu off, hover, actif et actif hover text-indent: -15px; */
.ssmenu, .ssmenuactif {
	font-size: 105%;
	color: #00364F;
	font-weight: bold;
	text-decoration: none;
	
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-bottom: 4px;
	
	display:block;
	
	background-image: url(images/picto_ssmenu.gif);
	background-position: 0% 0%;
	background-repeat: no-repeat;
}
.ssmenu:hover  {
	color: #00364F;
	
	text-decoration:underline;
	
}
.ssmenuactif {
	color: #0087BA;

}
.ssmenuactif:hover  {
	
	text-decoration:underline;
}
ul {
	list-style: none;
	
	padding-left: 0px;
	text-indent: 0em;
}

/* Article : Titre, date evmnt, date publication, chapo, intertitre, texte, mois evenement */
.titrerubrique {
	font-size: 200%;
	text-decoration: none;
	color: #9f0025;
	font-weight: bold;
	margin-bottom: 2px;

}
h2 {

	font-size: 160%;
	font-weight: bold;
	
	color: #0088BE;
	
	margin-top: 15px;
	margin-bottom:0px;
	padding-bottom:1px;
	padding-left: 0px;
	margin-left: 0px;
	

}
h2.nomcommune {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	
	color: #000;
	
	margin: 0 0 10px 0;
	padding-bottom:1px;
}


/* Pour ajouter une puce en retrait sur le h2 */
/*
Méthode : 
- Placer une background image sur le h2
- Mettre le padding necessaire sur le span
- Ajuster le margin-left ou padding-left sur les autres styles
*/
h2 span{
	
}

/* style des dates*/
/* Penser a modifer aussi listdateevmnt */
.dateevmnt, .datearticle{
	font-size: 90%;
	color: #666666;
		
	margin-bottom:10px;
	margin-left: 0px;
}

.dateliste{
	font-size: 90%;
	color: #666666;
		
	margin-bottom:3px;
	margin-left: 0px;
}

 
.chapo, .chapofiche{
	font-size: 100%;
	font-weight: bold;
	color: #162C6D;
	
	padding-top: 0px;
	margin-bottom: 15px;
	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-size: 110%;
	font-weight: bold;
	
	color: #0088BE;
	/*
	background-image: url(images/picto_intertitre_vert.gif);
	background-repeat: no-repeat;
	background-position: 0% 10%;
	*/
	margin-top: 2em;
	margin-bottom: 0.5em;
	padding-left: 0px;
	
	
}


/* texte */
.spip {
	font-size: 100%;
	text-align:left;
	
	padding-bottom: 15px;
}


/* Bouton retour lorsque celui-ci est en texte */
.retour {
	text-align: right;
		
	color: #18485F;
	font-size: 95%;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	
	padding-top: 25px;
	padding-bottom: 10px;
	margin-right: 50px;
	
	clear: both;
}
.retour a {
	color: #18485F;
}

/* Article : document  : Titre, complement d'info */
.titredoc {
	
	font-size: 100%;
	text-decoration: none;
	color: #018949;
	letter-spacing: 0em;
	font-weight: bold;
	
	background-image: url(images/picto_doc.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	
	height: 15px;
	margin-top: 12px;
	padding-left: 15px;
	margin-left: -15px;
	margin-bottom: 1px;
}
.titredoc a {
	color: #018949;
	text-decoration: underline;
}
.titredoc a:hover {
	color: #1B7C22;
	text-decoration: underline;
}

.infodoc {
	font-size: 90%;
	color: #666666;
	text-decoration: none;
	
	margin-left: 0px;
	margin-bottom: 3px;
}
.compldoc {
	font-size: 95%;
	color: #BEBFAC;
	margin-left: 0px;
}




/* Article : Légende image ou doc inséré : Titre -en gras -et taille */
.spip_documents{
	font-size: 95%;
	color: #B65D5D;
	text-decoration: none;
	
	padding: 2px;
	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: #018949;/*#0087BA*/
	letter-spacing:0em;

	background-image: url(images/picto_article.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 10px;
	
	margin-top: 12px;
	margin-bottom: 1px;
	margin-left: -10px;

}
.lien a {
	text-decoration: none;
	color: #018949; /*#0087BA*/
	text-decoration:underline;
	font-weight: bold;
}
.lien a:hover {
	color: #1B7C22; /*#0087BA*/

	/*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: 0px;
	margin-bottom: 2px;
}
/* pour supprimer les puce, en plus de lien */
.sanspuce {
	background-image:none;
	padding: 0px;
}
.titresslien {
	background-image:none;
	padding-left: 10px;
	
	font-weight: bold;
	
}


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

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

/* 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: #B3C3CB;
	background-color: #00435E;

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

}
/* ligne impaire */
table.spip tr.row_even {
	font-size: 95%;
	color: #00435E;
	background-color: #fff;
}


table.spip td {
	padding: 2px;
	text-align: left;
	
	vertical-align: center;
	
	border: 1px solid #FFFFFF;
	
}

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

/* Recherche : Zone de saisie */
.formrecherche {
	font-size: 95%;
	color: #000000;
	width: 117px;
	background-color: #ffffff;
	height: 17px;
	border-bottom: 1px solid #C3C3C3;
	border-right: 1px solid #C3C3C3;
	border-left: 2px solid #C3C3C3;
	border-top: 2px solid #7C7C7C;
	vertical-align: top; 
}

/* Liste déroulante autre que formulaire */
.liste {
	font-size: 90%;
	color: #333333;
	text-decoration: none;
	
	background-color: #fff;
}
/* FORMULAIRE DE CONTACT */

#formcontactcss{
	width: 85%;
}

#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: #666666;
}
#formcontactcss input {
	
}
#formcontactcss textarea {
	width: 200px;
}
#ligne {
	margin-left: 10%;
	
	width: 100%;
}

/*
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: 40%;
	text-align: right;
	
	
	
}
.contact2 {
	width: 50%;
	
	
}

/* Formulaire : Champ de saisie */
.formcontact  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 200px;

	color: #000000;
	text-decoration: none; 
	border: 1px solid #00435E;
	
	background-color: #fff;
}

/* Formulaire : bouton de validation */
.spip_bouton {
	background-color: #00364f;
	
	font-size: 95%;
	color: #ffffff;
	font-weight: bold;
}

.spip_logos {
	/* float: left;  
	
	margin-right:25px;
	margin-bottom:25px;*//* Desactive pour l'affichage des trombi, a voir.... */
	

	margin: 5px;	
	border: 4px solid #EDF1F3;
}


.spip_logoart {
	float: left;
	
	border: 4px solid #EDF1F3;
	
	margin-right: 4px;
	margin-top: 4px;
	margin-left: 10px;
	margin-bottom: 4px;
}

.contourphoto {

	border: 3px solid #EDF1F3;
	
	margin-right: 4px;
	/* margin-top: 4px; */
	margin-left: 4px;
	margin-bottom: 4px;
	
}
.logoauteur {
	float:right;
	
	border: 4px solid #EDF1F3;
	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 #c8d3d9; /* 00364F00364F 00894A*/
}
#block_extras .complement {
	margin: 0px;
	padding: 0px;
}



.extras {
	clear: both;
	border-top: 1px solid #c8d3d9;
	margin-left: 0px;
	
	
}

/* 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: 39%;
}
.alignextra2 {
	width: 59%;
}

/* Fiche elus (page auteur) */
.alignextra3, .alignextra4 {
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
	text-align: left;
	
}

.alignextra3 {
	width: 49%;
}
.alignextra4 {
	width: 49%;
}

.colonne_gauche {
	float: left;
}
/* pour "pousser" si presence de float */
.clear {
	clear: both;
}
/* affichage du menu deroulant en haut à droite */
#formliste {
	float: right;
	margin-top: 0px;
}
.formliste {
	float: right;
	margin-top: -20px;
	margin-bottom: 5px;
}


/* Espace elus, presentation des liste d'elu sur deux colonnes */
.president {
	margin-left: 20%;
	margin-top: 30px;
	margin-bottom: 20px;
}
.alignelu {
	float: left;
	width: 45%;
	
	padding-left: 10px;
	
	
}

/* TROMBINOSCOPE */
/* on place le maire ou le president en dessus des autres */
#boss, #membres {
	width: 100%; /* prendre la largeur du bloc conteneur (en general contenu, ou zone contenu, ou zone texte dans spip_int.css) */
	
	text-align: center;
}
.fiche_trombi {
	float: left;
	
	width: 145px; /* Cette largeur est a moduler en fonction du nombre de colonnes voulu ($nb_col dans le SQUELETTE) */
	height: 200px;
}
.fiche_trombi2 {
	float: left;
	text-align:center;
	width: 145px; /* 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 {
	height: auto;
	min-height: 200px;
}
/* hack pour le min-height sous IE : donner une hauteur mini au contenu */
html>body .fiche_trombi2 {
	height: auto;
	min-height: 200px;
}

/* FIN DES STYLES PROPRES A SPIP */






/* STYLES AJOUTES */


/* Liens bas avant modif
ul#liensbas {	
	text-align: left;
	color: #00364F;
	line-height: 24px;
	font-size:95%;

	list-style-type: none ;
	
	clear: both;
	
	padding-left: 30px;
}

ul#liensbas li {
	display: inline;
	
}

ul#liensbas li a {
	color: #00364F;
	text-decoration:none;
		
	padding-left: 3px;
	padding-right: 3px;
	
	
}
ul#liensbas li a:hover {
	text-decoration:underline;
}
 */
ul#liensbas {	
	text-align: left;
	font-weight: normal;
	

	list-style-type: none ;
	
	clear: both;
	
	padding-left: 9px;
	margin-top: 20px;
}
ul#liensbas a {	
	
	font-weight: normal;

}






ul#footer li {
	display: inline;
	
}

ul#footer li a {
	color: #fff;
	text-decoration:none;
		
	padding-left: 3px;
	padding-right: 3px;
	
	
}
ul#footer li a:hover {
	text-decoration:underline;
}

#logoleader {
	position:absolute;
	top: -18px;
	left: 680px
}






/* 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;

}

/* en cas de sous menu */
#sousmenu li {
	display: inline; /* corrige un bug sous IE (espacement vertical)*/
}

#liensbas li {
	display: inline; /* corrige un bug sous IE (espacement vertical)*/
}



