body
{
	background: url("Documentation/images_autres/html5.png") no-repeat top right, silver;
}
h1
{
	font-size: 3em;
	text-shadow: 4px 4px 6px black;
    color: white;
	font-family: "Arial Black";
}
h2
{
	text-shadow: 2px 2px 4px white;
	font-family: "Arial Black";
}
h3
{
    color: red;
	font-family: "Arial Black";
}
img
{
	border: none;
}
* { font-family: Georgia; } 
a
{
	text-decoration: none;
	color: #056dff;
}
a:visited
{
    color: #056dff;
}
a:hover
{
	color: red;
}
li
{
	margin-left: -15px;
}
section
{
	margin-left: 285px;
}
nav
{
    padding-left: 10px;
	float: left;
    width: 250px;
	border-radius: 10px;
    border: 4px black solid;
	box-shadow: -6px -8px 6px grey;
}
nav:hover
{ 
	box-shadow: -3px -4px 6px grey;
	border: 3px black solid;
}
footer
{
	width: 95%;
    margin: auto;
	padding-left: 10px;
	border-radius: 10px;
    border: 3px black solid;
}
footer article
{
	display: inline-block;
	vertical-align: top;
	width: 15%;
	padding-left: 5px;
	padding-right: 5px;
	word-wrap: break-word;
}
footer article img
{
	margin-right: 3px;
	float: left;
	background: grey;
	padding: 5px;
	border-radius: 7px;
}
footer article p
{
	margin-top: -10px;
}
.posdroit {	text-align: right; }
.lien_news
{
	background-color: white;
	padding: 2px;
	border-radius: 5px;
}
.barre { text-decoration: line-through; }
.encadre 
{
	background-color: grey;
	border-radius: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
}
.souligne
{
    text-decoration: underline;
}
#titre_projet
{
	width: 335px;
	height: 169px;
	background: url("Documentation/images_autres/titre_projet_sml.png");
	position: absolute;
	left: 10px;
    top: 10px;
	border-radius: 10px;
}