﻿/* Saisissez votre CSS personnalisé ci-dessous */
h1.entry-title {
color: #e22539;
background-color: rgba(255, 255, 255, 0.8);
	font-variant: small-caps;
		font-weight: 500;
}
h2.post-title.entry-title.post-title a {
color: #e22539;

	font-variant: small-caps;
		font-weight: 500;
}
div.entry-content {
	color: black;
background-color: rgba(255, 255, 255, 0.8); 
font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
padding: 15px 15px;
}

h2 {
	color: #e22539;
		text-align: center;
		background-color: white;
		font-weight: 300;
	font-size: 28px;
}
p {
	font-weight: 500;
		font-size: 16px;
	text-align: justify;
}
.alignleft{
		float:left; margin:0 1em 1em 0
}
.alignright{
		float:right; margin:0 1em 1em 0
}
div.accueil{
	columns: 3 150px;
		column-gap: 20px;
}