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

a {
	color:#0244C9;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #0e2582;
}


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

	text-decoration: none;
	
}
a.spip_in:hover {
		text-decoration: none;
		color: #26459A;
}

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



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

.chemin {
	font-size: 95%;
	/*color: #5d9dee;*/
	color: #4A85CF;
	text-decoration: none;
	font-weight: bold;
}

.chemin a {
	text-decoration: none;
	/*color: #4284D9;*/
}
.chemin a:hover {
	text-decoration: underline;
	/*color: #4284D9;*/
}

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



.chapo, .chapofiche{
	font-size: 100%;
	font-weight: bold;
	color: #FFD77F;	
	padding-top: 5px;
	margin-bottom: 10px;
	padding-left: 0px;
}
.chapofiche {
	font-weight: normal;
}


/* Titre de la rubrique en texte */
h1 {
	font-size: 220%;
	font-weight: bold;
	text-decoration: none;
	
	color: #2D0570;
	
	padding-top:30px;
	padding-bottom:3px;
	
}
.titre_106 {
	/*color: #fff6b3;*/
	color: #D98839; /*#C06F20;*/
}
.titre_112 {
	/*color: #cef6da;*/
	color: #249549;
	
}
.titre_101 {
	/*color: #e9d0f6;*/
	color: #921fdb;
}
/*------------------------------------------------------------------------------*/

/* Sous menu off, hover, actif et actif hover text-indent: -15px; */
.ssmenu, .ssmenuactif {
	font-family: Arial, Helvetica, sans-serif;

	color: #4F8BCD ; /*#08417b;*/
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;


	background-image: url(images/picto_lien_over.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;

	margin-right: 5px;
	padding-left: 14px;
	margin-top: 5px;
	margin-bottom: 3px;

}
.ssmenu:hover  {
	color: #0e2582 ; /*#08417b;*/
	background-image: url(images/picto_lien.gif);

	text-decoration: underline;
}
.ssmenuactif {
	color: #0e2582 ; /*#08417b;*/
	background-image: url(images/picto_lien.gif);

	/*color: #010d1a;*/
	/*font-weight: bold;*/
	/*text-decoration: underline;*/
}
.ssmenuactif:hover  {
	text-decoration:underline;
	background-image: url(images/picto_lien.gif);

}
#sousmenu ul {
	list-style: none;
	margin-left: 0px;

}

#sousmenu li.texte p {
	
	margin-left: 10px;
	padding-left: 15px;
	
	background-image: url(images/picto_ssmenu.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.3em;

}

/*------------------------------------------------------------------------------*/
/* 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-family: Arial,  Helvetica, sans-serif;

	font-size: 150%;
	/*font-weight: bold;*/
	
	color: #26459a;/*#4F8BCD; #26459a;*/
	
	margin-top: 25px;
	margin-bottom:1px;
	padding-bottom:1px;
	padding-left: 15px;
	margin-left: 0px;

	background-image: url(images/picto_h3.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	
	/*
	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*/
.dateevmnt, .datearticle, .dateliste, .infodoc, .listdateevmnt{
	font-size: 95%;
	color: #FFFFFF;
		
}

.dateevmnt, .datearticle, .dateliste{
	margin-bottom:3px;
	margin-left: 0px;
}


 

/* pour separer les evenements par mois */
.mois_evenement {
	margin-top: 15px;
	margin-bottom: 5px;
	font-weight: bold;
}


/* intertitre */
h3.spip {
	font-size: 140%;
	font-weight: bold;
	text-decoration: none;
	
	color: #FFFFFF; /*#BCDBFC;*/
	
	margin-top: 20px;
	margin-bottom: 5px;

/*
	padding-left: 20px;
	
	background-image: url(images/picto_h3.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	*/
	
}

/* 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: #B80600;
	letter-spacing: 0em;
	
	background-image: url(images/picto_doc.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	
	padding-left: 15px;
	margin-left: 0px;
	margin-bottom: 0px;
	line-height: 20px;
}
.titredoc a {

	text-decoration: none;
}
.titredoc a:hover {
	
}
.infodoc {
	text-decoration: none;
	
	margin-left: 15px;
	margin-bottom: 5px;
}
.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: #ffffff;
	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-family: Arial, Helvetica, sans-serif;

	font-size: 115%;
	color: #0e2582;
	text-decoration: underline;
	font-weight: bold;
	/*color: #fff;*/
	letter-spacing: 0em;
	padding-top:10px;	
	
}



/* 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: #0244C9; /*185BA5 0094FA #3078CC #3C79BB; #4F8BCD;*/

/*	color: #fff;*/
	text-decoration: underline;
	
}
.bouton:hover, .titredoc a:hover, .retour a:hover, a.spip_in:hover, {
	text-decoration: underline;
	color: #0094FA; /*#0e2582;*/
	/*lor: #26459A;
	text-decoration: none;*/
}

.lien a  {

	background-image: url(images/picto_lien.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;

	padding-left: 14px;
	margin-top: 5px;
	margin-bottom: 3px;
	clear:both;
}
.lien a:hover {
	color: #0e2582; /*#0e2582;*/
	text-decoration: underline;

	background-image: url(images/picto_lien.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	
	padding-left: 14px;
	margin-top: 5px;
	margin-bottom: 3px;

	/*lor: #26459A;
	text-decoration: none;*/
}

/* 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 {
	text-decoration: none;
	margin-left: 0px;
}
.complement {
	font-size: 95%;
	color: #480983;
	
	text-align:justify;
	
	padding-bottom: 10px;
	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: 2px;
	padding-top: 2px;
}
.bouton {
	font-size: 100%;
	font-weight: bold;
	
	text-decoration: none;
}
.bouton:hover{
	
}
.boutonactif {
	font-size: 110%;
	font-weight: bold;
	color: #BCDBFC;
}

/* 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: #3d6b99;

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

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

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

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

/* Recherche : Zone de saisie */
.formrecherche {
	font-size: 100%;
	color: #000000;
	
		
}


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


/* FORMULAIRE DE CONTACT */

#formcontactcss{
	width: 100%;
}

#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: #fff;
	
}
#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 #3d6b99;
	
	background-color: #fff;
}

.formforum  {
	
	margin-top: 40px;
}


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


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

	border: 4px solid #fff;
}



.spip_logos {
	float: left;
	
	margin-right:25px;
	margin-bottom:25px;
}
.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 #fff;
}
#block_extras .complement {
	margin: 0px;
	padding: 0px;
}



.extras {
	clear: both;
	border-top: 1px solid #fff;
	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%;
}
.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) */
}

/*------------------------------------------------------------------------------*/
/* Actualites */
#actu, #actu h4, #actu .datearticle, .suite a{
	color:#FFFFFF;

}
#actu h4,{
	font-size: 130%;
	color:#FFFFFF;

}
h4{
	font-size: 110%;
	padding-top:15px;
	/*color:#FFFFFF;*/

}

.texte_actu, #actu .datearticle{
	font-size: 95%;
	font-weight: normal;

}
.suite {
	text-align: right;
	font-size: 95%;

}
/*
.suite a{
	text-decoration: underline;
}
.suite a:hover{
	color:#26459A;
}
*/

#actu a {
	color: #fff;
	text-decoration: none;
	background-image: url(images/picto_lien2.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	
	padding-left: 14px;
	margin-top: 5px;
	margin-bottom: 3px;
	text-decoration: underline;

}
#actu a:hover {
	color: #AFD5EC;
	background-image: url(images/picto_lien_over.gif);
}

/* Colonne de droite */
#colonne_droite, #colonne_droite .complement {
	color: #FFFFFF;
	padding-top:4px;
}
