/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* POLICE PAR DEFAUT */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
html, body {
	font-size: 0.9em;
	color: #676257;
	font-family: Arial, Helvetica, sans-serif;	
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* LIENS STANDARD ET ROLLOVER */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a { /* Liens par defaut */
	color: #7E5603;
	text-decoration: underline;
}
a:hover { /* Liens par defaut over */
	text-decoration: none;
	color: #FF9900;
}

a.spip_in { /* Liens internes */
	text-decoration: underline;
}
a.spip_in:hover { /* Liens internes over */
	text-decoration: underline;
}

a.spip_out {/* Liens externes */
	color: #2CA083;
	text-decoration: underline;
	margin: 0 5 0 5px;
}

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: underline;
	color: #C95F42;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FIL D'ARIANE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#chemin { /* Chemin general */
	font-size: 0.85em;
	color: #b5b198;
	padding: 10px 0px 0px 0px;
	width: 595px;
}

#chemin a { /* Chemin lien */
	color: #a49484;
	text-decoration: underline;
}

#chemin a:hover { /* Chemin lien over */
	text-decoration: none;
}

#chemin strong { /* Chemin actif */
font-weight: bold;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* TITRES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

h2 { /* Titre article / rubrique */
	color: #f29400;
	font-size: 2em;
	font-weight: bold;
	clear: both;
}

h3.spip { /* intertitre */
	text-align:left;
	color: #f29400;
	font-size: 1.1em;
	padding: 0px 0px 5px 15px;
	margin: 1.5em 0em 0.9em 0em;
	background-image: url(images/puce_h3.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.2em;
	border-bottom: 1px solid #f29400;
	clear: both;
}

h4.spip { /* intertitre */
	color: #f29400;
	font-size: 1em;
	padding: 0px 0px 5px 0;
	margin: 1.5em 0em 0.9em 0em;
	clear: both;
}

h3.titreliste, h4.titreliste { /* H4 */
	text-align:left;
	color: #f29400;
	font-size: 1em;
	padding: 3px 0px 0px 0px;
	margin: 0em 0em 0.2em 0em;
	clear: both;
}


/* Modif du h3 sur l'annuaire des structures */
h3.sanspuce {
	background-image: none;
	padding: 0px 0px 5px 0;
}

h3 .pictoh3 {
	vertical-align: bottom;
	/vertical-align: text-bottom;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* CONTENU ARTICLES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.dateevmnt, .datearticle, .dateliste, .infodoc, .listdateevmnt, .nbresult, .nbresultdoc, .nbresultsite { /* style des dates*/
	color:#B0AD56;
	font-size: 0.9em;
	font-weight:normal;
}
.dateevmnt, .datearticle, .nbresult,  .nbresultdoc, .nbresultsite { 
	margin-bottom: 5px;
	margin-left: 0px;
}
.nbresult, .nbresultdoc, .nbresultsite {
}
.dateevmnt { /* style des dates*/
	color:#B0AD56;
	font-weight: bold;
	font-size: 0.9em;
}
.datearticle { /* style des dates*/
	font-size: 1em;
}

.listdateevmnt { /* style des dates*/
	color:#00a030;
	font-weight: bold;
	margin-bottom: 3px;
	margin-left: 0px;
}

.chapo, .chapofiche{ /* chapos */
	color: #4b4a4a;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0px 0px 5px 0px;
	text-align:justify;
	font-weight: bold;
}

.chapofiche {
	font-weight: normal;
}

.spip { /* texte */
	font-size: 100%;
	text-align:justify;
	margin-bottom: 10px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 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: 1px solid #f29400;
}
.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: 5px;
	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;
}

.spip_documents_center {
	text-align: center;
}

.spip_documents_center .spip_doc_titre  {
	margin: auto;
}

.spip_doc_titre, .spip_doc_descriptif {
	text-align:center;
	padding-top:1px;
	color: #7D7D7D;
}

div.spip_documents img.spip_logos {
	margin: auto;
	float: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* TABLEAU */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
table.spip { /* Tableau general */
	padding:0px;
	border: 1px solid #fff;
	border-collapse:collapse;
	width: 100%;
	clear: both;
}
table.spip tr.row_first { /* Premiere ligne */
	font-size: 95%;
	font-weight: bold;
	color: #605B3B;
	background-color: #E8DDC2;

}
table.spip tr.row_odd { /* Ligne paire */
	font-size: 95%;
	color: #000000;
	background-color: #F5F5F5; 
}

table.spip tr.row_even { /* Ligne impaire */
	font-size: 95%;
	color: #000000;
	background-color: #E9E9E9 ;
}

table.spip td, th { /* Cellule */
	padding: 2px;
	text-align: left;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
}

table.spip caption{ /* Resume masque */
	color:#FFFFFF;
	padding-top: 0px;
	font-size: 0.7em;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* LIEN,TITRE LISTE, TITRE DOC */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.lien, .titredoc, .titresite { /* Titre article ou document */
	font-size: 1em;
	color: #96bd0d;	
	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;
	text-decoration: underline;
	display:block;
	
}
.lien a {
	background-image: url(puce.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.1em;
	padding-left: 15px;
}

.lien a:hover  {
}

.prepa a {
	margin-left: 0px;
	text-decoration: underline;
	display:block;
	background-image: url(dist/images/puce-blanche.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.5em;
	padding-left: 15px;
	
}

.prop a {
	margin-left: 0px;
	text-decoration: underline;
	display:block;
	background-image: url(dist/images/puce-orange.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.5em;
	padding-left: 15px;
	
}

.publie a {
	margin-left: 0px;
	text-decoration: underline;
	display:block;
	background-image: url(dist/images/puce-verte.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.5em;
	padding-left: 15px;
	
}
.marge_gauche {
	padding-left: 15px;
	
}

.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;
}

.complementform { /* complement d'infos dans les listes d'articles */
	font-size: 0.85em;
	color: #505355;
	text-align:justify;
	padding-bottom: 10px;
	margin-top:-5px;
	padding-right:25px;
}

/* Titre document */

.titredoc, .titredoc a {
	text-align: left;
}
.titredoc a {
background-image: url(puce.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.1em;
	padding-left: 15px;
}
.titredoc a:hover {
	text-decoration: none;
}
.titredoc .infodoc {
	margin: 0px;
}

.infodoc { /* Date, poids, type */
	font-size: 0.8em;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-bottom: 3px;
	font-weight: normal;
}
.compldoc { /* Descriptif document */
	font-size: 0.85em;
	color: #505355;
	padding-top: 0px;
	margin-left: 22px;
}
/* Titre site */
.titresite a {
	text-decoration: underline;
	font-size: 0.9em;
	
	background-image: url(puce.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.1em;
	padding-left: 15px;
}
.titresite a:hover {
	text-decoration: none;
}
.infosite {
	font-size: 0.8em;
	text-decoration: none;
	color: #505355;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FIL RSS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.rss img {
	vertical-align: middle;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 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;
}
.float_right { /* Flottant gauche */
	float: right;
	padding: 10px 20px 0px 0px; 
}
.float_none { /* Pas de flottant */
	float: none;
}
.sanspadding {
	padding: 0;
}
table.spip_barre { display: none; }	/* Masquage de la barre typo dans les forums */

.message_erreur {
	color: #FF0000;
}