/*
On definit la police principale, la couleur du texte et la taille */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #093970;
	font-size: 0.72em;
}
p {
	margin: 0px;
	padding: 0px;
}

/* Liens standards et rollover */

a {
	color: #0066CC;
	text-decoration: underline;
	/*color: #A56970;
	text-decoration: underline;*/

}
a:hover {
	text-decoration: none;
	/*color: #7A4950;*/

}


/* Liens internes et rollover */
a.spip_in {
	font-size: 100%;
	color: #009776;
	text-decoration: underline;
	
}
a.spip_in:hover {
		color: #00644E;
		text-decoration: none;
}

/* Liens vers pages externes et rollover */
a.spip_out {
	font-size: 100%;
	color: #A56970;
	text-decoration: underline;
}
a.spip_out:hover {
	color: #7A4950;
	text-decoration: none;
}






/* Titre de la rubrique en texte */
h1.spip {
	font-family: Georgia, Helvetica, Arial, sans-serif;
	font-size: 225%;
	text-decoration: none;
	color: #605B3B;
	/* height: 50px; */

	padding-top: 0em;
	padding-bottom: 0em;
	/* margin-left:3px;	
	margin-right: 200px; */
}


ul {
	list-style: none;
	
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	/* background-color: #FFF6F7; */
}
li  {
	margin-bottom: 10px;
}

/* Article : Titre, date evmnt, date publication, chapo, intertitre, texte, mois evenement */

h2 {

	font-size: 150%;
	font-weight: bold;
	
	color: #165398;
	
	margin-top: 0px;
	margin-bottom:10px;
	padding-bottom:1px;
	padding-left: 0px;
/*	margin-left: 5px;*/
	
	

}

.inforech {
	font-family: Arial, Helvetica, sans-serif;

	font-size: 150%;
	font-weight: bold;
	
	color: #165398;
	
	margin-top: 0px;
	margin-bottom:10px;
	padding-bottom:1px;
	padding-left: 5px;
}


/* 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: #728EA6;
		
	margin-bottom:10px;
	margin-left: 0px;
}


 
.chapo, .chapofiche{
	font-size: 100%;
	font-weight: bold;
	color: #093970;
	
/*	padding-top: 5px;
	margin-bottom: 10px;
	padding-left: 0px;*/
}
.chapofiche {
	font-weight: normal;
}


/* intertitre */
h3.spip {
	font-size: 140%;
	font-weight: bold;
	text-decoration: none;
	
/*	color: #2A70C1;*/
	color: #297aac;
	
	padding-top: 2em;
	margin-bottom: 0.5em;
	padding-left: 0px;
	
	
}


/* texte */
.spip {
	font-size: 100%;
	text-align:left;
	padding-bottom: 10px;

}





/* 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: 15px;
	margin-left: 0px;
	margin-bottom: 3px;
}
.titredoc a {
	color: #009776;
	text-decoration: none;
}
.titredoc a:hover {
	color: #00644E;
}
.infodoc {
	font-size: 95%;
	color: #728EA6;
	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: #605B3B;
	text-decoration: none;
	text-align:center;
	font-style: italic;
	font-weight: normal;
}

.spip_documents a {
	font-size: 81%;
	font-style: normal;
}

.spip_doc_titre {
	font-size: 95%;
	color: #605B3B;
	text-decoration: none;
	margin-left:40px;
	text-align:right;
	font-style: italic;
	font-weight: normal;
}


.spip_doc_descriptif {
	font-size: 90%;
	color: #605B3B;
	text-decoration: none;
	margin-left:40px;
	text-align:right;
	padding: 3px;
	font-style: italic;
	font-weight: 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: #0066CC;
	letter-spacing: 0em;
	
	background-image: url(images/picto_titre.gif);
	background-repeat: no-repeat;
	background-position: 0% 30%;
	
	padding-left: 0px;
	margin-top: 7px;
	margin-bottom: 3px;
	
}
.lien a {
	color: #0066CC;
	text-decoration: underline;
	font-weight: bold;
}
.lien a:hover {

	color: #165398;
	text-decoration: none;
}

.titresslien {
	background-image:none;
	padding: 0px;
	
	font-weight: bold;
	
}


.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 #BFB18F;
	border-top: 1px solid #BFB18F;
	border-right-width: 1px;
	border-left-width: 1px;
	
	text-align: right;
	
	
	margin-top: 25px;
	padding-bottom: 2px;
	padding-top: 2px;
	
	
	margin-bottom: 25px;

}
.bouton {
	font-size: 120%;
	font-weight: bold;
	color: #46709F;
	text-decoration: none;
}
.bouton:hover{
	text-decoration: underline;
	color: #165398;
}
.boutonactif {
	font-size: 120%;
	font-weight: bold;
	color: #4D482B;
	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: #BFB18F;

}
/* ligne paire */
table.spip tr.row_odd {
	font-size: 95%;
	color: #000000;
	background-color: #F1E4D3;

}
/* ligne impaire */
table.spip tr.row_even {
	font-size: 95%;
	color: #000000;
	background-color: #FEFAF9;
}
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: #F3E7D1;
}

