

.btn-primary {
	background-color:#3DA688;
	border-color:#3DA688;
}

a#read:hover {
	 background-color:#6BBEC9;
	 border-color:#6BBEC9;
}

a#down:hover {
	 background-color:#6BBEC9;
	 border-color:#6BBEC9;
}

a#audio:hover {
	 background-color:#6BBEC9;
	 border-color:#6BBEC9;
}


h5#titre {
	 color: grey;
	 text-align: center;
	 margin: 8px;
}

h5#titre2 {
	 color: grey;
	 text-align: center;
	 margin-top: 40px;
	 margin-bottom: 20px;
	 
}


#info {
	 margin-top: 50px;
}

 img#lecture {
    width: 280px;
}

@media (min-width: 150px) {
    img#lecture {
        width: 80%;
    }
} 


@media (max-width: 575px) {
    img#lecture {
        width: 60%;
    }
}    
