body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#logo {
	text-align: center;
}

a img {
	border: 0;
}

/* *********** Banniere *********** */
#banniere {
	background-color: #FFFFFF;
	text-align: center;
	margin-top: -10px;
	margin-bottom: -10px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	width:600px;
}
#banniere .nom_site {
	color: #AD3417;
	font-size: 36px;
}
/* ********* Fin Banniere ******** */

/* bloc central des pages */
#centrale {
	padding-left: 30px;
	padding-right: 30px;
	vertical-align: top;
	padding-bottom: 15px;
}
/* titre des articles */
#centrale h1 {
	font-size: 20px;
	color: #AD3417;
	padding: 20px 20px 20px 0;
}

#centrale h2 {
	font-size: 14px;
}
#centrale h3.spip {
	font-size: 14px;
	color: #CC6633;
}

#centrale ul {
	font-size: 11px;
	/*color: #408E97;*/
	list-style-image: url(../squelettes-dist/puce.gif);
}

#centrale ul ul {
	font-size: 12px;
	padding-left: 35px;
}

#centrale ul ul li {
	list-style-type: square;
	color: #000000;
}

li.spip { 
	margin: 0px;
}

#centrale p.chapo {
	font-weight: bold;
	font-size: 11px;
	text-align: justify;
}
#centrale div.texte {
	font-size: 11px;
	text-align: justify;
}
p.spip {
	font-size: 11px;
}
/* notes de bas de pages */
#centrale .notesbaspage {
	font-size: 10px;
	color: #666666;
}
#centrale .notesbaspage a.spip_note {
	text-decoration: none;
}
#centrale a.spip_note {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#centrale a:hover.spip_note {
	text-decoration: underline;
}
/* tableaux générés par spip */
#centrale table.spip {
	font-size: 11px;
}
#centrale table.spip tr.row_first {
	background-color: #AD3417;
	color:#FFFFFF;
}
#centrale table.spip tr.row_first th {
	text-align: center;
	border-right-color: #000000;
	border-right-style:solid;
	border-right-width: 1px;
}
#centrale table.spip tr.row_odd {
	background-color:#FFFFCC;
	padding-left: 10px;
	padding-right: 10px;
}
#centrale table.spip tr.row_even {
	background-color:#FFFFFF;
}
#centrale table.spip td{
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-right-color: #000000;
	border-right-style:solid;
	border-right-width: 1px;
}
/* fin tableaux générés par spip */

/* Presentation du paragraphe de presentation 
de l'asso sur la page d'accueil */
#centrale div.intro {
	font-size: 11px;
	margin-top: -25px;
}

/***** Actualites *****/
/*** page d'accueil ***/

/* "Actualites" */
#centrale h1.actu{
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
}
/* Titre de l'actualite */
#centrale h2.nom_actu {
	color: #AD3417;
}
/* les 2 colonnes */
#centrale .texte-gauche {
	float: left;
	width: 46%;
}
#centrale .texte-droite {
	float: right;
	width: 46%;
}
#centrale .texte-gauche div.texte {
	font-size: 11px;
	text-align: left;
}
#centrale .texte-droite div.texte {
	font-size: 11px;
	text-align: left;
}
/*********************/
/*********************/

#centrale img {
	/*padding: 8px 8px 8px 8px;*/
	border: 0px;
}

#imageActu img.spip_logos {
	float: right;
}

#centrale p a {
	color: #AD3417;
	text-decoration: underline;
}
#centrale a {
	color: #000000;
	text-decoration: underline;
}
.on {
	text-decoration: none;
	font-weight: normal;
}

/* pied de page */
#pdp {
	/*background-color: #CCCCCC;*/
	/*background-color: #FFFFCC;*/
	background-color: #BCD6D8;
	text-align: center;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 2px;
}
#pdp a:link {
	color: #400000;
	text-decoration: none;
}
#pdp a:hover {
	color: #400000;
	text-decoration: underline;
}
#pdp a:visited {
	color: #400000;
	text-decoration: none;
}
/* fin pied de page */

/* squelette actualites */
/* affichage dans colonne de droite */
/* des autres actualités sur le site */
#autres_actualites {
	float: right;
	width: 200px;
	margin-top: 5em;
}
#autres_actualites ul li {
	font-weight: normal;
	font-size: 11px;
}
#autres_actualites a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

/* centrer les images insérées dans les articles */
/* dans l'espace privé du site */
.spip_documents_center img {
	display: block;
   	margin-left: auto;
   	margin-right: auto;
	text-align: center;
}

/* intitulé Document(s) à télécharger */
/* quand un doc est joint à un article */
#documents_joints h3 {
	font-size:14px;
	color: #408E97;
	margin-bottom: -10px;
}

/* Evenements saisis dans l'agenda */
.dateLieuEv {
	color: #408E97;
}
.titreEv {
	font-size:13px;
}

