/* Styles outrepassant la feuille "bootstrap" de base */
/* Personnalisations diverses */

/* Pour le secteur exos */
.editor {
	display:block;
	margin:0 0 10px;
	padding:6px;
	width:95%;
	background:#FFF;
	border:#AAA 1px solid;
	font-size:13px;
}
contenu.editor {
  min-height:100px;
}
/* Fin secteur exos */

body
{
    padding-top: 10px;
}

#gradient {
    background: -moz-linear-gradient(181deg, #8C8C8C 0%, #3B3B3B 99%, #3B3B3B 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #3B3B3B), color-stop(1%, #3B3B3B), color-stop(100%, #8C8C8C)); /* safari4+,chrome */
    background: -webkit-linear-gradient(181deg, #8C8C8C 0%, #3B3B3B 99%, #3B3B3B 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(181deg, #8C8C8C 0%, #3B3B3B 99%, #3B3B3B 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(181deg, #8C8C8C 0%, #3B3B3B 99%, #3B3B3B 100%); /* ie10+ */
    background: linear-gradient(269deg, #8C8C8C 0%, #3B3B3B 99%, #3B3B3B 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3B3B3B', endColorstr='#8C8C8C',GradientType=1 ); /* ie6-9 */ 
		width: 94%;
		margin: auto;
		padding: 2px;
		border-radius: 10px;
	}
gap-right
{
    margin-right: margin-right: 10px;;
}
/* Bouton de menu type "hamburger" */
.navbar-brand {
	display:none
}
/* Définition des titres selon le secteur */
 h1.titre-neutre {
		font-family: 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Bright';
		color: #6789AE;
		text-align: center;
		padding: 0.5em;
		border-bottom: 1px solid grey;
 }
 h1.titre-annuaire {
		font-family: 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Bright';
		color: #802000;
		text-align: center;
		padding: 0.5em;
		border-bottom: 1px solid grey;
 }
 h1.titre-sequences {
		font-family: 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Bright';
		color: #995c00;
		text-align: center;
		padding: 0.5em;
		border-bottom: 1px solid grey;
 }
 h1.titre-gt {
		font-family: 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Bright';
		color: #4d6600;
		text-align: center;
		padding: 0.5em;
		border-bottom: 1px solid grey;
 }
 h1.titre-lca {
		font-family: 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Bright';
		color: #cca300;
		text-align: center;
		padding: 0.5em;
		border-bottom: 1px solid grey;
 }
 h1.titre-vocabulettres {
		font-family: 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Bright';
		color: #7561A8;
		text-align: center;
		padding: 0.5em;
		border-bottom: 1px solid grey;
 }
 h1.titre-blogs {
		font-family: 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Bright';
		color: #6789AE;
		text-align: center;
		padding: 0.5em;
		border-bottom: 1px solid grey;
 }
 h1.titre-spip {
		font-family: 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Bright';
		color: #00a3cc;
		text-align: center;
		padding: 0.5em;
		border-bottom: 1px solid grey;
 }
 h1.titre-ouvrages {
		font-family: 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Bright';
		color: grey;
		text-align: center;
		padding: 0.5em;
		border-bottom: 1px solid grey;
 }
/* Définition des onglets de menu */
 a#menu-spip {
    font-weight: bold;
  	color: #00a3cc;
  	border-right: 1px solid #00a3cc;
		border-left: 1px solid #00a3cc;
  	border-bottom: 2px solid #00a3cc;
  	border-top: 4px solid #00a3cc;
  	height: 4.5em;
  	padding: 0.5em;
 }
 a#menu-repertoire {
    font-weight: bold;
  	color: #802000;
  	border-left: 1px solid #802000;
  	border-bottom: 2px solid #802000;
  	border-top: 4px solid #802000;
  	height: 4.5em;
  	padding: 0.5em;
 }
 a#menu-sequences {
  	font-weight: bold;
  	color: #995c00;
  	border-left: 1px solid #995c00;
		border-bottom: 2px solid #995c00;
  	border-top: 4px solid #995c00;
  	height: 4.5em;
  	padding: 0.5em;
 }
 a#menu-gt {
    font-weight: bold;
  	color: #4d6600;
  	border-left: 1px solid #4d6600;
  	border-bottom: 2px solid #4d6600;
  	border-top: 4px solid #4d6600;
  	height: 4.5em;
  	padding: 0.5em;
 }
 a#menu-lca {
    font-weight: bold;
  	color: #cca300;
  	border-left: 1px solid #cca300;
  	border-bottom: 2px solid #cca300;
  	border-top: 4px solid #cca300;
  	height: 4.5em;
  	padding: 0.5em;
 }
 a#menu-vocabulettres {
    font-weight: bold;
  	color: #7561A8;
  	border-left: 1px solid #7561A8;
  	border-bottom: 2px solid #7561A8;
  	border-top: 4px solid #7561A8;
  	height: 4.5em;
  	padding: 0.5em;
 }
 a#menu-blogs {
    font-weight: bold;
  	color: #6789AE;
  	border-left: 1px solid #067CA2;
  	border-bottom: 2px solid #067CA2;
  	border-top: 4px solid #067CA2;
  	height: 4.5em;
  	padding: 0.5em;
 }
/* Mise en page aérant les paragraphes qui présentent des suites de liens */
 p.catenae-vicinae {
 		line-height: 1.5em;
 }
 div#pied-de-page {
    background-color: #6685AF;
		width: 90%;
		padding: 1em;
 }

	#google {
	 display:none;	 
	}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
	font-weight: bold;
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* Personnalisation des radio buttons */
.bigradio {
 -webkit-appearance:button; 
 -moz-appearance:button; 
 appearance:button; 
 border:3px solid #000; 
 background:#fff; 
 width:20px; 
 height:20px; 
 border-radius:50%;
}
.bigradio:checked{
  border: 5px solid #4099ff;
}
/* Checkboxes basées sur glyphicons */
input[type='checkbox'].tags-checkbox:checked + label > i:first-of-type,
input[type='checkbox'].tags-checkbox + label > i:last-of-type{
    display: none;
}
input[type='checkbox'].tags-checkbox:checked + label > i:last-of-type{
    display: inline-block;
}

/* ATTENTION */
/* Seulement si écran de taille réduite */
@media screen and (max-width:768px) {
  /* Bouton hamburger */
  .navbar-brand {
	display:inline;
	}
	/* Recherche Google corps de page */
	#google {
	 display:inline;
	}

  a#menu-spip {
  	border-right: 1px solid #00a3cc;;
  	height: 3.5em;
 }
 a#menu-repertoire {
  	border-right: 1px solid #802000;
  	height: 3.5em;
 }
 a#menu-sequences {
  	border-right: 1px solid #995c00;
  	height: 3.5em;
 }
 a#menu-gt {
  	border-right: 1px solid #4d6600;
  	height: 3.5em;
 }
 a#menu-lca {
  	border-right: 1px solid #cca300;
  	height: 3.5em;
 }
 a#menu-vocabulettres {
  	border-right: 1px solid #7561A8;
  	height: 3.5em;
 }
 a#menu-blogs {
  	height: 3.5em;
  	border-right: 1px solid #6789AE;
 }
 /* Aération supplémentaire des & avec liens consécutifs */
 p.catenae-vicinae {
 		line-height: 2.5em;
 }
}