/* Propriétés des liens */
div#content span.fileList a:link,
div#content span.fileList a:active,
div#content span.fileList a:visited
{
	color: #367c2b;
	text-decoration: underline;
}
div#content span.fileList a:hover
{
	color: #e18400;
	text-decoration: underline;
}

div#content a:link,
div#content a:active
{
	color: #367c2b;
	text-decoration: underline;
}
div#content a:visited
{
	color: #134645;
	text-decoration: underline;
}
div#content a:hover
{
	color: #e18400;
	text-decoration: underline;
}

div#page #content .textContentTopLink
{
	color: #4e8b44;
	text-decoration: none; 
}
div#page #content .textContentTopLink:hover
{
	text-decoration: underline; 
	color: #e18400;
}
div#top #header a
{
	font-size: 12px; font-weight: normal; color: white;
	text-decoration: none;
}
div#top #header a:hover
{
	font-size: 12px; font-weight: normal; color: white;
	text-decoration: underline;
}
div#page #middle #content .textContentTop
{
	margin-left: 48px;
	margin-top: 2px;
	padding: 0;
	border: 0;
	position: relative;
	z-index:1; 
	color: #868477;
}
div#middle #content h1
{
	margin: 39px 102px 0 48px;
	padding: 0;
	border: 0;
	font-size: 26px; font-weight: bold; color: #e2a855;
	position: relative;
	z-index: 1;
}
div#middle #content h2
{
	margin: 20px 0 0 0;
	padding: 0;
	border: 0;
	font-size: 18px; font-weight: bold; color: #608d88;
	z-index:2;
	position: static;
}

div#middle #content div.csc-header h1
{
	margin: 20px 0 0 0;
	padding: 0;
	border: 0;
	font-size: 18px; font-weight: bold; color: #608d88;
	z-index:2;
	position: static;
}

div#middle #content h3
{
	margin: 10px 0 0 0;
	padding: 0;
	border: 0;
	font-size: 16px; font-weight: normal; color: #000000;
}
div#middle #content ul
{
	margin: 10px 0 0 0;
	padding: 0 0 0 18px;
	list-style-image: url(../img/puceVerte.gif);
	font-size: 12px; font-weight: normal; color: #000000;
}
div#middle #content li .couleurLstText
{
	font-size: 12px; font-weight: normal; color: #000000;
}
div#accueil #middle #content li
{
	margin: 0 0 1px 0;
	padding: 5px 5px 5px 5px;
}
div#accueil, #page #middle #content #contentText, #contentLeft .textContentLeft
{
	font-size: 12px; font-weight: normal; color: #000000;
}
div#middle .gras
{
	font-weight: bold;
}
div#accueil #middle #content #contentLeft .textContentLeftBottom
{
	font-size: 14px; font-weight: bold; color: #000000;
	margin-bottom: 29px;
}
div#accueil #middle #content #contentRight .titreActualites
{
	font-size: 15px; font-weight: bold; color: #e2a855;
}
div#middle #content #contentText .textContentLeftNotI
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px; font-weight: normal; color: #000000;
}
div#page #middle #content #contentText .linkFooter
{
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	color: #367c2b;
}
div#page #middle #content #contentText .linkFooter:hover
{
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: underline;
	color: #e18400;
}
div#page #middle #content #contentText .couleurLstText
{
	font-size: 12px; font-weight: normal; color: #000000;
}
div#page #middle #content #contentText .formatDate
{
	font-size: 12px; font-weight: normal; color: #868477;
}

/* --------------------------------------------------- actualites --------------------------------------------------- */

div#page #middle #content ul p
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px; font-weight: normal; color: #000000;
}

/* added to comply with tt_news link generation */
p.gras a
{
	font-weight: bold;
}

div#linkNews a 
{
	color: #868477;
	text-decoration: none;
}
div#linkNews a:visited
{
	color: #868477;
	text-decoration: none;
}
div#linkNews a:link
{
	color: #868477;
	text-decoration: none;
}
div#linkNews a:hover
{
	color: #e18400;
	text-decoration: underline;
}

div#linkNewsRetour a:visited, div#linkNewsRetour a
{
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	color: #367c2b;
}

div#linkNewsRetour a:hover
{
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: underline;
	color: #e18400;
}


