body{
	background-color: rgb(213, 203, 181);	color: black;}

header {
	font-family: Baskerville, Garamond;
	font-size: 58pt;
}

footer {
	font-family: times new roman,sans-serif;
}

nav {
	}

section {
		
}

p {
	text-align: justify;}

a {
	border: 0px;
}

.sommaire {
	font-family: times new roman,sans-serif;
	text-align: justify;
}



.titre {
	font-family: helvetica,arial,sans-serif;
	font-size: 16pt
}

.rubrique {
	font-family: times new roman,sans-serif;
	font-size: 12pt
}

.texte_article {	
	padding:5px;
	margin:10px;
	-moz-column-count:3;
	-moz-colum-width:30%;  
	-moz-column-gap:20px;
	-webkit-column-count:3;
	-webkit-colum-width:30%;  
	-webkit-column-gap:20px;
	column-count:3;
	colum-width:30%;  
	column-gap:20px;
	font-family: Baskerville, Garamond;
	font-size: 12pt	
}

.image {
	text-align: center;
	font-size: 10pt;
	font-family: Baskerville, Garamond;
}

figure {
	text-align: center;
	display: inline-block;
}

figcaption {
	font-family: Baskerville, Garamond;
	font-size: 10pt;
	text-align: center;
}
