/* Feuille de style CSS par défaut pour un nouveau projet d'application Web */

BODY
{
    /*BACKGROUND-COLOR: #38aaf1;*/
    BACKGROUND-COLOR: #38aaf1;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}


.Menu
	{
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration:none;
	color:black;
	}
	.MenuPrincDesel a
		{
		color:#000000;
		text-decoration:none;
		}
	.MenuPrincDesel a:hover
		{
		color:#000000;
		text-decoration:underline;
		}


.MenuPrincDesel
	{
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration:none;
	color:black;
	}
	.MenuPrincDesel a
		{
		color:#000000;
		text-decoration:none;
		}
	.MenuPrincDesel a:hover
		{
		color:#000000;
		text-decoration:underline;
		}

.MenuSousDesel
	{
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	color:black;
	text-decoration:none;
	}
	.MenuSousDesel a
		{
		color:#000000;
		text-decoration:none;
		}
	.MenuSousDesel a:hover
		{
		color:#000000;
		text-decoration:underline;
		}

.MiniSousDesel
	{
	font-size: 9px;
	font-family: Verdana, Helvetica, sans-serif;
	color:black;
	text-decoration:none;
	}
	.MenuSousDesel a
		{
		color:#000000;
		text-decoration:none;
		}
	.MenuSousDesel a:hover
		{
		color:#000000;
		text-decoration:underline;
		}

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;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
