﻿#apropos{
	font-size: 1.25em;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #01211D;
	background: #5d8d89;
	background: -moz-radial-gradient(center, ellipse cover,  #5d8d89 63%, #537c84 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(63%,#5d8d89), color-stop(100%,#537c84));
	background: -webkit-radial-gradient(center, ellipse cover,  #5d8d89 63%,#537c84 100%);
	background: -o-radial-gradient(center, ellipse cover,  #5d8d89 63%,#537c84 100%);
	background: -ms-radial-gradient(center, ellipse cover,  #5d8d89 63%,#537c84 100%);
	background: radial-gradient(ellipse at center,  #5d8d89 63%,#537c84 100%);
}
#apropos p{
	width: 80%;
	margin: 10px auto;
	text-align: justify;
	font-family: "Trebuchet MS", Tahoma, Geneva, Verdana, sans-serif;
	text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
	line-height: 2em;
}
#apropos a, #apropos b{
	font-size: 1.25em;
	color: black;
	text-decoration: none;
}
#apropos a:hover{
	text-decoration: underline;
}
#NotaBene{
	font-size: 0.9em;
}
#content table{
	margin: 2% auto 2% auto;
	width: 70%;
}
#content .imgArt img{
	border: 2px solid rgb(200,200,255);
	border-radius: 5px;
	max-width:100%;
}
#content .textArt{
	padding-left: 2%;
}
#content .textArt h2{
	font-family: articleTitle, Tahoma, Geneva, Verdana, sans-serif;
	font-size: 2.8em;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white, -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
	margin-top: -0.4em;
}
.textArt a{
	color: rgb(232,80,10);
}
#content .textArt .date{
	margin-top: -25px;
	color: rgb(60,60,60);
	font-size: 1.1em;
}
#content .textArt p{
	text-align: left;
	padding: 0;
}