/* Feuille de style CSS par défaut pour un nouveau projet d'application Web */

BODY
{
	BACKGROUND-COLOR: #ffebdc;
    FONT-FAMILY: Arial;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
  }
A:link	{	
	text-decoration:underline;
	color:saddlebrown;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:saddlebrown;
	}	
		
A:active	{	
	text-decoration:	underline;
	color: #000066;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	saddlebrown;
	}

IMG 	
{
	border-width:0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.invisible
{
	background-color: #8bb0ca;
	border-style:none;
}
.cross
{
	cursor:crosshair
}
.noborder
{
	border-style:groove;
	border-top-width: thin; 
	border-right-width: thin; 
	border-bottom-width: thin; 
	border-left-width: thin;
	border-color:#E8E8E8;
	
}

.pointille
{
	border-bottom:none 0px transparent;
	border-right:none 0px transparent;
	border-top:none 0px transparent;
	border-left:none 1px black;

	font-size:xx-small;
}

.thin
{
	border-top-width: thin; 
	border-right-width: thin; 
	border-bottom-width: thin; 
	border-left-width: thin;
}
.thinDroit
{
	border-top-width: thin; 
	border-right-width: thin; 
	border-bottom-width: thin; 
	border-left: none;
}


.thinGauche
{
	border-top-width: thin; 
	border-left-width: thin; 
	border-bottom-width: thin; 
	border-right: none;
}
.indent
{
	text-indent:5pt;
}
.girl
{
	color:Gray;
	font-weight:bold;
	text-indent:5;
}
.titre
{
	text-align:center;
	background:#eaeaea;
	color:#000066;
	letter-spacing:2pt;
	font-weight:bold;
	text-transform:uppercase;
	}

.barre
{
	text-indent:5;
	letter-spacing:2pt;
	background:peachpuff;
	color:saddlebrown;
}

TD
{
	font-size:8pt;
}

.jour
{
	word-spacing:2pt;
}
