body
{
	background: silver;
}
* { font-family: Georgia; }
h2
{
	color: white;
	text-shadow: 2px 2px 4px black;
	font-family: "Arial Black";
	background: red;
	border-radius: 10px;
	padding: 5px;
	padding-left: 10px;
	box-shadow: 5px 5px 5px black;
}
h3
{
    color: red;
	font-family: "Arial Black";
}
img
{
	border: none;
}
a
{
	text-decoration: none;
	color: #056dff;
}
a:visited
{
    color: #056dff;
}
a:hover
{
	color: red;
}
.navigation
{
	display: block;
	width: 430px;
	margin: auto;
	text-align: center;
	color: black;
	background: black;
	border: 2px white solid;
	border-radius: 10px;
	padding: 5px;
}
.barre { text-decoration: line-through;}
.souligne { text-decoration: underline; }

.lien_news
{
	background-color: white;
	padding: 2px;
	border-radius: 5px;
}
.premiere_news
{
	border: 3px yellow dotted;
	border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.correction, .correction:visited  { color: green; }

.marge
{ 
	vertical-align: top;
	margin-left: 330px;
}
.image_seance
{
	float: left;
	vertical-align: top;
	border: 3px black solid;
	border-radius: 25px;
	margin-left: 10px;
}