/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

td
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1	{	
	font-family: Arial;
	font-size:	12pt;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	/*color: #3F3F3F;*/
	color: #FFFFFF;
	background-color: #565656;
	/*background-color: #983911;*/
	margin-bottom: 8px;
	margin-top: 0;
	padding: 1px 1px 1px 3px;
	}
H2	{	
	font-family: Arial;
	font-size:	8pt;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #15141A;
	margin-bottom: 0;
	margin-top: 0;
	}

H3	{	
	font-family: Arial;
	font-size:	10pt;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #831416;
	display:inline;
	}	

H4	{	
	font-family: Arial;
	font-size:	12pt;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	/*color: #3F3F3F;*/
	color: #FFFFFF;
	background-color: #565656;
	/*background-color: #983911;*/
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 1px 1px 1px 3px;
	}	
H5	{	
	font-family: Arial;
	font-size:	8pt;
	font-weight: bold;
	font-style: normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: Black;
	margin-bottom: 0;
	margin-top: 0;
	}
H6	{	
	font-family: Arial;
	color: black;
	font-size:	8pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-top: 10;
	padding-left: 0;
	margin-bottom: 0;
	}		
A
{
	font-size: 8pt;
	color: #AD6B4F;
	font-family: Arial;
	text-decoration:none;
}
.submenu
{
	padding: 4px;
	background-color: #983911;
	border-top: 1px solid #ffffff;
}
.submenu A 
{
	color: #ffffff;
}

.submenu A:hover 
{
	color: #CCCCCC;
}

A:hover
{
	font-size: 8pt;
	color:#006699;
	font-family: Arial;
}

A.topLink
{
	font-size: 10pt;
	color: White;
	font-style:italic;
	font-family: Arial;
	text-decoration:none;
}
A.topLink:hover
{
	font-size: 10pt;
	color: silver;
	font-family: Arial;
	text-decoration:none;
}
A.SMParent A
{
	color:Green;
	background-color: Lime;
}
.smallred
{
	color:#AD6B4F;
}
.adresse
{
	padding-right: 10px;
}