@charset "UTF-8";
.bckgrd01 {
	background-image: url(../structure/bckgrd.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.linkbutton {
	font-family:'Playfair Display', Times New Roman, sans-serif;
	font-size: 12pt;
	color: #000;
	text-decoration: none;
}
.title01 {
font-family:'Vidaloka', Times New Roman, serif;
	font-size: 14pt;
	color: #000;
	text-decoration: none;
}
.title01lettrine {
	font-family:'Vidaloka', "Times New Roman", serif;
	font-size: 14pt;
	color: #000;
	text-decoration: none;
	font-style: italic;
}

.title01lettrineitalic {
	font-family:'Vidaloka', "Times New Roman", serif;
	font-size: 14pt;
	color: #000;
	text-decoration: none;
	font-style: italic;
}
.title02 {
	font-family:'Vidaloka', "Times New Roman", serif;
	font-size: 12pt;
	color: #000;
	text-decoration: none;
	font-style: italic;
}
.txtnormal {
	font-family:'Source Code Pro', "Times New Roman", sans-serif;
	font-size: 12pt;
	color: #000;
	text-decoration: none;
	line-height: 15pt;
}
.txtcommentaires {
	font-family:'Source Code Pro', "Times New Roman", sans-serif;
	font-size: 12pt;
	color: #000;
	text-decoration: none;
	line-height: 15pt;
	font-style: italic;
	font-weight: bold;
}
.txtitalic {
	font-family:'Vidaloka', "Times New Roman", serif;
	font-size: 12pt;
	color: #000;
	text-decoration: none;
		font-style: italic;
	line-height: 15pt;
}

.lettrine {
	font-family:'Vidaloka', "Times New Roman", serif;
	font-size: 20pt;
	color: #000;
	text-decoration: none;
	line-height: 15pt;
}

.articlemsg{
	font-family:'Vidaloka', "Times New Roman", serif;
	font-size: 16pt;
	color: #000;
	text-decoration: none;
	line-height: 19pt;
	font-style: italic;
}

.articleauteur{
	font-family:'Source Code Pro', "Times New Roman", sans-serif;
	font-size: 10pt;
	color: #000;
	text-decoration: none;
	line-height: 15pt;
	text-align:right;
	
}

.italictxt01{
	font-family:'Source Code Pro', "Times New Roman", sans-serif;
	font-size: 12pt;
	color: #000;
	text-decoration: none;
	line-height: 18pt;
	text-align:right;
	font-style: italic;
	
}
.italictxtbold{
	font-family:'Source Code Pro', "Times New Roman", sans-serif;
	font-size: 12pt;
	color: #000;
	text-decoration: none;
	line-height: 15pt;
	text-align:right;
	font-style: italic;
	font-weight:bold;
	
}
.shadoweffect{
	-moz-box-shadow: 3px 3px 3px #888;
-webkit-box-shadow: 3px 3px 3px #888;
box-shadow: 3px 3px 3px #888;
}