/* Default CSS Stylesheet for a new Web Application project */

BODY {
    BACKGROUND-COLOR: white;
    padding:0px;
    margin:0px;
}

body, td, tr, table, input, select, textarea, checkbox, radiobutton {
	font-family : Verdana;
	font-weight : normal;
	font-size : 11px;
	text-decoration : none;
}

A:link,A:visited,A:active	{	
	text-decoration:	none;
}
A:hover	{
	color : #FF0000;
	text-decoration:	underline;
}
	
TD {
	font-family : Verdana, Arial, Helvetica;
	font-size : 11px;
	color : #8A8A8A;
	font-weight : normal;
}





.LienIntro, .LienIntro:link, .LienIntro:visited, .LienIntro:active {
	font-family : Verdana, Helvetica, Arial;
	font-size : 10px;
	font-weight : normal;
	color : White;
	text-decoration : none;
}
a.LienIntro:hover {
	text-decoration : underline;
}

.introTexte {
	font-family : Verdana, Helvetica, Arial;
	font-size : 10px;
	font-weight : normal;
	color : #d0d0d0;
}

