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

/* Liens standards et rollover */

a {
	color: #6E6E6E;
/*	color: #A64206;*/

	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* Liens internes et rollover */
a.spip_out {
	font-size: 100%;
	text-decoration: underline;
	color: #9F0025;
	
}
a.spip_out:hover {
		color: #6E6E6E;
/*		text-decoration: underline;*/
}

/* Liens vers pages externes et rollover */
a.spip_in {
	font-size: 100%;
	color: #6E6E6E;
	text-decoration: underline;

/*	color: #A0A5A5;*/
	
}
a.spip_in:hover {
	color: #9F0025;
/*	color: #A0A5A5;*/
/*	text-decoration: underline;*/
}

/* Liens vers url (sans titre) et rollover */
a.spip_url {
	font-size: 100%;
	text-decoration: underline;
	color: #9F0025;
	
}
a.spip_url:hover {
		color: #6E6E6E;
}

/* Chemin dans l'arborescence */
.chemin {
	font-size: 95%;
	color: #000;
	text-decoration: none;
}
.chemin a {
	text-decoration: none;
}
.chemin a:hover {
	color: #000;
	text-decoration: underline;
}

/* Lien bas de page */
.liens_bas{
	font-size: 90%;
	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: #000;
	text-decoration: none;
}
.ssmenu:hover  {
	color: #000;
	
	text-decoration:underline;
}
.ssmenuactif {
	font-weight: bold;
	text-decoration: none;
}
.ssmenuactif:hover  {
	text-decoration:underline;
}
#menu_gauche ul {
	list-style: none;
	
	padding-left: 23px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	margin-left: 0px;
	
	background-color: #FFF6F7;
}
#menu_gauche li  {
	margin-bottom: 5px;
	text-indent: -9px;
}


#contenu ul {
	list-style: url(images/puce2.gif);
	margin-left: 20px;
	
	text-indent: -5px;
	
	
}

#contenu ul li ul.spip {
	list-style: none;
	margin-top: 5px;
	
}


/* 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: 180%;
	font-weight: bold;
	text-decoration: none;
	
	color: #9F0025;
	
	border-bottom: 1px solid #9F0025;
	
	margin-top: 10px;
	margin-bottom:0px;
	padding-bottom:3px;
	padding-left: 0px;
	margin-left: 0px;
}
/*
h2 {

	font-size: 150%;
	font-weight: bold;
	
	color: #666;
	
	margin-top: 15px;
	margin-bottom:0px;
	padding-bottom:1px;
	padding-left: 0px;
	margin-left: 0px;
	

}
*/
/* Pour ajouter une puce */
h2 span{
	
}
.dateevmnt, .datearticle{
	font-size: 95%;
	color: #666666;
	text-decoration: none;
	
	margin-top:5px;
	margin-bottom:10px;
	margin-left: 0px;
	}
 
.chapo, .chapofiche{
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	
	padding-top: 5px;
	margin-bottom: 10px;
	padding-left: 0px;
	
	clear: none;
}
.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-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	text-decoration: none;
	
	/*color: #999999;*/
	 color: #A00026;
	
	/*border-bottom: 1px solid #EFEFEF;*/
	
	margin-top: 2em;
	margin-bottom: 0.5em;
	padding-left: 0px;
	padding-bottom: 0px;
	
	
}


/* texte */
.spip {
	font-size: 100%;
	text-align:left;
	
	padding-bottom: 10px;
}
p.spip {
	margin-left: 0px;
}
.retour {
	text-align: right;
	
	color: #9F0025;
	font-size: 100%;
	font-family: helvetica, arial;
	
	padding-top: 25px;
	padding-bottom: 10px;
	
	clear: both;
}
.retour a {
	color: #9F0025;
}

