BODY  {
	background-color : #0561A4;
	font-size : 12px;
}


DIV 	{
	margin-top : 13px;
}

A {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #D4E6B2;
	text-decoration : none;
}

A:hover {
	color : #FFFFFF;
}

A:Active {
	color: #FFFFFF;
}

A.Puce {
	vertical-align: text-top;
	padding-left: 20px;
	margin-left: 10px;
	background-image: url(../images/puce.gif);
	background-repeat: no-repeat;
	background-position: left;
}

A.Puce:hover {
	color: #FFFFFF;
	background-image: url(../images/puce_sel.gif);
	background-repeat: no-repeat;
	background-position: left;
}

A.Puce:Active {
	color: #FFFFFF;
	background-image: url(../images/puce_sel.gif);
	background-repeat: no-repeat;
	background-position: left;
}


.SM {
	// Sous Menu visible/* attributs obligatoires */
	visibility: visible;
	display: block;
	/* d'autres attributs de votre choix... */
	width : 150px;
	font-size : 10px;
	background-color : #0077BB;	
	padding : 5px;
	border : 1px outset #00C0FF;
	position : absolute;
	left : 100;
	
}

.cache {
   /* uniques attributs de cette classe */
   visibility: hidden;
   display: none;
}
