html
{
	font-family: Verdana;
	font-size: 11px;
	width: 90%;
}

body
{
	background: url("../img/bg.jpg") repeat-x;
	width: 80%;
	margin-left: 10%;
}

.code
{
	background: #dedede;
	padding: 10px;
	margin: 10px;
	width: 50%;
	border: 1px #5e5e5e dashed;
}

h1
{
	text-align: center;
	color: #39394c;
	padding: 20px;
	background: #dedede;
	border: 1px #5e5e5e dotted;
}

h2
{
	font-size: 16px;
	color: #3b4263;
	text-decoration: underline;
	margin-top: 50px;
}

h3
{
	text-align: right;
	color: #3b4263;
	background: #dedede;
	margin: 40px 0px;
	padding: 5px;
	background: #dedede;
	font-weight: normal;
	border: 1px #5e5e5e dotted;
}

img
{
	margin: 20px;
}

.fonction
{
	color: #3f5288;
	font-weight: bold;
}

.fonction2
{
	font-weight: bold;
}

.fonction3
{
	color: #b65f4b;
}

.fonction4
{
	color: #3e6d3e;
}

.fonction5
{
	color: #604482;
}

.fonction6
{
	color: #427683;
}