/* A */
A:link	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#000000;
	}
	
/* lienGris A */
.lienGris A:link
	{	
	text-decoration:	none;
	color:	#606060;
	}
.lienGris A:visited
	{	
	text-decoration:	none;
	color:	#606060;
	}
.lienGris A:active
	{	
	text-decoration:	none;
	color:	#606060;
	}
.lienGris A:hover
	{	
	text-decoration:	underline;
	color:	#606060;
	}
	
/* Autres */

.titrePage
{
	font-weight:bold;
	font-size:large;
}

.sousTitrePage
{
	font-size:smaller;
	font-style:italic;
	color:	#707070;
}

.tablePhotoTN
{
	width:140px;
	height:110px;
	/*background-color:#000000;
	border-bottom:solid 1px #AFAFAF;
	border-right:solid 1px #AFAFAF;*/
}

.tdPhotoTN
{
	text-align:center;
	vertical-align:middle;
}

.linkButton
{
	font-size:small;
	font-weight:bold;
}

.linkButtonX
{
	font-size:x-small;
}

.linkButtonBold
{
	font-size:small;
	font-weight:bold;
}

.linkButtonItalique
{
	font-size:x-small;
	font-style:italic;
}

.linkButtonItaliqueBold
{
	font-size:x-small;
	font-style:italic;
	font-weight:bold;
}

.CitationLabel
{
    font-style:italic;
}

.cartoucheJournee
{
	width:100%;
	border-bottom:solid 3px #005500;
	background-color: #55AA55;
	margin-bottom : 2px;
	padding-bottom : 2px;
	padding-left : 2px;
}
.cartoucheJournee a, .cartoucheJournee a:hover, .cartoucheJournee a:link
{
	color : #005500;
	font-weight:bold;
	font-size:large;
	text-decoration:none;
}
