/* fichier css */ 
/*************************
HOST
***************************/

body {
	color:black;
	background-color:white;
	background-image:url(bibliotheque.png);
}

h1{
	color: red;
	text-align: center;
}

h2 {
	text-align: center;
}

h3 {
	color: white;
}

.subtitle{
	color: black;
}

.listes {
	color: black;
}

h4 {
	color: white;
}

li {
	color: white;

}

.row {
	color: black;
}

.milieu {
	text-align: center;
}

.grosseur {
	font-size: 40px;
}



.presentation{
	font-size: 25px;
}

#contact {
	color: black;
	margin-top: 10px;
}

#button-contact{
	margin-top: 10px;
	margin-left: 1px;
}

#facebook {
	margin-right: 100px;
}

#photo {
	border-radius: 60%;
}

#langues {
	color: black;
}

/*******************************
Formations
*******************************/

.list-fac li {
	color: black;
}

.name-school{
	color: black;
}


.title-block{
	display: block;
}

.title-page{
	width: 95%;
    margin-left: auto;
    margin-right: auto;
    background: #110707;
	color: white;
	font-size: 42px;
	padding-top: 20px;
	padding-bottom: 20px;
}