/* CSS Document */

/*iamge et description*/
.asdf {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #000000;
}

a.description:link {
	color: #000000;
	text-decoration: none;
	background-color: #ff0045;
}
a.description:visited {
	text-decoration: none;
	color: #000000;
}
a.description:hover {
	text-decoration: underline;
	color: #000000;
	background-color: #ffffff;
}
a.description:active {
	text-decoration: underline;
	color: #000000;
}
.date {
	font-size: 9px;
	line-height: 11px;
}
.titre {font-size: 18px}
.short_desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: underline;
}

.description{
	color: #ffffff;
	text-decoration: none;
	background-color: #ff0045;
	font-size: 10px;
	
}


/* menu */
.menu{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	text-transform: uppercase;
}

a.menu:link {
	text-decoration:none;

}
a.menu:visited {
	text-decoration:  line-through;
	
}
a.menu:hover {
	text-decoration:  line-through;
	color: #ff0045;
}
a.menu:active {
	text-decoration: underline;
	color: #00ffba;
}
/*balise */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 9px;
	color: #000000;
		margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	
	color: #00ffba;
}
a:link {
	text-decoration: underline;

}
a:visited {
	text-decoration: underline line-through;
	
}
a:hover {
	text-decoration: none;
	color: #00ffba;
}