/**
 *	+-----------------------------------------------------------------------------------------+
 *	Deuil-Jeunesse - Public Site
 *	Text CSS Style
 *	+-----------------------------------------------------------------------------------------+
 */
div>p:first-child
{
	margin-top:						0 !important;
}
div>p:last-child
{
	margin-bottom:						0 !important;
}



/**
 *	+-----------------------------------------------------------------------------------------+
 *	Core
 *	+-----------------------------------------------------------------------------------------+
 */
body, td
{
	font-family:					Verdana, Arial, Helvetica, sans-serif;
	font-size:						12px;
}

a
{
	text-decoration:				none;
	color:							#cd8637;
}

a:hover
{
	text-decoration:				underline;
}
