/*************************************************
Projet jmwQCM_js
style.css : feuille de style

Auteur : Jean Marc Wehrlen

Version 20120508

*****************************************************/

body {
	background: rgb(200,255,200);
	}

td {
	background: rgb(200,200,255);
	}
h6	{
	font-weight: normal;
	font-style: italic;
	text-align: center;
	margin: 0px;
	}

hr	{
	margin-top: 20px;
	}

.commandLinks {
	background: rgb(200,255,200);
	}

a:hover{
	color: red;
	}
