
body		{
		background-color: #113f11;
		color: #dddddd;
		margin-left: 2cm;
		margin-right: 2cm;
		line-height: 142%;
		}

h1		{
		text-align: center;
		margin-bottom: 30px;
		color: #ffffff;
		}

h2		{
		color: #eeeeee;
		/* et c'est tout ? */
		}


h2:before	{
		content: "= ";
		color:	#cf3300;
		font-size: 80%;
		}

h3:before	{
		content: "+ ";
		color:	#cf3300;
		font-size: 80%;
		}

p		{
		text-indent: 1.333em;
		text-align: justify;
		}

p.warning	{
		background-color: #809f9f;
		color:		#ff2222;
		border-width:	2px;
		border-color:	#ff2222;
		border-style:	solid;

		}

p.conclusion	{
		margin-top:	30px;
		text-indent:	1.333em;
		text-align:	justify;
		padding:	10px;
		background-color: #002000;
		color:		#aaaaaa;
		border-width:	1px;
		border-color:	#af5500;
		border-style:	solid;
		}

/*
   Merci, c'est cool d'etre venu voir le contenu de cette feuille de style.
   Elle est loin d'etre parfaite, je suis un indecrotable newbie dans ce
   domaine. Et de toute façon, j'aime bien les sites ouaibes avec un look
   un peu kradoke. Sachez que je peux faire bien pire...
*/

a:link		{ background-color: #227722;
		  color: #aaaaaa; }
a:visited	{ /* background-color: #44cc66; */
		  color: #009988; }
a:hover		{
		background-color: #ff0000;
		color: #000000;
		}

tt		{
		color: #eeeeaa;
		}


