/* GENERAL */

a{
	color:#FF9900;
	text-decoration:underline;
}

a:hover{
	text-decoration:underline;
}

.navlink{
	color: #FF9900;
	text-decoration:none;
	font-weight: bold;
}

/* POSITIONNEMENT DES CONTENUS (LAYERS) */

#animation {
	position:absolute; 
	left: 0px; 
	top: 0px; 
	width:260px; 
	height:281px; 
	z-index:2;
	background-image: url(../agglo/img/animation.jpg);
}

/* BREVES */

.titrebreve {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9900;
	font-weight: bold;
}

.titrebreve a{
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9900;
	font-weight: bold;
	text-decoration:none;
}

.titrebreve a:hover{
	text-decoration:underline;
}




/* NAVIGATION GAUCHE (NAVLEFT) */

TD#navleftcontent	{
	background-image: url(../agglo/img/degrade.jpg);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	background-repeat: repeat;
}