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

a {
	color: #58B4CB;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #EDB400;
}


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

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

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



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

.chemin {
	color: #EDB400;
	font-weight: bold;
	text-decoration: none;
	font-size: 95%;

}
.chemin a {
	text-decoration: none;
	color: #EDB400;
}
.chemin a:hover {
	color: #BE3925;
	text-decoration: underline;
}
.chemin strong {
	color: #BE3925;
}
/*------------------------------------------------------------------------------*/
/* 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;

}



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

h2 {
	font-size: 170%;
	font-weight: bold;
	font-style: italic;

	color: #00698F;

	padding:  0em 0em 0em 0em;
	margin:  0.5em 0em 0.1em 0em;
}



/* style des dates*/
.dateevmnt, .datearticle, .dateliste, .infodoc, .listdateevmnt{
	font-size: 95%;
	color: #88B745;

}
.dateevmnt, .datearticle, .dateliste{
	padding:  0em 0em 0em 0em;
	margin:  0em 0em 0.2em 0em;
}
.datearticle {
	margin:  0.1em 0em 2em 0em;

}
.dateevmnt {
	font-weight: bold;
	font-size: 1.1em;
	margin:  0.1em 0em 2em 0em;
}

.chapo, .chapofiche{
	font-size: 100%;
	font-weight: bold;
	color: #1A8098;
	text-align: justify;

	padding:  0em 0em 0em 0em;
	margin:  0em 0em 1em 0em;
}
.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: 135%;
	font-weight: bold;
	font-style: italic;
	color: #fff;

	background-image: url(images/page_bg_h3.jpg);
	background-position: 0em 0em;
	background-repeat: repeat-y;

	padding:  0em 6em 0em 0.5em;
	margin: 2em 0em 1em 0em;

	clear: both;
}


/* texte */
.spip {
	font-size: 100%;
	text-align: justify;

	margin-bottom: 10px;
}

.spip, .texteactu a, .chapo, .complement {
	line-height: 16px;
}

/* 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%;
	color: #ef7300;

	background-image: url(images/picto_doc.jpg);
	background-repeat: no-repeat;
	background-position: 0em 0em;

	padding-left: 1.5em;
	margin-left:-1.5em;
}
.titredoc a {
	text-decoration: none;
}
.infodoc {
	text-decoration: none;

	margin-left: 0px;
	margin-bottom: 10px;
}
.compldoc {
	font-size: 95%;
	color: #000000;

	padding-top: 3px;
	margin-left: 15px;
}




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

.spip_documents_left {
	margin: 0em 0.5em 0em 0em;
}
.spip_documents_right {
	margin: 0em 0em 0em 0.5em;
}
.spip_documents_center {
	text-align: center;
}
.spip_documents_center .spip_doc_titre  {
	margin: auto;
}
.spip_doc_titre {
	text-align: center;
}
/* 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: #EDB400;
	clear: both;
}
.lien a {
	display: block;
	background-image: url(images/picto_lien.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.3em;

	padding-left: 1.5em;

	margin: 0.5em 0em 0.1em -1.5em;
}
.lien a:hover {
	background-image: url(images/picto_lien-over.gif);
}
/* 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: #B92B17;
	text-decoration: none;
	font-weight: bold;
}

.deuxcolasso a, .lienchevron {
	color: #B92B17;/*#EDB400;*/
}
.lienchevron {
	font-weight: bold;
	font-size: 110%;
}
.lienlistearticle a, .lienlistearticle a:hover  {
	font-weight: normal;
	color: #000;
}
.lien a:hover, .bouton:hover, .titredoc a:hover, .retour a:hover, .lien:hover, .lienchevron:hover {
	color: #B92B17;
	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;
}

.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 #B92B17;
	border-top: 1px solid #B92B17;
	border-right-width: 1px;
	border-left-width: 1px;

	text-align: right;

	margin: 2em 0em 0em 0em;
	padding: 0.2em 0em 0.2em 0em;
}
.bouton {
	font-size: 100%;
	font-weight: bold;

	text-decoration: none;
}
.bouton:hover{

}
.boutonactif {
	font-size: 110%;
	font-weight: bold;
	color: #B92B16;
	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: #EDB400;

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

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

	border-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
}
table.spip th {
	padding: 2px 4px 2px 4px;
}
/* Recherche : Couleur de surlignage */
.spip_surligne {
	background-color: #FFEBBE;
	color: #B78D00;
}

/* Recherche : Zone de saisie */
.formrecherche {
	font-size: 95%;
	color: #000000;
	border: 1px solid #FAAC34;

	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: #FFFBF0;

	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; */
}
#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%;
}
.crypto {

}
/* 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: #EDB400;

	font-size: 95%;
	color: #FFFFFF;
	font-weight: normal;
}


/* Cadre de contour des images */
.spip_logos, .spip_logoart, .contourphoto, .logoauteur, .carte, .agenda img, .spip_documents img {
	border: 1px solid #EDB400;
}

.spip_logos {
	float: left;

	margin-right:25px;
	margin-bottom:25px;
}
p.agenda {
	margin: 0.5em 0em 0em 0em;
}
.agenda img {
	float: left;

	margin-right: 8px;
	margin-bottom: 5px;
}
#colonne_gauche .spip_logos {
	border: none;
	float: none;
	margin: 0px;
}
.spip_logoart {
	float: left;

	margin: 4px 8px 4px 0px;
}

