/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* POLICE PAR DEFAUT */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
html, body {
	font-size: 100%;
	color: #3F3F3F;
	font-family: Arial,Verdana,  Helvetica, sans-serif;	

}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* COULEUR SELECTION POUR FIREFOX */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
::-moz-selection {
color: white;
background-color: #316AC5;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* LIENS STANDARD ET ROLLOVER */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a { /* Liens par defaut */
	color: #de6800;
	text-decoration: underline;
}
a:hover { /* Liens par defaut over */
	text-decoration: none;
	color: #9bb900;
}

a.spip_in { /* Liens internes */
	text-decoration: underline;
}
a.spip_in:hover { /* Liens internes over */
	text-decoration: none;
}

a.spip_out {/* Liens externes */
	font-size: 100%;
	color: #69063e;
	text-decoration: underline;
	margin: 0 5 0 5px;
	font-weight: normal;
}

a.spip_out:after { /* Liens externes suite */
	content: "\0000a0[\2197]"; /* Voir caractère unicode  */
	text-decoration: none;	
}

a.spip_out:hover { /* Liens externes over */
	text-decoration: none;
	color: #8c0c54;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FIL D'ARIANE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#chemin { /* Chemin general */
	
	color: 		#745a43;
	margin:	 	0px 0px 35px 0px;
}

#chemin a { /* Chemin lien */
	text-decoration:none;
	color: 			#745a43;
}

#chemin a:hover { /* Chemin lien over */
	text-decoration:underline;
	color: 			#745a43;
}

#chemin strong { /* Chemin actif */
	font-weight: 	normal;
	color: 			#a2cc11;
	text-decoration:underline;
}



.block_bas .deuxcol .lien a{
	background: url(images/picto_annuaire.gif) no-repeat 0.9em 0.6em;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* TITRES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

h2 { /* Titre article / rubrique */
}

#centre h2 {
	color: #056a7c;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 0 35px;
}

h2.h2_recherche {			/* Titre de la page recherche le margin compense l'absence du bouton imprimer (régler la hauteur) NE GARDER QUE SI NECESSAIRE */
	margin-top: 52px;
}

h3.spip { /* intertitre */
	text-align:		left;
	color: 			#056a7c;
	font-size: 		1.2em;
	font-weight: 	bold;
	padding: 		3px 130px 0px 30px;
	margin: 		1.5em 0em 0.9em 0em;
	background: 	url(images/bg_h3.jpg) no-repeat right bottom;
	display: 		inline-block;
	/display: inline;
	zoom: 1;
	width: 			auto;
	clear:			both;
}

