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

/* Liens standards et rollover */

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


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

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




/* Chemin dans l'arborescence */

.chemin {
	font-size: 95%;
	color: #387C4E;
	text-decoration: none;
}
.chemin a {
	text-decoration: none;
}
.chemin a:hover {
	text-decoration: underline;
}




/* 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: #9F0025;
	
	padding-top:20px;
	padding-bottom:3px;
	
	border-bottom: 1px solid #9F0025;
}
*/


/* Sous menu off, hover, actif et actif hover text-indent: -15px; */
.ssmenu, .ssmenuactif {
	font-size: 95%;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	
	background-image: url(images/picto_ssmenu.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	
	padding-left: 10px;
}
.ssmenu:hover  {
	text-decoration: underline;
	color: #C9F64F;
}
.ssmenuactif {
	color: #C9F64F;
	font-weight: bold;
	text-decoration: none;
}
.ssmenuactif:hover  {
	text-decoration:underline;
}
ul#sousmenu {
	list-style: none;
	
	margin-left: 24px;
	

}
ul#soumenu li  {
	display: block;
}

/* 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: 170%;
	font-weight: bold;
	
	color: #81C319;
	
	margin-top: 15px;
	margin-bottom:5px;
	padding-bottom:1px;
	padding-left: 0px;
	margin-left: 0px;
	
	border-bottom: 1px solid #D0DAC2;
	
	/*
	background-image: url(images/bg_titre2.gif);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	*/
	
	

}

/* 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, .dateliste{
	font-size: 95%;
	color: #EA7F0D;
		
	margin-bottom:10px;
}

.dateliste {
	margin-left: 20px;
	margin-bottom:4px;

}

.dateevmnt, .datearticle {
	margin-left: 0 px;

}

 
.chapo, .chapofiche{
	font-size: 100%;
	font-weight: bold;
	color: #759DFC;
	
	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-size: 130%;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	
	color: #81C319;
	
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	padding-left: 0px;
	
	
}
.block_evenement h3.spip {
	
	color: #fff;
	
	

}

/* texte */
.spip {
	font-size: 100%;
	text-align: justify;
	
	margin-bottom: 10px;
}


/* Bouton retour lorsque celui-ci est en texte */
.retour {
	text-align: center;
	
	color: #3487F1;
	font-size: 100%;
	font-family: helvetica, arial;
	
	padding-top: 25px;
	padding-bottom: 10px;
	
	clear: both;
}
.retour a {
	color: #3487F1;
}

/* Article : document  : Titre, complement d'info */
.titredoc {
	
	height: 15px;
	
	font-size: 100%;
	text-decoration: none;
	color: #9f0025;
	letter-spacing: 0em;
	
	background-image: url(images/picto_doc.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	
	padding-left: 15px;
	margin-left: 0px;
	margin-bottom: 3px;
}
.titredoc a {
	color: #009776;
	text-decoration: none;
}
.titredoc a:hover {
	color: #ef7300;
}
.infodoc {
	font-size: 95%;
	color: #EA7F0D;
	text-decoration: none;
	
	margin-left: 15px;
	margin-bottom: 5px;
}
.compldoc {
	font-size: 95%;
	color: #728EA6;
	
	padding-top: 0px;
	margin-left: 20px;
}




/* Article : Légende image ou doc inséré : Titre -en gras -et taille */
.spip_documents{
	font-size: 95%;
	color: #000000;
	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: #3487F1;
	letter-spacing: 0em;
	
	background-image: url(images/picto_pub.gif);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	
	padding-left: 20px;
	margin-top: 7px;
	margin-bottom: 3px;
	
}
.lien a {
	color: #3487F1;
	text-decoration: underline;
	font-weight: bold;
}
.lien 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;
	padding: 0px;
}
.titresslien {
	background-image:none;
	padding: 0px;
	
	font-weight: bold;
	
}


.listdateevmnt {
	font-size: 95%;
	color: #EA7F0D;
	text-decoration: none;
	margin-left: 20px;
}
.block_evenement .listdateevmnt {
	font-size: 95%;
	color: #fff;
	text-decoration: none;

}
.complement {
	font-size: 100%;
	color: #000000;
	
	text-align:justify;
	
	padding-bottom: 10px;
	padding-left: 20px;
}

/* Bouton gestion pages off, hover, actif et actif hover */
.boutons{
	background-color: #F9FCF5;
	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;
	color: #3487F1;
	text-decoration: none;
}
.bouton:hover{
	text-decoration: underline;
	color: #ef7300;
}
.boutonactif {
	font-size: 100%;
	font-weight: bold;
	color: #387C4E;
}

/* 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: #88BAF7;

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

}
/* ligne impaire */
table.spip tr.row_even {
	font-size: 95%;
	color: #000000;
	background-color: #F9FCF5;
}
table.spip td {
	padding: 2px;
	text-align: left;
	vertical-align: center;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
}

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

/* Recherche : Zone de saisie */
.formrecherche {
	font-size: 95%;
	color: #000000;
	width: 130px;
	background-color: #ffffff;
	height: 15px;
	border-bottom: 1px solid #A7A7A7;
	border-right: 1px solid #A7A7A7;
	border-left: 1px solid #595959;
	border-top: 1px solid #595959;
	vertical-align: top; 
}

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


/* FORMULAIRE DE CONTACT */

#formcontactcss{
	width: 80%;
}

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

}
#formcontactcss fieldset {
	margin-bottom: 10px;
	padding: 5px;
	
	/*
	border-color: #FF0000;  /* ajouter une couleur (effet bof...)
	border: none; /* supprimer la bordure
	*/
}
#formcontactcss legend {
	color: #387C4E;
}
#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 #C2EFE5;
	
	background-color: #F1FBE3;
}

.formforum  {
	
	margin-top: 40px;
}


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

.spip_logos {
	float: left;
	
	margin-right:25px;
	margin-bottom:25px;
	
	border: 1px solid #666666;
}
.spip_logoart {
	float: left;
	
	border: 1px solid #666666;
	
	margin-right: 4px;
	margin-top: 4px;
	margin-left: 20px;
	margin-bottom: 4px;

}

.contourphoto {

	border: 1px solid #666666;
	
	margin-right: 7px;
	margin-top: 7px;
	margin-left: 7px;
	margin-bottom: 7px;
	
}
.logoauteur {
	float:right;
	border: 1px solid #666666;
	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 #E6FFBF;
}
#block_extras .complement {
	margin: 0px;
	padding: 0px;
}



#extras {
	clear: both;
	border-top: 1px solid #E6FFBF;
	margin-left: 0px;
	
	
}
#extras strong {
	color: #387C4E;
	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%;
}


/* pour "pousser" si presence de float */
.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;
}
/* 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%;
}
.president {
	margin-left: 15%;
	margin-bottom: 10px;
}
.alignelu {
	float: left;
	width: 40%;
}

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




#extranet a {
	color: #727686;
	font-size: 95%;
	
	text-decoration: none;
}
#extranet a:hover {
	text-decoration: underline;
}
