/** Liens **/
a.bigLink
{
	text-transform:uppercase;
	font-size:12px;
}

/** Titres **/
h1
{
	font-size:14px;
	color:#0075C0;
	text-transform:uppercase;
	padding-bottom:5px !important;
	margin-bottom:15px !important;
	z-index:50;
}
h1.left
{
	height:25px;
	background:url("/themes/cash/images/under_title_left.gif");
	background-repeat:no-repeat;
	background-position:left 20px;
}
h1.right
{
	
	background:url("/themes/cash/images/under_title_right.gif");
	background-repeat:no-repeat;
	background-position:right bottom;
	height:auto;
}
h2
{
	font-size:12px;
	color:#0075C0;
	text-transform:uppercase;
}
p
{
	line-height:200%;
}

.bleu-ciel
{
	color:#0099ff;
}