h3.titreliste{ /* H4 */
	text-align:		left;
	color: 			#056a7c;
	font-size: 		1.3em;
	font-weight: 	bold;
	padding: 		3px 130px 0px 5px;
	margin: 		1.5em 0em 0.9em 0em;
	background: 	url(images/bg_h3.jpg) no-repeat right bottom;
	/background: 	url(images/bg_h3.jpg) no-repeat right bottom;
	display: 		inline-block;
	/display: 		block;
	/float: 		left;
	clear: 			both;
	width: auto;
}
h4.titreliste, h4.titredoc {
 	text-align:		left;
	color: 			#056a7c;
	font-size: 		1.2em;
	font-weight: 	bold;
	padding: 		3px 130px 0px 5px;
	margin: 		1.5em 0em 0.9em 0em;
	clear: 			both;
	width: 			auto;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* CONTENU ARTICLES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.dateevmnt, .datearticle, .dateliste, .infodoc, .listdateevmnt, .nbresult, .nbresultdoc, .nbresultsite { /* style des dates*/
	color:#797979;
	font-size: 0.95em;
	font-weight:normal;
}
.dateevmnt, .datearticle, .nbresult,  .nbresultdoc, .nbresultsite { 
	margin-bottom: 25px;
	margin-left: 0px;
}
.nbresult, .nbresultdoc, .nbresultsite {
	margin-left: 20px;
}

.datearticle,.dateevmnt { /* style des dates*/
	font-size: 1em;
	margin:0 0 15px 35px;
	padding: 0 0 0 5px;
	background: url(images/bg_date_article.png) no-repeat left bottom;
	min-height: 22px;
	_height: 22px;
}
.dateevmnt { /* style des dates*/
	font-size: 1.1em;
}

.listdateevmnt { /* style des dates*/
	color:#00a030;
	font-weight: bold;
	margin-bottom: 3px;
	margin-left: 0px;
}

.chapo, .chapofiche{ /* chapos */
	color:		#0c9c9d;
	font-weight:bold;
	margin:		0;
	padding: 	0px 0px 35px 0px;
	text-align:	justify;
	
}
.chapo strong{ /* chapos */
	color: #008A57;
}
.chapofiche {
	font-weight: normal;
}

.spip { /* texte */
	font-size: 100%;
	text-align:justify;
	margin-bottom: 10px;
}

.spip_note { /* note de bas de page */
	margin: 20px 0 10px 0;
	font-size: 0.9em;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* LISTE PREMIER NIVEAU */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
ul.spip {
	list-style-image: url(images/liste_niv1.gif);
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}
ul.spip li {
	margin: 0px;
	padding: 0px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* LISTE SECOND NIVEAU */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
ul.spip ul.spip {
	list-style-image: url(images/liste_niv2.gif);
}
ul.spip ul.spip li {
	list-style-image: url(images/liste_niv2.gif);
	font-weight: normal;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* BORDURE IMAGES OU DOCUMENTS INSERES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 
.spip_logos : logo d article
.spip_documents img : image de document inséré
*/
.spip_logos, .spip_documents img {
	border: 2px solid #de6800;
}
.spip_logos {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.nocadre img { /* Utilisé dans doc et emb pour supprimer le cadre aux gif */
	border:none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* IMAGES OU DOCUMENTS INSERES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.spip_documents { /* Legende image ou doc insere : Titre -en gras -et taille */
	font-size: 95%;
	text-decoration: none;
	padding: 9px;
	font-weight: normal;
	color:#B92700;
	font-style:italic;
	margin-left:5px;
}

.spip_documents a {
	font-size: 81%;
	font-style: normal;
}

.spip_documents_left { /* Correction du bug d'aligement image inseree */ 
	margin: 0em 0.5em 0em 0em;
}

.spip_documents_right {
	margin: 0em 0em 0em 0.5em;
}

div.spip_documents {
	display: block;
	clear: both;
	text-align: center;
}

.spip_documents_center {
	text-align: center;
}

.spip_documents_center .spip_doc_titre, .spip_documents_center .spip_doc_descriptif  {
	margin: auto;
}

.spip_doc_titre, .spip_doc_descriptif {
	text-align:center;
	padding-top:1px;
	color: #797979;
}

.spip_doc_titre strong, .spip_doc_descriptif strong{
	font-weight: normal;
}

div.spip_documents img.spip_logos {
	margin: auto;
	float: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* TABLEAU */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
table.spip { /* Tableau general */
	padding:0px;
	border-collapse:collapse;
	border:none;	
	width: 100%;
}
table.spip tr.row_first { /* Premiere ligne */
	font-size: 95%;
	font-weight: bold;
	color: #313131;
	background-color: #b0d40d;

}
table.spip tr.row_odd { /* Ligne paire */
	font-size: 95%;
	color: #313131;
	background-color: #ffffff; 
}

table.spip tr.row_even { /* Ligne impaire */
	font-size: 95%;
	color: #313131;
	background-color: #f0f0f0 ;
}

table.spip td, table.spip th { /* Cellule */
	padding: 2px;
	text-align: left;
	border: none;
}

table.spip caption{ /* Resume masque */
	color:#FFFFFF;
	padding-top: 0px;
	font-size: 0.7em;
}


.fiche_trombi p.lien strong a {
	background:url(images/picto_elu.gif) no-repeat 0em 0.4em;
	padding-left: 10px;
	display: inline;
}
.fiche_trombi p.lien strong a:hover {
	background:url(images/picto_elu-over.gif) no-repeat 0em 0.4em;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* LIEN,TITRE LISTE, TITRE DOC */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.lien, .titredoc, .titresite { /* Titre article ou document */
	color: #d95c05;	
	margin-top: 0px;
	margin-bottom: 3px;
	padding-left: 0px;
}
/* on determine ici l'aspect des liens du site (off et on). Chaque classe peut être reprise individuellement pour en changer les proprietes */
.lien a, .titredoc a {
	margin-left: 0px;
	display:block;
}
.lien a {
	padding-left: 20px;
	background-image: url(images/liste_niv1.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	position:relative;	
}

.lien a:hover  {
	background-image: url(images/liste_niv1.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}


.listdateevmnt { /* date dans les listes d'articles */
	text-decoration: none;
	margin-left: 0px;
}

.complement { /* complement d'infos dans les listes d'articles */
	font-size: 0.95em;
	color: #505355;
	text-align:justify;
	padding-bottom: 5px;
	clear: both;
}
/* Titre document */

.titredoc, .titredoc a {
	text-align: left;
}
.titredoc a:hover {
	text-decoration: none;
}
.titredoc, .infodoc {
	margin: 0px;
}


/* Titre document du modele*/
.titredoc3, .infodoc3 {
	padding: 0 0 0 15px;
}
.titredoc3 {
	background-image: url(images/puce.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.3em;
	padding-top: 5px;
}
.infodoc3 {
	padding-bottom: 5px;
}


.infodoc, .infodoc3 { /* Date, poids, type */
	font-size: 0.9em;
	text-decoration: none;
	margin-left: 0px;
	margin-bottom: 3px;
	font-weight: normal;
	color: #797979;
}
.compldoc { /* Descriptif document */
	font-size: 0.95em;
	color: #000000;
	padding-top: 0px;
	margin-left: 22px;
}
/* Titre site */
.titresite a {
	text-decoration: underline;
}
.titresite a:hover {
	text-decoration: none;
}
.infosite {
	font-size: 0.8em;
	text-decoration: none;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-left: 22px;
	margin-bottom: 3px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* BOUTON RETOUR & HAUT DE PAGE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.retour { /* Bouton retour en texte ou block retour*/
	text-align: right;
	font-size: 100%;
	padding-top: 25px;
	padding-bottom: 10px;
	clear: both;
}

.retour img { /* Bouton retour image */
	vertical-align: middle;
}
.retour a { /* Bouton retour lien */
	text-decoration: none;
	color: #B92700;
}
.retour a:hover { /* Bouton retour lien hover */
	color: #EF7300;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* DIVERS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.spip_surligne { /* Recherche : Couleur de surlignage */
	color: #fff;
	background-color: #EB5700;
}
.right { /* Aligne a droite */
	text-align: right;
}
.centrer, .center { /* Centre */
	text-align: center;
}
.align_left { /* Aligne a gauche */
	text-align: left;
}
.float_left { /* Flottant gauche */
	float: left;
	margin: 5px 5px 5px 0px; 
}
.float_right { /* Flottant gauche */
	float: right;
	margin: 5px 0px 5px 5px; 
}
.float_none { /* Pas de flottant */
	float: none;
}
.sanspadding {
	padding: 0;
}
table.spip_barre { display: none; }	/* Masquage de la barre typo dans les forums */

#colonne_contenu ul {
list-style-type:none;
}

#colonne_contenu ul li {
/* display : inline; */
}

.message_erreur {
	color: #FF0000;
	clear: both;
}



ul.liste_lien{
	margin: 0 0 0 40px;
	list-style: url(puce.gif);
	clear: both;
}
