h1 {
	color: Chocolate;
    text-align: center;
    font-size: 50pt;
}

h2 {
	margin-top: 100px;
	margin-bottom: 5px;
    color: #2980B9;
    font-size: 30pt;
}

h3 {
	margin-top: 25px;
	margin-bottom: 5px;
    color: IndianRed;
    font-style: italic;
    font-size: 20pt;
}


h4 {
    margin-top: 25px;
    margin-bottom: 5px;
    color: Orange;
    font-style: italic;
}

h5 {
    margin-top: 5px;
    margin-bottom: 5px;
    color: Gold;
    font-style: italic;
}

h6 {
	margin-bottom: 0px;
    color: Plum;

}

.rst-content blockquote {
    margin-left: 0px;
    line-height: 24px;
    margin-bottom: 24px;
}

.rst-content img {
    margin-left: 10px;
    line-height: 24px;
    margin-bottom: 20px;
}

blockquote {
    background-color: #FF1493;
	/*background-color: #d9edf7;*/ changement provisoire
	padding: 15px;
	border: 1px solid;
	border-radius: 8px;
	border-color: #2980B9;
    
}

mark {
	font-weight: normal;
	background-color: #d9edf7;
	padding: 1px;
	padding-left: 4px;
	padding-right: 4px;
}

ul {
	/*font-size: 16px;*/ marche pas
}

li {
	margin-bottom: 8px;
	
}

.wy-nav-side {
    color: #259bbd;
    /*border-left-width: 0px;*/
}

.wy-menu-vertical a {
    border-left-width: 0px;
    padding-left: 3em;

}



.note {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.admonition {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 12px;
    text-align: left;
}
.admonition-title {
    color: #fff;
    font-weight: bold;
    display: block;
    color: #fff;
    background: #6ab0de;
    margin: -12px;
        margin-bottom: -12px;
    padding: 6px 12px;
    margin-bottom: 12px;
}
