/* CSS Document */
@charset "utf-8";
/*
	Feuille de style principale
	Pour le projet: Orion Qc
	Université Laval - Centre Apti
	Créée le : 28 septembre 2012
	Dernière modification: 29 Novembre 2012
	Par: Jean-Michel Bourget
*/
/* ******************* */
/*     Principales     */
/* ******************* */
@font-face {
  font-family: Oswald;
  src: url('../fonts/Oswald-Regular.ttf');
}
@font-face {
  font-family: LiberationSans;
  src: url('../fonts/LiberationSans-Regular.ttf');
}
* {
  margin: 0px;
  padding: 0px;
}
html,
body,
#wrapper,
#page,
#content {
  height: 100%;
}
body {
  color: #131313;
  font-family: 'LiberationSans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #5e90a9;
  font-family: 'Oswald', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.2em;
}
h1 {
  text-transform: uppercase;
  font-size: 1.75rem;
  margin: 15px 0px 5px;
}
h2 {
  font-size: 1.50rem;
  text-transform: uppercase;
  margin: 15px 0px 5px;
}
h3 {
  font-size: 1.25rem;
  margin: 10px 0px 5px;
}
h4 {
  font-size: 1.125rem;
  margin: 6px 0px 4px;
}
h5 {
  font-size: 1em;
  margin: 6px 0px 3px;
}
h6 {
  font-size: 0.875rem;
  font-weight: bold;
  margin: 6px 0px 3px;
}
p {
  font-size: 1rem;
  padding: 0.5em 0px;
  line-height: 1.2em;
  margin: 0px;
}
a {
  text-decoration: none;
  color: #4086aa;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: #4086aa;
}
img {
  border: none;
  margin: 5px 0px;
}
ul,
ol {
  padding: 10px 0 10px 40px;
}
i,
em {
  font-style: italic;
}
strong,
b {
  font-weight: bold;
}
q,
blockquote {
  display: block;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-left: 50px;
}
pre {
  padding: 10px 0px;
}
sup {
  vertical-align: baseline;
  font-size: 0.7em;
  position: relative;
  top: -0.3em;
}
sub {
  vertical-align: baseline;
  font-size: 0.7em;
  position: relative;
  top: 0.3em;
}
hr {
  background-color: #c7c7c7;
  border-style: none;
  clear: both;
  color: #c7c7c7;
  height: 1px;
  margin: 10px 0px;
}
fieldset {
  border: 0px none;
  margin: 0px;
  padding: 0px;
}
label {
  color: #4086aa;
  font-family: Oswald, Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  padding: 0px 0px 0px 0px;
  margin-right: 10px;
}
.labelWrapper {
  display: inline-block;
  min-width: 200px;
  padding: 0;
}
.textInput {
  width: 325px;
}
.searchField input {
  width: 190px;
}
input {
  padding-left: 3px;
}
input[type=text],
input[type=password] {
  height: 1.7em;
}
input,
textarea,
select {
  /* border-radius: 4px; */
  border: 1px solid #CCCCCC;
  vertical-align: baseline;
  font-family: 'LiberationSans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2em;
}
select {
  /* background: url(../images/select-arrow-white.png) no-repeat right #FFF; */
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #a6a6a6;
  display: block;
  margin: 8px 0px;
  padding: 3px;
}
textarea {
  display: block;
  resize: none;
  min-height: 1.5em;
  width: 100%;
  margin-top: 8px;
  line-height: 1.5em;
  /* padding: 0 2em 0 2em; */
}
textarea:focus {
  outline: none;
}
.nicEdit-panelContain {
  border-radius: 4px 4px 0px 0px;
}
table {
  border-collapse: collapse;
  border-spacing: 0px;
  margin: 15px auto 10px;
  width: 100%;
}
table p {
  padding-top: 4px;
  padding-bottom: 2px;
}
table td,
table th {
  padding: 5px;
}
form table td,
form table th,
form table tr {
  border: none;
}
table td,
table th,
table tr {
  border: 1px solid #000;
}
table th {
  text-align: left;
  text-transform: uppercase;
}
/* ******************* */
/*       Classes       */
/* ******************* */
.clear {
  clear: both;
}
.right {
  float: right;
}
.left {
  float: left;
}
img.left {
  float: left;
  margin: 4px 10px 5px 0px;
}
img.right {
  float: right;
  margin: 4px 0px 5px 10px;
}
.loadingContent {
  text-align: center;
}
.readonly {
  border: none;
  box-shadow: none;
  background-color: transparent;
}
.separatorRound {
  background-image: url(../images/dot.png);
  background-repeat: repeat-x;
  display: block;
  height: 5px;
  margin: 15px 0px 10px;
  width: 100%;
}
.erreur {
  color: #900;
  background-color: #F66;
  border: 1px solid #F00;
}
.succes {
  background-color: #bcffac;
  border: 1px solid #7fe268;
  color: #0e4a00;
}
/* ********* */
/*  Boutons  */
/* ********* */
a.btn {
  color: #777777;
  text-decoration: none;
  min-width: 140px;
}
.btn {
  display: inline-block;
  color: #777777;
  cursor: pointer;
  font-family: 'Oswald', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  margin: 3px;
  padding: 5px 12px;
  text-decoration: none;
}
.btn:hover {
  background-color: #dfdfdf;
}
.btn:active {
  position: relative;
  top: 1px;
}
.btn img {
  margin: 0px 8px 0px 0px;
  vertical-align: middle;
}
.blackBtn {
  background-color: #787878;
  color: #FFFFFF;
}
a.blackBtn {
  color: #FFFFFF;
}
.blackBtn:hover {
  background-color: #404040;
}
/* ********* */
/*  Encadre  */
/* ********* */
.encadre {
  background-color: #e6e6e6;
  border: 1px solid #dcdcdc;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#e0e0e0');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ededed', endColorstr = '#e0e0e0')";
  background-image: -moz-linear-gradient(top, #ededed, #e0e0e0);
  background-image: -ms-linear-gradient(top, #ededed, #e0e0e0);
  background-image: -o-linear-gradient(top, #ededed, #e0e0e0);
  background-image: -webkit-linear-gradient(top, #ededed, #e0e0e0);
  background-image: linear-gradient(top, #ededed, #e0e0e0);
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 10px;
  position: relative;
}
.encadre h1 {
  border-bottom: 1px solid #c7c7c7;
  color: #4086aa;
  margin: 0px;
  padding: 10px 0;
}
.encadre h2 {
  color: #4086aa;
}
.encadre label {
  background-color: transparent;
  border-radius: 0px;
  padding: 0px;
}
/* ******************* */
/*      Connexion      */
/* ******************* */
#connexionPopup,
#aidePopup {
  display: none;
}
#connexionPopup .encadre {
  max-width: 450px;
}
.popup {
  margin: 0 10%;
}
.popup .bClose {
  float: right;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background-color: #c8c8c8;
  margin-top: 8px;
  padding: 3px 5px;
  font-weight: bold;
}
.popup .bClose:hover {
  background-color: #525356;
}
.popup #description {
  max-height: 700px;
  overflow-y: auto;
  padding: 5px 15px;
}
.popup .encadre {
  min-height: 280px;
  min-width: 500px;
}
.popup #formConnexion {
  background-color: #4086AA;
  border-radius: 6px;
  bottom: 30px;
  height: 100px;
  padding: 15px;
  position: absolute;
  right: 15px;
  text-align: right;
}
.popup #formConnexion label {
  color: #fff;
}
.popup input {
  color: #91c3dc;
  margin: 0px 0px 10px;
}
.popup #troisRonds {
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin: -1px;
}
#connexionMessages {
  position: absolute;
  right: 15px;
  top: 110px;
  width: 292px;
}
/* ******************* */
/*       Sidebar       */
/* ******************* */
#sidebar {
  color: #FFF;
  position: fixed;
  padding: 20px 15px;
  width: 203px;
}
#sidebar h1,
#sidebar h2,
#sidebar h3,
#sidebar h4,
#sidebar h5,
#sidebar h6 {
  color: #f0f6f9;
}
#sidebar #titre {
  float: left;
  text-transform: uppercase;
}
#sidebar > p {
  padding: 0px;
}
#sidebar p {
  font-size: 0.75em;
}
#sidebar hr {
  background-color: #b2b2b2;
  color: #b2b2b2;
  margin: 12px 0px;
}
#sidebar #boiteAOutil {
  text-align: center;
}
#sidebar #boiteAOutil #search {
  text-align: left;
}
#sidebar label {
  color: #FFF;
  font-size: 0.8em;
  font-weight: normal;
  /* padding-right: 5px; */
}
#sidebar input {
  border: 1px solid #CCCCCC;
  color: #858383;
  height: 28px;
  margin: 10px 0px;
  width: 198px;
}
#sidebar .styled-select select {
  background: transparent;
  border: none;
  color: #858383;
  margin: 0px;
  padding: 5px;
  width: 120%;
}
#sidebar .styled-select {
  background: url(../images/select-arrow-black.png) no-repeat right #ffffff;
  border: 1px solid #CCCCCC;
  margin: 5px 0px 10px;
  overflow: hidden;
  width: 200px;
}
#sidebar #search a {
  color: #FFF;
  font-size: 0.85em;
  text-decoration: none;
  text-transform: uppercase;
}
#sidebar #search a:hover {
  text-decoration: underline;
}
#sidebar #searchWrapper .btn {
  height: inherit;
  width: inherit;
}
/* ******************* */
/*       Contenu       */
/* ******************* */
#page {
  color: #000;
  position: relative;
  margin-left: 233px;
}
#wrapper {
  background-attachment: scroll;
  background-color: #f6f6f6;
  background-image: url(../images/bg.jpg);
  background-repeat: repeat-y;
  overflow: hidden;
  position: absolute;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
}
#messages,
#rechercheMessage,
#connexionMessages {
  display: none;
  /* Initialiser le bloc d'erreur invisible */
  font-size: 0.85em;
  margin: 4px 0px;
  padding: 2px;
  text-align: center;
}
#content form > div,
#aspects .aspect div > div,
#aspectsAssocies > div {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* ************ */
/*    Header    */
/* ************ */
#header {
  background-color: #2e2f2f;
  position: relative;
  font-family: 'Oswald', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color: #4086aa;
}
#header .limiter {
  width: 745px;
}
#btnsConnexion {
  font-size: 0.9em;
  min-height: 24px;
  padding-top: 2px;
  text-align: right;
}
#btnsConnexion a {
  color: #91c3dc;
}
#nav {
  display: block;
}
#nav ul {
  bottom: 15px;
  list-style: none outside none;
  overflow: auto;
  padding: 0px;
  position: absolute;
  right: 0px;
}
#nav li {
  float: left;
  margin: 0px 2px;
  position: relative;
}
#nav li a {
  color: #91c3dc;
  display: block;
  padding: 5px 15px;
}
/* ************* */
/*    Contenu    */
/* ************* */
#content .limiter {
  padding: 20px 15px 50px 40px;
  width: 700px;
}
#page #content {
  overflow: auto;
}
.sousSection {
  font-size: 0.75em;
  margin-bottom: 10px;
}
.sousSection .auteur {
  color: #87907d;
  font-weight: bold;
}
/*
#section, .sousSection {
	color: #4086aa;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 15px;
	line-height: 1.7em;
	text-transform: uppercase;
}
*/
#termesDeRecherche,
#section {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.85em;
  color: #000;
  font-style: italic;
  line-height: 1.7em;
}
.sousSectionRecherche {
  color: #4086AA;
  margin-top: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.btnContainer {
  background-color: #f0f6f9;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  height: 38px;
  margin-top: 15px;
}
/* ********* */
/*   Liste   */
/* ********* */
.lettreIndex {
  float: left;
  font-family: 'Oswald', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 1.75rem;
  color: #777;
  margin-top: 10px;
  color: #4086aa;
}
.miniThumb {
  float: left;
  margin: 0 15px;
  box-shadow: 2px 2px 5px #666666;
}
.infoSpacer {
  margin-left: 30px;
}
/* ********* */
/*   Fiche   */
/* ********* */
.fiche .thumbnail {
  float: right;
  position: relative;
}
.fiche .thumbnail > img {
  border: 1px solid #eee;
  max-height: 230px;
  max-width: 300px;
  min-width: 150px;
}
.fiche .file-upload {
  overflow: hidden;
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -72px;
}
.file-upload .btn {
  width: 80%;
}
.fiche .file-upload input {
  left: 0px;
  font-size: 20px;
  height: 100%;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.metadataWrapper {
  padding: 0;
  margin: 0;
  /*    display: none; */
}
.metadataWrapper textarea {
  width: 627px;
}
.emptyMetadata {
  display: none;
}
/* ******************* */
/*        Footer       */
/* ******************* */
#footer {
  height: 30px;
}
/* ******************* */
/*      UI Jquery      */
/* ******************* */
.ui-dialog {
  margin: 0px auto;
}
/* ******************* */
/*       Aspects       */
/* ******************* */
#aspects .aspect h2 {
  font-size: 1em;
  margin: 0 0 1px;
  padding: 6px 10px 6px 40px;
}
#aspects .aspect {
  margin: 10px 0px;
}
.ui-icon-arrow_normal {
  background-color: #666;
  background-image: url(../images/arrow_aspect_normal.png);
  background-repeat: no-repeat;
}
.ui-icon-arrow_selected {
  background-color: #666;
  background-image: url(../images/arrow_aspect_selected.png);
  background-repeat: no-repeat;
}
#wrapperAjouterAspect select {
  display: inline;
  margin: 8px;
}
#aspectsAssocies,
#aspectsWrapper * {
  z-index: 1;
}
#aspectsAssocies {
  background-color: #ececec;
  border: 1px solid #b4b4b4;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 10px 15px;
  position: relative;
}
#aspectsAssocies div label:first-child {
  background-color: transparent;
}
#aspectsAssocies label {
  border-radius: none;
  color: #000;
  font-family: 'Oswald', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding: 0px;
}
.linkArrowRight {
  color: #4086aa;
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 0.8em;
  text-align: left;
  padding-right: 23px;
}
.linkArrowRightUp {
  background-image: url(../images/up_arrow.png);
}
.linkArrowRightDown {
  background-image: url(../images/down_arrow.png);
}
/* *********************** */
/* Ronds couleurs checkbox */
/* *********************** */
.rightCircle {
  background-image: url("../images/rechercher_rond.png");
  background-repeat: no-repeat;
  bottom: 0px;
  height: 49px;
  padding: 55px 3px 0px;
  position: absolute;
  right: 30px;
  width: 148px;
}
#page #content .aspectA {
  background-color: #40aa45;
}
#page #content .aspectB {
  background-color: #4086aa;
}
#page #content .aspectC {
  background-color: #7740aa;
}
#page #content .aspectD {
  background-color: #e324e1;
}
#page #content .aspectE {
  background-color: #a8a3a8;
}
#page #content .aspectF {
  background-color: #070503;
}
#page #content .aspectG {
  background-color: #744e2c;
}
#page #content .aspectH {
  background-color: #d5492d;
}
#page #content .aspectI {
  background-color: #ea9128;
}
#page #content .aspectJ {
  background-color: #52e1c4;
}
.regular-checkbox {
  display: none;
}
.regular-checkbox + label {
  border-radius: 9px;
  color: #FFFFFF;
  display: inline-block;
  font-weight: normal;
  height: 19px;
  margin-right: 0px;
  padding: 0px;
  position: relative;
  vertical-align: middle;
  width: 18px;
}
.regular-checkbox:checked + label:after {
  color: #FFFFFF;
  content: '\2714';
  font-size: 18px;
  font-weight: bold;
  left: 2px;
  position: absolute;
  top: -3px;
}
/* ******************* */
/*      Recherche      */
/* ******************* */
.plus {
  display: inline;
  margin-top: 1px;
  vertical-align: middle;
}
.listeFiches ul {
  padding: 0px;
}
.listeFiches ul li {
  list-style-type: none;
  font-size: 0.9em;
  /* list-style-position: inside; */
  padding: 10px 15px;
  margin: 2px 0px;
}
.listeFiches li:nth-child(odd) {
  background-color: #f0f6f9;
}
.listeFiches li:nth-child(even) {
  background-color: #fefefe;
}
.listeItem {
  margin-left: 25px;
}
.lienFiche {
  color: #4086aa;
  /* padding-left: 20px; */
  font-family: 'Oswald', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1.125em;
}
.descriptionFiche {
  color: #444444;
  padding-left: 25px;
  padding-top: 5px;
}
.quickaccess {
  font-family: 'Oswald', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
.listeOeuvres {
  margin-top: 24px;
}
