

a {
text-decoration:underline;
}


h4
{
	font-size: 1.5em;
}

.content
{
	margin: 0 20px;
}

.content a
{
	color: #fff;
	text-decoration:underline;
}

.blanc 
{
	color: #fff;
	text-decoration:none;
	font-weight:bold;
}


.content p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 1.7em;
	color: #ddd;
}

.content p.linkage a {
	 color: #fff; 
	font-size: 1.7em;
	text-decoration:underline;
}

/*.content p.linkage a
{
	color: #fff;
	background: url('../images/bg/biglink_off.gif') center right no-repeat;
	padding: 10px 20px;
	text-decoration: none;
}

.content p.linkage a:hover
{
	background: url('../images/bg/biglink_on.gif') center right no-repeat;
	font-style: italic;
}*/


