a:link, a:visited{
	color: blue;
	text-decoration: none;
}
 a:hover,  a:active{
	 color: red;
	 text-decoration: none;
 }
 
em{
	font-weight : bold;
	font-size : 1.2em;
	color : navy;
}
h1{
font : bold 3.5em Batang, arial, serif;
color: maroon;
text-align: center;
}
h2{
	text-align: center;
	font-size: 1.5em;
}
h3{
	color : navy;
}
legend {
	font-size: 12px;
	font-weight : bold ;
}
p{
	font-size:15px;
	font-family:Arial, Sans-serif;
}
strong{
font-weight : bold;
}
table{
border-collapse: collapse;
font-family: arial;
font-size: 12px;
border: 1px solid black;

}
tr:nth-child(odd){
background-color:#E1F5A9;
}
tr:nth-child(even){
background-color: white;
}
tr.entete{
background-color: yellow;
}
td{
	padding-left:10px;
}
.acces {
	background-color:orange;
}
.agauche{
	float: left;
}
.adroite{
	float: right;
}
.annee {
	font-style: italic;
	font-weight: bold;
}
.appel{
	font-size : 1em;
	font-style: italic;
	color: maroon;
}
.bouton{
	border:0 ;
	background:inherit;
}
.clair{
	background-color: white;
}

.container {
  column-count: 3;
  column-width: 200px;
  column-gap: 1em;
  column-fill: balance;
  column-rule-width: 5px;
  column-rule-style: dotted;
  column-rule-color: blue;
 -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
          page-break-inside: avoid; /* Firefox */
               break-inside: avoid; /* IE 10+ */
               break-inside: avoid-column; /* W3C */ 
}


.consignes{
	font-size: 0.8em;
	color: navy;
	font-style :italic;
	text-align:center;
}
.gris{
	background-color: grey;
}
.hs{
	background-color :#9FF781;
}
.invisible{
	display: none;
}

.maj{
	font-size : 1.5em;
	font-family : arial, sans-serif;
	font-style : italic;
	font-weight : bold;
	color : red;
	
}

.maj2{
	font-size : 1.1em;
	font-family : arial, sans-serif;
	font-style : italic;
	color : red;	
}

.menu{
font-family: arial;
font-size: 1.2em;
border: 1px solid black;
color: blue;
margin: 20px;
padding-left: 20px;
background-color :#F8E0F7;
}
.notice{
	padding: 20px;
}
.perso
{
color: navy;
font-style: italic;
font-size: 12px;
background-color: #FF6347;	
}
.petit
{
font-size:10px;
}
.presentation{
	font-family : arial, sans-serif;
	font-size : 1.2em;
	color : black;
}
.ref{
color: navy;
font-style: italic;
font-size: 12px;
}
.rubr
{
text-transform: lowercase;
}
.scan {
	background-color:#9FF781;
}
.sommairemenu {
	font-family : arial, sans-serif;
	font-size : 1em;
	color : navy;
	
	
}


.sommairemenu a /* Contenu des listes */
{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
}
.tit{
font-weight : bold;
}
.titre{
	font-size : 1.5em;
	font-weight : bold;
	color : navy;
	text-align : center;
}
.une{
font-size : 14px;
border: 1px solid red;
color: blue;
margin: 10px;
padding-left: 10px;
background-color :#7CFF5A;
color : #191970;	
}

.visible{
	display:inline;
}
#cache{
	height:0;
	width:0;
	background:none;
	border:0;
}

#choix{
	background-color:#F8E0F7;
}
#listes{
	display: table-cell;
	vertical-align: top;
}
#nouveaute{
	font-family : arial, sans-serif;
	font-style : normal;
	font-weight : bold;
	color : black;
	font-size:15px;
}

.listemaj ul{
	font-style: oblique;
}
}