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

}

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



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

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

a.spip_out {/* Liens externes */
	font-size: 100%;
	color: #dd831e; /*#689d4d;*/
	text-decoration: underline;
	margin: 0 5 0 5px;
	/*font-weight: bold;*/
}

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: #b6c211; /*#dd831e;*/
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FIL D'ARIANE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#chemin { /* Chemin general */
	font-size: 0.8em;
	color: #7F7F7F;
	margin: 10px 0px 0px 0px;
}

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

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

#chemin strong { /* Chemin actif */
font-weight: bold;
}


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

h2 { /* Titre article / rubrique */
}
#colonne_gauche h2 {
	color: #00533e;
	text-align: center;
	background-image: url(images/bg_h2.gif);
	background-repeat: no-repeat;
	height: 32px;
	padding: 35px 0 5px 0;
	font-size: 1em;
	vertical-align: middle;
}
html>body #colonne_gauche h2 {
	height: auto;
	min-height: 32px;
}
#colonne_gauche h2 span {

}

#colonne_droite h2 {
	padding: 35px 0 0 0;
	color: #F59831;
	font-size: 1.9em;
	font-weight: normal;
}


h3.spip { /* intertitre */
font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	color: #005240; /*#969d1e;*/
	font-size: 1.3em;
	font-weight: bold;
	padding: 3px 0 0 0;
	margin: 1.5em 0em 0.9em 0em;
	clear: both;
}

h3.titreliste, h4.titreliste { /* H4 */
	text-align:left;
	color: #005240;
	font-size: 1em;
	font-weight: bold;
	padding: 3px 0px 0px 15px;
	margin: 0.5em 0em 0.2em 0em;
	
	background-image: url(images/bg_titreliste.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.3em;
	
	clear: both;
	z-index: 99;
	position: relative;

}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* CONTENU ARTICLES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.dateevmnt, .datearticle, .dateliste, .infodoc, .listdateevmnt, .nbresult, .nbresultdoc, .nbresultsite { /* style des dates*/
	color:#505c64;
	font-size: 0.95em;
	font-weight:normal;
}
.dateevmnt, .datearticle, .nbresult,  .nbresultdoc, .nbresultsite { 
	margin-bottom: 25px;
	margin-left: 0px;
}
.nbresult, .nbresultdoc, .nbresultsite {
	margin-left: 0;
}
.dateevmnt { /* style des dates*/
	color:#80759C;
	/*font-weight: bold;*/
	font-size: 1em;
}
.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: #005240; /*#505c64;*/
	font-weight: bold;
	/*letter-spacing: 0.1em;*/
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0px 0px 5px 0px;
	text-align:justify;
}

.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(squelettes/puce.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 #999A9D; */
}

.spip_documents img {
	/* border-left: 1px solid  #ccc;
	border-top: 1px solid  #ccc; */
	border-right: 3px groove  #ccc;
	border-bottom: 3px groove  #ccc;
	padding: 4px;
	background-color: #FFFFFF;
}
.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, .spip_documents_center .spip_doc_descriptif  {
	margin: auto;
}

.spip_doc_titre, .spip_doc_descriptif {
	text-align:center;
	padding-top:1px;
	font-size:0.85em;
	color: #005240; /*#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%;
}
table.spip tr.row_first { /* Premiere ligne */
	font-size: 95%;
	font-weight: bold;
	color: #a2c428;
	background-color: #ebf2d0;

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

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

table.spip td, table.spip 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 */
	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 {
	text-decoration: underline;
}
.lien a {
	position:relative;
	display: block;
	padding-left: 15px;
	background-image: url(images/picto_liresuite.gif);
	background-repeat: no-repeat;
	background-position: 0% 55%;

}

.lien a:hover  {

}


.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.85em;
	color: #505355;
	text-align:justify;
	padding-bottom: 5px;
}
/* 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.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.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;
}
.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 */

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

#colonne_contenu ul li {
display : inline;
}

.message_erreur {
	color: #FF0000;
}
