* a {
	color:#009900;
	text-decoration: none;
	font-weight: normal;
}

* a:hover {
	color:#009900;
	text-decoration: underline;
	font-weight: normal;
}



html,body {
	margin: 4px;
	padding: 0;
	background: url(images/pix.gif);
	color:#009900;
	font-family:Comic Sans MS;
	text-align:center;
	font-weight: normal;
}

h5, h6 {
	margin:0;
	padding:4px;
	text-align:center;
}
/***
 * Conteneur
 **/
#conteneur{
	margin: 0;
	padding: 0;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	font-family: "Comic Sans MS";
	font-size: 28px;
	text-align: center;
	color: green;
}
#conteneur .titre{
	margin: 0;
	padding: 0;	
	margin-bottom: 50px;
	
}
#conteneur a{
	margin: 0;
	padding: 0;
	font-size:14px;
	font-weight: bold;
	text-decoration: none;
	color: green;
}

#conteneur a:hover{
	margin: 0;
	padding: 0;
	font-size:14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFCC00;
	background-color: green;
}

#conteneur .mots{
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-decoration: none;
	color: #FFCC00;
}

#bandeau_gauche {
	position: absolute;
	top: 2px;
	left: 0%;
	width: 200px;
	height: 361px;
	color: #009900;
	font-family:arial;
	font-size:10px;
}

#bandeau_droite {
position: absolute;
	left:88%;
	top: 2px;
	margin:0;
	padding:0;
	width: 140px;
	color: #009900;
	font-family:arial;
	font-size:10px;
}

/***
 * Copyright"
 **/
#copyright{
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 10px;
	color: green;
	font-family: "Comic Sans MS";
	text-decoration: none;
	background-image: url(images/pix.gif);
}
#copyright a{
	color: green;
	}

#copyright a:hover{
	color: #FFCC00;
	background-color: green;
	}