<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
/* 	font-family: Verdana, serif; Police cool utilisÃ©e sur l'ancien site mais pas assez compressÃ©e horizontalement =&gt; il faut descendre la taille de police*/
/*	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */
/*	background: rgba(0, 0, 0, 0) url("ressources/fond.png") repeat*/
	background-image: url("ressources/fond.png");
/*	font-size: 12px;*/
}

h1 {
    margin-bottom: 3px;
    margin-top: 3px;
}

.table {
    background-color: white;
}

.txt_cours table td {
    padding: 10px;
}

.txt_cours blockquote {
	border-left:0em solid #eee;
    font-size: 14px;
    margin:0em 0em;
    padding:0.1em 0.1em;
}

.txt_cours blockquote last-child {
	margin-bottom:0;
}
	
.txt_cours h1 {color: #808080;}

.collapse.width {
    height: auto;
    -webkit-transition: width 0.35s ease;
    -moz-transition: width 0.35s ease;
    -o-transition: width 0.35s ease;
    transition: width 0.35s ease;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.top-buffer { margin-top:5px; }

.vertical_align {
/*    display:table-cell; */
    vertical-align:middle;
/*    text-align:center; */
}

/*
.parent {
    display: table;
    table-layout: fixed;
}

.child {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
*/

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    background-color: white;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

.tab_aide
{
/*	border: 2px solid black; */
}

.tab_aide th,td
{
/*	border: 1px solid black; */
    padding: 5px;
}</pre></body></html>