.contourphoto {
	margin: 4px;
}
.logoauteur {
	float:right;

	margin: 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 #EDB400; */
	margin: 0em 0em 2em 0em;
}
/* Liste des extras sur le affiche fiche */
#block_extras2 {
	border-top: 1px solid #EDB400;
	border-bottom: 1px solid #EDB400;
	margin: 1em 0em 1em 0em;
	padding: 1em 0em 1em 0em;

	clear:both;
}

div.block_extras div.chapo {
	padding:  0em 0em 0.5em 0em;
	margin:  0.5em 0em 0em 0em;
}
div.block_extras div.lien, div.block_extras div.titresslien  {
	border-bottom: 1px solid #EDB400;
	padding: 0em 0em 0.3em 0em;
	font-weight: bold;
	font-size: 100%;
	color: #DFA200;
	text-transform: uppercase;
}

.extras {
	clear: both;
	border-top: 1px solid #EDB400;
	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: 0px;
	padding-bottom: 0px;
	float: left;
	text-align: left;

}

.alignextra {
	width: 40%;
}
.alignextra2 {
	width: 54%;
}
.alignextra3, .alignextra4 {
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
	text-align: left;

}

.alignextra3 {
	width: 155px;
}
.alignextra4 {
	width: 185px;
}
.photo {

}
.test {
	width: 340px;
	float: left;
}
.photo  img.spip_logos {
	margin: 2px 0px 10px 0px;
}
.photo_fiche  img.spip_logos {
	float: right;
}
.nomcontact{
	margin: 0.7em 0em 0em 0em;

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

}

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


	font-size: 100%;
}
#boss {
	margin: 0em 0em 2em 0em;

}
.fiche_trombi {
	float: left;
	text-align: left;
	width: 50%;
	margin: 0em 0em 2em 0em;

}

/* LISTE CONSEIL MUNICIPAL DES ENFANTS */
.fiche_trombi_cme {
	float: left;
	text-align: left;
	width: 50%;

	margin: 0em 0em 1em 0em;
	font-size: 100%;
}

/*  On enlève le float sur les images */
#boss img, .fiche_trombi img {
	float: none;
	margin: 0em 0em 0.5em 0em;
	padding: 0em;
}


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

/* 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;
}
/* PRESENTATION DES ASSOC SUR DEUX COLONNES */
/* Affichage sur 2 colonnes */
.deuxcol, .deuxcolasso {
	float: left;
	width: 46%;

}
div.lien.deuxcolasso, div.lien.deuxcol {
	clear:none;
}
.annuaire {
	padding: 0.1em 0em 0.1em 1.5em;
	font-weight: normal;
	background-position: 0em 0.5em;
}
/* Colonnes des mois de l'agenda */
.colagenda {
	float: left;
	width: 20%;

	padding: 0px 0px 0px 15px;

}

/* Colonne gauche - Menus et sous menus  */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Menu de premier niveau */
.menu1 li a {
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	color: #EDB400;
	text-transform: uppercase;

	background-image: url(images/page_bg_menu1.gif);
	background-repeat: no-repeat;
	background-position: 0em 0em;

	text-decoration: none;
}
.menu1 li a:hover {
	background-image: url(images/page_bg_menu1actif.jpg);
	color: #FFFFFF;
	text-decoration: none;
}
.menu1 li a.ssmenu1actif {
	background-image: url(images/page_bg_menu1actif.jpg);
	background-repeat: no-repeat;
	background-position: 0em 0em;

	color: #FFFFFF;
}
/* Menu de second niveau */
ul.menu2 li a {
	font-size: 100%;
	font-style: italic;
	color: #00698F;
	font-weight: bold;

	background-image: url(images/page_bg_menu2.gif);
	background-repeat: no-repeat;
	background-position: 2em 0.7em;

	text-decoration: none;
	text-transform: none;
}
ul.menu2 li a:hover {
	background-image: url(images/page_bg_menu2.gif);
	color: #BD2A33;

}
ul.menu2 li a.ssmenu2actif {
	color: #BD2A33;
}
/* Menu de troisieme niveau */
ul.menu3 li a {
	font-size: 95%;
	font-style: italic;
	color: #00698F;
	font-weight: normal;


	background-image: none;

	text-decoration: none;
	text-transform: none;
}
ul.menu3 li a:hover {
	color: #BD2A33;
	background-image: none;
}
ul.menu3 li a.ssmenu3actif {
	color: #BD2A33;
}



/* ACTUALITES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#reseaux_sociaux {
	float: right;
	list-style-type: none;
	margin: 20px 0 0 0;
}
#reseaux_sociaux li {
	display: inline;
}


/* ACTUALITES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.dateactu, #lesactus h3 a {
	font-size: 11px;
	font-weight: bold;

	color: #00698F;
	text-decoration: none;
}
#lesactus h3 a {
	font-size: 12px;
}
#lesactus h3 a:hover {
	text-decoration: underline;
	color: #B92F1B;
}

.texteactu a {
	font-size: 11px;
	color:#69A7A8;
	font-weight: normal;
}
.texteactu a:hover {
	text-decoration: underline;
	color:#69A7A8;
}
.separation_actus {
	margin: 7px 0px 5px 0px;
}

/* POUR PAGE IMPRIMER */
#fermer {
	display: none;
}
#imprim_logo {
	display: none;
}
