/* Styles générals pour l'ensemble du site */
* {
  text-align: left;
}

body {
	font-size: small;
	color: #ffcccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	background: #000;
}

h1 {
	font-size: medium;
	font-variant: small-caps;
}

h2 {
	font-variant: small-caps;
	font-weight: bold;
	font-size: medium;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFcccc;
}

h3 {
	font-weight: bold;
	font-size: small;
}

ul {
	list-style-type: square;
}

form {
	color: white;
}

table {
	border-collapse: separate;
}

#page {
	background-color: black;
	padding: 8px;
}

tr.even, tr.odd {
	background-color: #101010;
	border-bottom: none;	
}

.view td {
	background-color: #101010;	
}

.view td.active {
	background-color: #303030;	
}

/* Liens pour l'ensemble du site */

a {
	color: #ff9999;
	text-decoration: none;
}

a:hover {
	background-color: #FFcccc;
	color: #aa2020;
	text-decoration: none;
}

/* Styles pour le contenu de l'ensemble du site */

#main {
	background-image: url(images/fond8.jpg);
	background-repeat: repeat-y;
	background-position: top;
	font-size: small;
}

#main table {
	width: 100%;
}

#content .title {
	text-align: center;
	margin-bottom: 2px;
}

/* Styles pour les sidebars */

.sidebar .block ul li {
	font-variant: small-caps;
	font-weight: bold;
	list-style-type: none;
	list-style-image: none;
}

#sidebar-left .block ul li a {
	color: #ff9999;
	text-decoration: none;
	display: block;
	border-width: 1px;
	border-color: #aa2020;
	border-style: dashed;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
}

#sidebar-left .block ul li a:hover, #sidebar-left .block ul li a.active {
	background-color: #ffcccc;
	color: #aa2020;
	border-color: #ffcccc;
	border-style: solid;
}

li a.active {
	color: white;	
}

li a.active:hover {
	color: #aa2020;
	background-color: #ffcccc;	
}

/* Ajustements */
.mceEditor iframe {
	background-color: red;	
}

.faceted-search-facet {
	font-variant: small-caps;	
}

.content {
	margin-top: 15px;	
}

#content {
	margin: 0 1.5em;
}

#content .content p {
	text-align: justify;
}

.field {
	margin-bottom: 10px;	
}

/*.sidebar .block ul li .i18n-link a {
	display: inline;
}*/

.tabs li a {
  color: #aa2020;
}

.tabs li a:hover, .tabs li a:hover {
  color: #b11d14;
}

.node .type {
  text-align: right;
  font-size: smaller;
  font-style: italic;
/*  color: #999;*/
}

UL.menu-root { width: 255px; }

	UL.menu-root LI A { white-space: normal; }


/* Styles spécifiques, devraient être enlevés */

/*
.note {
	font-size: x-small;
	font-style: normal;
}

.majuscule {
	text-transform: uppercase;
}


.iciprinc {
	display: block;
	border-width: 1px;
	border-color: #FFcccc;
	border-style: dashed;
	background-color: #FFcccc;
	color: #aa2020;
}

a#versgenerique {
	font-weight: bold;
	font-size: xx-small;
	color: #aa5555;
	margin: 5px;
}
*/
/* Styles pour le menu de la base de données */
/*
p#menubdd {
	display: inline;
	font-size: 12px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFcccc;
	margin: 50px;
}

p#menubdd a {
	color: #ff9999;
	text-decoration: none;
}

p#menubdd a:hover {
	background-color: #FFcccc;
	color: #aa2020;
	text-decoration: none;
}

#ici {
	background-color: #FFcccc;
	color: #aa2020;
	text-decoration: none;
	font-weight: bold;
}
*/
/* Styles pour les menu secondaire  */
/*
ul#menusec {
	margin: 1px;
	padding: 1px;
	list-style-type: none;
}

ul#menusec li {
	font-size: 11px;
	font-variant: small-caps;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 8px;
}

ul#menusec li a {
	color: #ff9999;
	text-decoration: none;
	display: block;
	border-width: 1px;
	border-color: #aa2020;
	border-style: dashed;
}

ul#menusec li a:hover {
	background-color: #FFcccc;
	color: #aa2020;
	text-decoration: none;
	display: block;
	border-width: 1px;
	border-color: #FFcccc;
	border-style: dashed;
}

#criteres a:hover {
	background-color: transparent;
}
*/
DIV.block { width: 255px; }

DIV.block DIV.content { white-space: normal; }

/*.apachesolr_browse_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}*/

.apachesolr_browse_block h2 {
  display: none;
}
/*.apachesolr_browse_block:after {
  content: "";
  display: table;
  clear: both; 
}*/

.apachesolr_browse_block div { margin-left: auto; margin-right: auto; }
