	body, *
	{
		margin:0px;padding:0px;
	}
	body
	{
		background-color:#f5ffe5;
		font-family: 'Trebuchet MS';
		font-style: normal;
		font-weight:normal;
		color: #006600;   /**/
	}
	a {
		text-decoration:none;
	}
	a:link, a:visited, a:active 
	{
		color:#990000;
	}
		a:hover {
		color:#ff0000;
	}
	a.menu_bleu:link, a.menu_bleu:visited, a.menu_bleu:active 
	{
		color:#00bbff;
	}
		a.menu_bleu:hover {
		color:#00bbff;
	}
	.titre_bleu_2 
	{
		font-size:4.5em;
		color:#00bbff;
	}
	.titre_bleu_3 
	{
		font-size:2.5em;
		color:#33bbee;
	}
	.titre_vert_3 
	{
		font-size:2em;
		color: #22aa00;
	}
	.titre_menu 
	{
		font-size:1.8em;
		color: #00bbff;
	}
	.notice 
	{
		font-size:.8em;
		color: #000000;
	}
	#conteneur 
	{
		position:relative;
		background-color:#ffffff;
		width:601px;
		margin:0px auto 0px 15%;  /*100px      margin:0px auto 0px auto;*/
		border-right:2px solid #22aa00;
		border-left:1px solid #99dd00;
	}
	#menu_float 
	{
		position:absolute;
		z-index:1;
		top:100px;
		left:595px;
		width:150px;
		background-color:#ffffff;
		margin:0px;
		padding:50px 5px;
		border:1px solid #00bbff;
	}
	.menu {
		font-size:.8em;
		margin-bottom:10px;
	}
