/* Import Google font pour les titres */
@import url(http://fonts.googleapis.com/css?family=Aldrich|Inconsolata);
/* --------------------------------------------
/* General
/* -------------------------------------------- */
body { background: #04061E; color: #AEBAB9; }

/* Police (web safe fonts) : Choisir une police en "de-commentant" une ligne */
/* serif */
/*body { font-family: Georgia, serif; }*/
/*body { font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; }*/
/*body { font-family: "Times New Roman", Times, serif; }*/
/* sans-serif */
/*body { font-family: Arial, Helvetica, sans-serif; }*/
/*body { font-family: "Arial Black", Gadget, sans-serif; }*/
/*body { font-family: "Comic Sans MS", cursive, sans-serif; }*/
/*body { font-family: Impact, Charcoal, sans-serif; }*/
/*body { font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; }*/
/*body { font-family: Tahoma, Geneva, sans-serif; }*/
/*body { font-family: "Trebuchet MS", Helvetica, sans-serif; }*/
/*body { font-family: Verdana, Geneva, sans-serif; }*/
/* monospace */
/*body { font-family: "Courier New", Courier, monospace; }*/
/*body { font-family: "Lucida Console", Monaco, monospace; }*/

/* Hyperliens */
a, a:visited { color: #B08340; } 
a:hover, a:active { background-color: transparent; color: #fff; }
a:focus { background-color: transparent!important; color: #fff!important; }
/* Boutons d'admin */
a.spip-admin-boutons:hover, a.spip-admin-boutons:active { background: #ddd; color: #000; }

/* Google font pour l'ensemble des pages */
body { font-family: 'Inconsolata', sans-serif; font-size: 120%; }
/* Google font pour les titres */
.header, .nav, .footer, h1, h2, h3 { font-family: 'Aldrich', sans-serif; }

/* --------------------------------------------
/* Blocs principaux
/* -------------------------------------------- */
/* Bloc principal de page */
.page, #menu-principal { max-width: 1325px; }
.page { background: #04061E; }
/* Menu horizontal en haut d'ecran */
#menu-principal { background: #04061E; border-bottom: 1px solid #ddd; }
#menu-principal ul li a:hover { background-color: #080D3D; }
/* Entete */
.header { background: #000 url(img/banner.jpg) no-repeat; font-size: 90%; }
.header a.banner { color: #ddd; }
.header a.banner:focus, .header a.banner:hover, .header a.banner:active { color: #ddd!important; }
/* Menu horizontal des "secteurs" */
.nav li { background: #000; }
.nav li a { color: #B08340; }
.nav li.on a { background: #080D3D; color: #fff; }
.nav li a:hover, .nav li a:active { background: #080D3D; color: #fff; }
/* Blocs de contenu */
.content { background-color: #04061E; }
.footer { border-top: 1px solid #ddd; }

/* --------------------------------------------
/* Contenu de page
/* -------------------------------------------- */
/* Pagination */
.pagination .disabled .on, .pagination a { background: transparent; border: 1px solid #333; }
.pagination .disabled .on { color: #333; }
.pagination a:hover { background: #080D3D; }
/* Elements divers du contenu */
.arbo .on { color: #aaa; }
.chapo { border: none; }
abbr.published, .menu_articles li small, .menu_breves li small { color: #aaa; }
.spip_code { border: 1px solid #ddd; background-color: #eee; color: #333; text-shadow: none; }
/* Mini-sommaire article */
#sommaire_article .sommaire_article_titre { border-bottom: 1px solid #333; }
/* Listes et tableaux */
table.spip { font-size: 75%; }
table.spip tbody tr th, table.spip tr td { background: #eee; color: #000; }
table.spip tbody tr.odd th, table.spip tr.odd td { background: #ddd; }
table.spip tr:hover td { background: #ccc; }
/* Formulaires */
.formulaire_spip input.text, .formulaire_spip textarea, select { background: #eee; }
/* Formulaire inscription */
.aside .formulaire_spip { border-top: 1px solid #aaa; }
/* Forums */
.comments, .forum-titre { border-top: 5px solid #ddd; }
.comments-items .comments-items { border-left: 5px solid #ddd; }
a.permalink { color: #aaa; }
a.permalink:hover { color: #fff; }
.info { background-color: #eee; border: 2px solid #ccc; color: #000; }
.info legend { color: #000; background: #ddd; border: 1px solid #aaa; }

.page_sommaire .content .menu li { border-bottom: 1px solid #333; padding-bottom: 10px; }
#gotop { background: url(img/gotop.png) no-repeat center center; }
#gobottom { background: url(img/gobottom.png) no-repeat center center; }
.nav, .nav li a, .footer, .aside .menu, #sommaire_article, table.spip tr.even td {
	background: #080D3D; /* Old browsers */
	background: -moz-linear-gradient(top, #080D3D 0%, #04061E 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #080D3D 0%, #04061E 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #080D3D 0%, #04061E 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#080D3D', endColorstr='#04061E',GradientType=0 ); /* IE6-9 */
}

/* --------------------------------------------
/* Affichage sur petits ecrans
/* -------------------------------------------- */
@media (max-width: 640px) {
body { font-size: 100%; }
.aside .menu, .footer, .content { padding: 5px; }
}