/* 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: #EFEBC8;
}



/* FORMULAIRE DE CONTACT */

#formcontactcss{
	padding-left:25px;
	padding-right:25px;

	width: 100%;
}

#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: #605B3B;
	font-weight:bold;
}
#formcontactcss input {
	
}
#formcontactcss textarea {
	width: 200px;
	height:80px ;
}
#ligne {
	margin-left: 10%;
	padding-bottom: 20px;
	
	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 #BFB18F;
	
	background-color: #EFEBC8;
}

/* Formulaire : bouton de validation */
.spip_bouton {
	background-color: #BFB18F;

	font-size: 95%;
	color: #ffffff;
	font-weight: bold;
}


.spip_logos, .spip_logoart {
/*	float: left;*/
	
	border-top: 1px solid #FFF9E6;
	border: 1px solid #FFF9E6;
	border-bottom: 3px ridge #FFF9E6;
	border-right: 3px ridge #FFF9E6;
	margin-right: 0px;
	/* margin-top: 10px; */
	margin-left: 0px;
	margin-bottom: 2px;

}

.spip_logoprest {
	border-top: 1px solid #FFF9E6;
	border: 1px solid #FFF9E6;
	border-bottom: 2px ridge #FFF9E6;
	border-right: 2px ridge #FFF9E6;
	
	float: left;
	
	margin-right: 3px;

}

.contourphoto {

	border: 1px solid #FFF9E6;
	margin-right: 4px;
	/* margin-top: 4px; */
	margin-left: 4px;
	margin-bottom: 4px;
	
}

/* affichage des extras */

#extras {
	clear: both;
	/* border-bottom: 1px solid #F6E2E6; */
	margin-left: 25px;
	
	
	
	
}
#extras strong {
	color: #205999;
	font-size: 110%;

}


/*
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;
	padding-left: 20px;
}

.alignextra {
	background-image: url(images/picto_extras.gif);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	
	
}

.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 */
.clear {
	clear: both;
}
/* affichage du menu deroulant en haut à droite */
#formliste {
	float: right;
	margin-top: 0px;
}

/* FIN DES STYLES PROPRES A SPIP */






/* STYLES AJOUTES */

.centrer {
	text-align: center;
}



/* SI 2 COLONNES */

/* Liste des prestations (affichee colonne de droite) */
.titrefichepresta {
	color: #3F9BD4;
	font-size: 140%;
	font-weight: bold;

}

.titreficheprestall {
	color: #3F9BD4;
	font-size: 100%;
	font-weight: bold;
	padding-top:5px;
}

.des_fichepresta {
	color: #000;
	font-size:95%;
	font-weight: bold;
}
.tarif_presta {
	color: #000;
	font-size:95%;
	font-weight: normal;

}
.textesscol3 {
	color: #605B3B;
	font-size: 100%;
	
}
.textesscol3 a {
	/* color: #605B3B; */
	font-size: 100%;
	text-decoration: underline;
	
}
.textesscol3 a:hover {
	/* color: #000; */
	text-decoration: none;	
}

/* COLONNES CENTRALE SI 3 COLONNES */

/* Liste des prestations aleatoires (affichees colonne de gauche) */
.prestaaleat {
	font-size: 95%;

}
.prestaaleat .tarif_presta {
	/* margin-bottom: 5px; */

}
.prestaaleat .textesscol3 {
	margin-left: 0px;

}

/* Colonne centrale */
h3.entete {
	/* margin-left: 10px; margin-top: 5px; */
	
	
	color: #2A70C1;
	font-size: 120%;
	font-weight: bold;
}
h4 {
	/* margin-left: 10px; margin-bottom: 3px; */
	 
	
	font-size: 110%;
	color: #5394DF;
	font-weight: bold;
}
.sscol5 {
	color: #165398;
	font-size: 115%;

}
.texte_sscol4 {
	color: #165398;
	font-size: 115%;
	/* margin-left: 10px;  */

}
/* tableau */
caption {
	margin-bottom: 1.5em;

}

/* photo texte intro */
.col1 img.spip_logoart {
	float: left;
	margin-right: 15px;
}


