﻿/****************************************************************
	Liens du menu
*****************************************************************/
a,a.menu, .commentaire
{
	color: #006ec3;
	text-decoration: none;
}

a.titre, a.titre:hover
{
	text-align: left;
	font-family : Comic sans MS;
	font-size : 17px;
	color : #006ec3;
	text-decoration : none;
}

a:hover,a.menu:hover
{
	text-decoration : underline;
}

.sous_cat a:hover
{
	text-decoration : underline;
}

.commentaire:hover
{
	text-decoration: none;
}

/****************************************************************
	Liens pour bulle info
*****************************************************************/

div.tooltip{
      padding: 5px;
      margin: 5px;
      background-color: #F0F0F0;
    }






