/*css*/	
/*informations pour toutes les classes*/
	h1 {
		color: black; 
		font-size: 50px;  
		}
	a {
		color: grey; 
		text-decoration: none;}
	a:hover {
		color: green; 
		text-decoration: underline;}
	#booksta {
		display: block ;
		margin: 0 auto;
		border-radius: 40px ;
		text-align: center;
	}
	#ua {
		float: left;
	}
	#mon-entete {
		background-color: #f2d492;
		padding: 20px 40px 20px 40px;
		border-radius: 10px;
		margin: 5px;
	}
.photoinfo {
	display: flex;
}
#information {
	text-decoration: underline;
	font-weight: bold;
}

#autres { 
	text-decoration: underline; 
}
.sociaux {
	text-decoration: underline;
}
#reseau {
	float: right;
}
/*information pour le milieu*/
	
body {
		text-align : justify;
		font-family: 'Roboto', sans-serif;
		background-color: #efe7e7;
	}
	h1,h2,h4 {
		font-family: 'Gemunu Libre', sans-serif;
		text-align: center;
	}
#texts {
	font-family: lato;
}
	.navbar-default {
    background-color: #b8b08d;
    border-color: #b8b08d;

}

/*information pieddepage*/
	#basdepage {
		font-family: 'Roboto', sans-serif;
	}
	#lienfb {
		color:#00272b ;
	}
	#lienbooknode {
		color: #00272b;
	}
	#lieninsta {
		color: #00272b;
	}
	#lienfb:hover, #lieninsta:hover, #lienbooknode: hover {
		color: #b8b08d;
	}
	h3 {
		text-decoration: underline;
		margin: 10px;
		
	}
	#aboutme {
		margin: 10px;
	}
	h4 {		
		background-color: #1b4965;
		padding: 20px 40px 20px 40px;
		color: white;
		border-radius: 20px;

	}
.text {
	text-align: left;
}

	#lire {
		float: right;
	}