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

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


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

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

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



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

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

/*------------------------------------------------------------------------------*/
/* Lien bas de page */
#footer a{
	font-size: 95%;
	color: #000;
}

#footer a:hover{

	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, .ssmenuactif3, .ssmenu3 {
	font-size: 95%;
	color: #000;
	
	text-decoration: none;
}
.ssmenu:hover  {
	text-decoration: underline;
}
.ssmenuactif {
	color: #993600;
	font-weight: bold;
	text-decoration: none;
}
.ssmenuactif:hover  {
	text-decoration:underline;
}
ul#sousmenu  {
	text-align: right;
	
	list-style: none;
}

#sousmenu li {
	margin-right: 20px;
	/*
	background-image: url(images/picto_ssmenu.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.3em; */
}

/* Sous menu niveau 3 */
ul#niveau3 {
	 margin: 0px 10px 0px 5px;
}
#niveau3 li {
	margin-right: 20px!important;
	margin-right: 0;
	
	
}

a.ssmenu3, a.ssmenuactif3 {
	font-style: italic;color: #EE8A27;	
}
a.ssmenuactif3 {
	font-weight: bold;
}
a.ssmenu3:hover, a.ssmenuactif3:hover {
	text-decoration: underline;
}
/*------------------------------------------------------------------------------*/
/* 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:150%;
	font-weight: bold;
	
	color: #6E2700;
	
	border-bottom: 1px solid #6E2700;
	
	margin: 1.5em 0em 0.1em 0em;

	padding-bottom:1px;
	padding-left: 0em;
}

/* style des dates*/
.dateevmnt, .datearticle, .dateliste, .infodoc, .listdateevmnt{
	font-size: 95%;
	color: #E86300;
		
}
.dateevmnt, .dateliste {
padding-left: 0em;
}
.datearticle {
	margin: 0em 0em 1.5em 0em;
}

.chapo, .chapofiche{
	font-size: 100%;
	font-weight: bold;
	color: #B91A05; /*9A5629;*/
	
	padding-top: 5px;
	margin-bottom: 10px;
	padding-left: 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: 130%;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	
	/* color: #993600; */
	color: #D4410D; /*#D95312; #dc5535;*/
	
	background-image: url(images/picto_intertitre.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.7em;
	padding-left: 1.3em;
	margin: 1.5em 0em 0.5em -1.3em;
	
	/*
	padding-left: 1em;
	margin: 1.5em 0em 0.5em 0em;
	*/
}
h4 {
	font-size: 110%;
	color: #996600;
	
	margin: 1.5em 0em 0em -1.3em;
	padding-left: 1.3em;
	
	background-image: url(images/picto_article.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	
	clear: both;
}
/* texte */
.spip {
	font-size: 100%;
	text-align: justify;

	padding-top : 10px;	
	margin-bottom: 10px;
	margin-left: 0em;
}

/* Second niveau de puce */
ul.spip {
	margin: 0em 0em 0.5em 3em;
	padding: 0em;

}
ul.spip li {
	margin: 0em;
	padding: 0em;
	
	list-style-type: circle;
}
/* 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 {
	
	height: 15px;
	
	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% 0%;
	
	padding-left: 1.2em;
	margin: 1.5em 0em 0em -1.2em;
}
.titredoc a {
	text-decoration: none;
}
.titredoc a:hover {
	
}
.infodoc {
	text-decoration: none;
	
	margin: 0em 0em 0em 0em;
}
.compldoc {
	font-size: 95%;
	color: #000000;
	
	padding-top: 3px;
	margin-left: 0em;
}

/* 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%;
	font-weight: bold;
	color: #D55E1D;
	
	background-image: url(images/picto_article.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	
	padding-left: 1.3em;
		
	margin: 0.5em 0em 0.2em -1.3em;
	
	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: #D55E1D;
	text-decoration: underline;
	font-weight: bold;
}
.lien a:hover, .bouton:hover, .titredoc a:hover, .retour a:hover {
	color: #FF6C00;
	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;
	
}
.titresslien {
	background-image:none;
	padding: 0px;
	
	font-weight: bold;
	margin: 0.5em 0em 0.2em 0em;
}

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

/* Bouton gestion pages off, hover, actif et actif hover */
.boutons{
	border-bottom: 1px solid #993600;
	border-top: 1px solid #993600;
	border-right-width: 1px;
	border-left-width: 1px;
	
	text-align: right;
	
	margin-top: 25px;
	padding-bottom: 2px;
	padding-top: 2px;
}
a.bouton  {
	color: #B33F00;
}
.bouton {
	font-size: 100%;
	font-weight: bold;
	
	text-decoration: none;
}
.bouton:hover{
	text-decoration: underline;
}
.boutonactif {
	font-size: 110%;
	font-weight: bold;
	color: #FF6C00;
	
	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: #fff;
	background-color: #F49F00;
}
/* ligne paire */
table.spip tr.row_odd {
	font-size: 95%;
	color: #000000;
	background-color: #FFD079;
}
/* ligne impaire */
table.spip tr.row_even {
	font-size: 95%;
	color: #000000;
	background-color: #FFE9BF;
}
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: #FEE039;
}

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

/* 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: none;
	
	/*
	border-color: #FF0000;  /* ajouter une couleur (effet bof...)
	border: none; /* supprimer la bordure
	*/
}
#formcontactcss legend {
	color: #999999;
}
#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 #F49F00;
	
	background-color: #FFE9BF;
}