/* Article : document  : Titre, complement d'info */
.titredoc {
	height: 15px;
	
	font-size: 95%;
	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: 20px;
	margin-left: 0px;
	margin-bottom: 1px;
}
.titredoc a {
	color:#9F0025;
	text-decoration: underline;
}
.titredoc a:hover {
	color: #6E6E6E;
}
.infodoc {
	font-size: 90%;
	color: #666666;
	text-decoration: none;
	
	margin-left: 0px;
	margin-bottom: 5px;
}
.compldoc {
	font-size: 95%;
	color: #000000;
	
	padding-top: 3px;
	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 */
.lien, titresslien {
	font-size: 100%;
	color: #6E6E6E;
/*	color: #9F0025;*/

	letter-spacing: 0em;
	
	
	
	padding-left: 0px;
	margin-left: 0px; 
/*	margin-left: -15px; */

	margin-top: 7px;
	margin-bottom: 3px;
	
}

.lien a {
	color: #6E6E6E;
/*	color: #A10029;*/
	font-weight: bold;
	text-decoration: underline;
	
	background-image: url(images/picto_titre.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	
	padding-left: 10px;
}
.lien a:hover {
	color: #A10029;
/*	color: #BEBEBE;*/
	text-decoration: underline;
	background-image: url(images/picto_titre-over.gif);
}
/* appliqué sur les liste en bas de page pour supprimer les margin, en plus de lien */
.listetitre {
	margin-top: 1px;
	margin-bottom: 1px;
}
/* pour supprimer les puce, en plus de lien */
.sanspuce {
	background-image:none;
	padding-left: 15px;
}

.titresslien {
	background-image:none;
	
	
	font-weight: bold;
	
}

.dateliste {
	font-size: 95%;
	color: #666666;
	text-decoration: none;
	
	margin-bottom:2px;
	margin-left: 0px;
}
.listdateevmnt {
	font-size: 95%;
	color: #666666;
	text-decoration: none;
	margin-bottom:2px;
	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 #EFEFEF;
	border-top: 1px solid #EFEFEF;
	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: normal;
	color: #666666;
	text-decoration: none;
}
.bouton:hover{
	text-decoration: underline;
}
.boutonactif {
	font-size: 100%;
	font-weight: bold;
	color: #666666;
}

/* 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: #9f0025;

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

}
/* ligne impaire */
table.spip tr.row_even {
	font-size: 95%;
	color: #000000;
	background-color: #FFCCD2;
}
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: Black;
	background-color: #c2c2c2;
}

/* 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: #666666;
	text-decoration: none;
	
	background-color: #FFF0F3;
}



/* 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: #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-bottom: 1px solid #FFBBC9;
	border-right: 1px solid #FFBBC9;
	border-left: 1px solid #FFBBC9;
	border-top: 1px solid #FFBBC9;

	background-color: #FFF0F3;
}

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

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

.contourphoto {

	border: 2px solid #B4556C;
	margin-right: 4px;
	margin-top: 4px;
	margin-left: 4px;
	margin-bottom: 4px;
	
		
}

.logoauteur {
	float:right;
	border: 1px solid #B4556C;
	margin-right: 4px;
	margin-top: 4px;
	margin-left: 4px;
	margin-bottom: 4px;
	}
/* affichage des extras */
#block_extras {
	border-top: 1px solid #EFEFEF;
	margin-top: 10px;
}
#block_extras .complement {
	margin: 0px;
	padding: 0px;
}
.extras {
	clear: both;
	border-bottom: 1px solid #EFEFEF;
	margin-left: 0px;
}
.margin {
	margin: 30px 0px 0px 0px;
}
/* utilise par liste_fiche_mot_tout et liste_fiche_mot */
.extrassansbordure {
	border-top: none;

}
.alignextra, .alignextra2 {
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
	text-align: left;

}
.alignextra {
	width: 30%;
}
.alignextra2 {
	width: 69%;
}

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


/* aligner sur 2 ou plusieurs colonnes */
.colonne_gauche {
	float: left;
	width: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* Presentation en colonne des fiches entreprises */
.colonne_affichefiche {
	float: left;
	width: 60%;
	
	
}

/* Presentation de liste sur 2 colonnes (liste_mot_sscat) */
#block_elu {
	width: 100%;
	
	padding-left: 17%;
}
.president {
	margin-left: 15%;
	margin-bottom: 10px;
}
.alignelu {
	margin-left: 20px;
	float: left;
	width: 45%;
}

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


/* Mise en forme du formulaire d'identification partie extranet */
#login {
	width: 65%;
	margin-left: 20%;
	margin-bottom: 30px;
}
/* FIN DES STYLES PROPRES A SPIP */

/* Liste de diffusion */
.reponse_formulaire {font-size: 100%;padding-bottom: 10px; }
.liste_texte {font-size: 100%; text-align:left;}
.newsletter {
	margin-left: 220px;
	margin-right: 220px;
	/*line-height:18px;*/
	text-align: center;
}



/* STYLES AJOUTES */

/* aligner le texte a droite  */
.right {
	text-align: right;
}
.float_right {
	float: right;
	margin-top: -12px;
}
.margintop{
	margin-top: 30px;
}
.centrer {
	text-align: center;
}
/* aligner le texte a gauche */
.align_left {
	text-align: left;
}
.enavant1 {
	background-color: #F4F4F4;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 60px;
	
	border-left: solid 2px #9F0025;
	border-right: solid 2px #9F0025;

}

.enavant {
	background-color: #FFF2F7;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 60px;
	
	border-left: solid 2px #9F0025;
	border-right: solid 2px #9F0025;

}

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

