/* 17-01-2007 - 06-12-2007 */
body
{
	background-image: url('images/background.png');
	background-repeat: no-repeat;
	margin-top: 325px;
	margin-left: 25px;
	margin-bottom: 50px;
	margin-right: 50px;
	font-family: times new roman;
}

object
{
	position:absolute;
	top: 175px;
	left: 0px;
	
}

h1
{
	color: green;
	font-family: impact;
	font-size: 50px;
	margin-bottom: 50px;
	width: 925px;
}

h2
{
	font-family: "comic sans MS";
	font-style: italic;
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 10px;
}

p
{
	font-size: 20px;
	margin-top: 10px;
	width: 925px;
}

p.erreur
{
	font-size: 14px;
	color: red;
	width: 325px;
}

p.note
{
	font-size: 12px;
	width: inherit;
}

li
{
	font-size: 20px;
	width: 925px;
}

a.titre
{
	font-size: 30px;
}
a.titre:link
{
	text-decoration: none;
	color: black;
}
a.titre:visited
{
	text-decoration: none;
	color: black;
}
a.titre:hover 
{
	text-decoration: none;
	color: red;
}
a.titre:active
{
	text-decoration: none;
	color: red;
}

a.texte
{
	font-size: 20px;
}
a.texte:link
{
	text-decoration: underline;
	color: green;
}
a.texte:visited
{
	text-decoration: underline;
	color: green;
}
a.texte:hover 
{
	text-decoration: underline;
	color: white;
	background: green;
}
a.texte:active
{
	text-decoration: underline;
	color: red;
}

a.menu
{
	font-size: 10.5px;
}
a.menu:link
{
	text-decoration: underline;
	color: green;
}
a.menu:visited
{
	text-decoration: underline;
	color: green;
}
a.menu:hover 
{
	text-decoration: underline;
	color: white;
	background: green;
}
a.menu:active
{
	text-decoration: underline;
	color: red;
}

img
{
	border-collapse: collapse;
}

img.logo
{
	position:absolute;
	top: 315px;
	left: 500px;
}

img.plume
{
	position:absolute;
	top: 315px;
	left: 600px;
}