/* --------------------------------------------------------------

   theme.css
   Theme par defaut de SPIP 3.1 
   2014 - theme neodist - collectif SPIP

-------------------------------------------------------------- */

/* ------------------------------------------
/* Habillage des balises HTML
/* ------------------------------------------ */

/* Elements principaux
------------------------------------------ */
body {
	font-family: 'Source Serif Pro', serif;
	background: #ffffff;
} 

h1,.h1,
h2,.h2 { line-height: 1.2;}

/* Hyperliens
---------------------------------------------- */
a, a:visited {
    color: #413E3E;
    text-decoration: none;
} 
 
a:focus, 
a:hover, 
a:active {
    background-color: #FFF;
    color: #000000;
}
.black {color: #000}
/* ------------------------------------------
/* Habillage des elements du contenu
/* ------------------------------------------ */
.center{
    text-align: center;
    margin: auto 0;
}
/* fil d'ariane */
.arbo {
	clear: both;
	font-size: 0.8em;
	color: #999;
	font-family: Helvetica, Arial, sans-serif;
}
.arbo * { font-weight: normal; }
.arbo a,
.arbo a:visited { color: #6F6C6C; }
.arbo a:hover { background: #666; color: white; }  

.cartouche { margin-bottom: 1em; }
.cartouche h1 { margin-bottom: 0; margin-left: 5px;}
.cartouche p { margin-bottom: 0; }
.surtitre{}
.soustitre {
	color: #000000;
}
.soustitre a {
	color: #050505;
}
.liste0{
    text-align: center;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: 0.85em;
    line-height: 0.2em;
}
abbr.published { border: 0; }
@media print {
	abbr[title].published:after { content: ""; }
	abbr[title].dtreviewed:after { content: ""; }
}
.info-publi { margin: 1.5em 0 0; font-size: .9em; font-style: italic; }
html[dir="rtl"] .info-publi { font-style: normal; }
.traductions { font-size: .9em; }
.traductions a[hreflang]:after { content: ''; }

.chapo { font-weight: bold; }
.texte {
    color: #151515;
}
.hyperlien { display: block; padding: 1.5em 50px; background: #EED url(img/def.png) no-repeat 25px 1.9em; font-weight: bold; }
.ps, .notes {
	margin-bottom: 1em;
	text-align: left;
}
.notes {
    font-size: 0.8em;
    text-align: left;
    color: #743132;
}

/* Listes et tableaux */
dl.spip dt { background: url(img/def.png) no-repeat 25px .5em; }
dl.spip dd {}

table.spip {margin:1em 0;    
	font-family: Helvetica, Arial, sans-serif;
}
table.spip caption {  background: none; border-bottom: 1px solid; text-align: left; font-weight: bold; }
table.spip thead th { background: none; border: 1px solid; border-width: 1px 0; }
table.spip tbody tr th,
table.spip tr td { background: none; }
table.spip tbody tr.odd th,
table.spip tr.odd td { background: #FFF; font-family: Helvetica, Arial, sans-serif;}
table.spip tfoot { border-top: 1px solid; }

/* Formulaires : variantes et cas particuliers
----------------------------------------------- */
.formulaire_spip {
	margin-bottom: 1.5em;
	top: 120px;
	right: 10px;
	text-align: left;
    font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
    font-size: small;
}

fieldset {
  width: 100%; margin: 0;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

label {
	display: block;
    	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: small;
}
.formulaire_recherche label { display: block; }

.erreur_message { display: block; }
input.text,textarea {
  width: 100%;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: small;
}
.content input.text { width: 50%; }
textarea { width: 100%; 
	background:#fff url(img/loupe.jpg) no-repeat left center;
}

/* Selection des langues */
.formulaire_menu_lang { margin: 0; padding: 0; background: none; }

/* Formulaires de recherche (site / petitions) */
.formulaire_recherche label { display: block; }
.erreur_message { display: block; }

/* Selection des langues */
.formulaire_menu_lang { margin: 0; padding: 0; background: none; }

/* Formulaires de recherche (site / petitions) */
.formulaire_recherche input.text {
	width: auto;
	height: 32px;
	padding-left: 20px;
	vertical-align: middle;
	border:solid 1px #aaa;
	background:#fff url(img/recherche.png) no-repeat left center;
	-webkit-border-radius: 0.25em 0 0 0.25em;
	border-radius: 0.25em 0 0 0.25em;
}
.formulaire_recherche input.btn,
.formulaire_recherche input.submit {
	width: auto;
	height: 32px;
	vertical-align: middle;
	border:solid 1px #aaa;
	border-left: none;
	-webkit-border-radius: 0 0.25em 0.25em 0;
	border-radius: 0 0.25em 0.25em 0;
	text-align: center;
}


/* Choix des mots-clefs */
ul.choix_mots { display: block; margin: 0; padding: 0; list-style: none; }
ul.choix_mots li { clear: none; float: left; display: block; width: 30%; padding: 1%; }
ul.choix_mots li label { display: inline; font-weight: normal; }

.formulaire_spip .bugajaxie { display: none; } /*IE/Win*/

/* Formulaire de login dans une page */
.formulaire_login .editer-groupe .editer { clear: left; }
.formulaire_login .editer_password .details { display: block; }
.formulaire_login #spip_logo_auteur { float: right; }

/* Fomulaire de contact */
.formulaire_ecrire_auteur {}
.formulaire_ecrire_auteur .saisie_sujet_message_auteur input.text { width: 100%; }


/* Habillage des portfolios
---------------------------------------------- */
.documents_portfolio li {
	display: inline;
	margin: 0;
	padding: 0;
}
.documents_portfolio a {
	display: inline-block;
	padding: 5px;
	margin-top: 4px;
	margin-right: 5px;
	margin-left: 1px;
	margin-bottom: 2px;
	border: 1px solid #ccc !important;
	color: #FFF;
	background: #fff;
}
.documents_portfolio a:hover {color:#999;opacity:0.8;}
.documents_portfolio img {margin:0;}

.documents_joints .descriptif p {margin:0;}
.none-js{
	display: none;
}
/* Habillage des forums
---------------------------------------------- */
.comments  {margin-top:0.1em;padding:0.2em 0;}
.comments  ul {list-style:none;}
.comment-item {margin:0.5em 0 0 0;padding:0.5em 0 0 0;border-top:1px solid #EED;}
.comments-items .comments-items {margin-left: 25px;padding-left: 20px;border-left:5px solid #ddd;}
.comment-meta { margin: 0; font-weight: bold; }
.comment-meta small { font-size: 100%; }
.comment-meta abbr { border: 0; }
.comment-meta a { text-decoration:none;}
.comment-content .hyperlien { padding: 0; background: transparent; font-weight: normal; }

/* Formulaire de forum */
.forum-titre  {
	margin-top: 0.2em;
	padding: 0.5em 0;
	border-top: 2px solid #CCC;
	font-size: 1.2em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.formulaire_forum {}
.formulaire_forum legend { display: none; }
.formulaire_forum .saisie_titre input.text { width: 100% }
.formulaire_forum .session_qui { display: none; }
.formulaire_forum .saisie_texte .explication { font-size: .9em; font-style: italic; }
html[dir="rtl"] .formulaire_forum .saisie_texte .explication { font-style: normal; }

/* Habillage des petitions
---------------------------------------------- */
#signatures td.signature-date small { white-space: nowrap; }
#signatures .formulaire_recherche { margin: 1.5em auto; text-align: center; }

/* Formulaire de signature */
.formulaire_signature {}

/* ------------------------------------------
/* Sous-navigation et autres menus
/* ------------------------------------------ */

/* Habillage general des menus de nav */
.menu { clear: both; margin-bottom: 1.5em; text-align: left; }
.menu p {}
.menu ul { margin-bottom: 1.5em; }
.menu ul li {}
.menu ul li ul { margin-left: 1em; list-style: none; }
/* Pagination */
.pagination a,
.pagination .on  {
    padding: .2em;
    margin: 0em;
    font-weight: normal;
    font-size: medium;
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    background-color: #C1C1CB;
    border-radius: 0px;
    border: 1px solid #424141;
}
.pagination a {
	  color: #000;
	background-color: #FFF;
	text-decoration: none;
    border: 1px solid #424141;
}
.pagination .on {
	font-weight: bold;
	background-color: #FFF;
	color: #000;
}
.pagination .sep { visibility: hidden; }
.menu_articles .pagination strong {font-size:1em;}

/* Listes d'articles et extraits introductifs */
.menu_articles li { clear: both; margin-bottom: 1.5em; }
.menu_articles li h3,
.menu_articles li h2 {
	margin-top: 0;
	margin-right: 0;
	margin-left: 5px;
	margin-bottom: 0.2em;
}
.menu_articles li p {
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}
.acc {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    text-align: center;
    list-style-type: none;
    font-size: small;
}
.liste0 {
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: medium;
    list-style-type: none;
    line-height: 1em;
    margin-top: 5px;
}
.liste1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	text-align: center;
	margin-left:10px;
	margin-right: 30px;
}
.menu_articles li .enclosures { float: right; text-align: right; max-width: 60%; margin: 0; }
.menu_articles li div {
	margin-top: 0.2em;
	margin-bottom: 0.5em;
	margin-left: 5px;
}
.menu_articles a {text-decoration:none;}
.menu_articles strong {font-size:1.2em;}
 
.menu_breves li {
    color: #0B0B0B;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    text-align: left;
}
.menu_breves li h3 { margin: 0; }

.aside h2 {border-bottom:3px solid #EED;padding-bottom:.1em;}
.aside li {
	margin-top: 0.7em;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0.7em;
	text-align: left;
}
.aside a {
	text-decoration: none;
	color: #737171;
}
.aside a:hover {
	text-decoration: none;
	color: #CC0000;
	background-color: #D9D9D9;	
}
.footer a {text-decoration:none;}
.footer a.spip_out:after {
  content: "";
}

/* ------------------------------------------
/* Autres medias
/* ------------------------------------------ */

@media print {

	/*  Ne pas imprimer */
	.spip-admin,
	.spip-admin-float,
	.spip-previsu { display: none; }
	.repondre,
	.formulaire_spip { display: none; }

	/* Souligner et expliciter les liens */
	a { color: #600; text-decoration: underline !important; }
	a.spip_out:after,
	a.spip_glossaire:after,
	a.spip_mail:after { display: inline; content: " [" attr(href) "]"; }

}
/* fin */