.formforum  {
	margin-top: 40px;
}


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


/* Cadre de contour des images */
.spip_logos, .spip_logoart, .contourphoto, .logoauteur {
	border: 1px solid #000;
}

.spip_logos {
	float: left;
	
	margin-right: 4px;
	margin-bottom: 4px;
}
.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 #993600;
}

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

/* utilise par liste_fiche_mot_tout et liste_fiche_mot */
.extrassansbordure {
	border: none;
	padding: 0.1em;
}

/*
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, .alignextra5, .alignextra6 {
	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: 0em;
}
.alignextra3 {
	background-image: url(images/picto_extras.gif);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	width: 40%;
}
.alignextra4 {
	width: 59%;
}
.alignextra5 {
	width: 15%;
}
.alignextra6 {
	width:75%;
}
/* pour "pousser" si presence de float */
/* penser à placer un &nbsp; pour éviter le bug sous netscape (page à rallonge) */ 
.clear {
	clear: both;
	height: 0px; /* correction page a rallonge sous netscape*/
	line-height: 0px;
	font-size: 1px;
}

/* 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: 250px;;
	
	padding: 0px 10px 0px 20px;
	margin: 0px 0px 0px -10px;
}

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

/* 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;
}
#boss {
	margin: 30px 0px 0px 0px;
	/* height: 200px; */
	width: 96%;
	
	margin: 0em 0em 1.5em 0em;
}
.fiche_trombi {
	float: left;
	text-align:center;
	width: 33%; /* Cette largeur est a moduler en fonction du nombre de colonnes voulu */
	/* height: 200px; */
	margin: 0em 0em 1.5em 0em;
}
.couleur {
color: #D4410D;
}
/* espace en tre le president et les membres dans composition des commissions */
.prescomm {
	margin-bottom : 2em;
}
/* hack pour le min-height sous IE : donner une hauteur mini au contenu */
/* html>body .fiche_trombi, html>body .fiche_trombi2, html>body .boss {
	height: auto;
	min-height: 200px;
}
*/

/* AFFICHAGE RESTAU ET HEBERG SUR 2 COLONNES */
.deuxcol {
	float: left;
	width: 46%;
	
	padding: 0em;
	margin: 0.5em 0em 0.2em 0em;
}

.margehaute{
	margin: 2em 0em 0em 0em;
}