/*
Created on : 8 déc. 2015, 10:06:35
Author : michelgeny
*/
h4.multilignes {
    line-height: 1.3em;
}
hr.blue {
    border: 1px solid #A1BBE2;
    margin-top: 10px;
    margin-bottom: 10px;
}
.text-bold-16 {
    color: #66512c;
    font-weight:500;
    font-size:1.1em;
}

/*----- mise en forme des notes -----*/
a.numnote, a.numnote2 {
    color: #007BFF;
    font-size:1.5rem;
    line-height:1rem;
    font-weight: 600;
    text-decoration:none !important;
}
a.numnote2 {
    font-size:1.25rem;
}
a.numnote:focus, a.numnote2:focus {
    outline: 0;
}
a.numnote:hover, a.numnote2:hover {
    color: #F00 !important;
    text-decoration:none !important;
}
div.note-doc {
    display: none;
}

/*----- images -----*/
.img-bordered {     /* se remplace sous BS4 par : border border-secondary rounded */
	padding:2px;
	border:1px solid #999999;    
}
