/* CSS ImageConcept */

BODY
{
	background-color: #333333;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal; 
	scrollbar-face-color:#808080; 
	scrollbar-arrow-color:#FFCC00; 	
	scrollbar-track-color:#aaaaaa; 	
	scrollbar-highlight-color:#CCCCCC; 	
	scrollbar-3dlight-color:#FFFFFF; 	
	scrollbar-shadow-color:#808080; 
	scrollbar-darkshadow-color:#000000;
	color: #CCCCCC;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-image: url(../Images/Background.jpg);
}

SELECT, INPUT, BUTTON, TEXTAREA
{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 7pt;
	font-weight:bold;
	background-color:#C5BBAF;
}

FORM
{
	margin: 0px;
	border: 0px;
}

TD
{
	font-size: 9pt;
}

H1, H2, H3, H4, H5, TH, HEAD, TFOOT
{
	color: #cccccc;
}

TABLE
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}


A:link
{
	font-family: Tahoma, Verdana, sans-serif;
	text-decoration: none;
	color: #cccccc;
}

A:visited
{
	font-family: Tahoma, Verdana, sans-serif;
	text-decoration: none;
	color: #cccccc;
}

A:active
{
	font-family: Tahoma, Verdana, sans-serif;
	text-decoration: none;
	color: #cccccc;
}

A:hover
{
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: bold;
	text-decoration:none;
	color: #f18216;
}

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;
}

.BigFont
{
	font-size: 13pt;
}

.SmallFont
{
	font-size: 8pt;
}

.XSmallFont
{
	font-size: 7pt;
}

.XXSmallFont
{
	font-size: 6pt;
}

.MenuLook
{
	font-family:Tahoma;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/LogoFrame.jpg);
	background-attachment:inherit;
}

.NewsDescription
{
	font-size:7pt;
}

.Lien:link
{
	text-decoration: underline;
}

.Lien:active
{
	text-decoration: none;
}

.Lien:visited
{
	text-decoration: underline;
}

.Lien:active
{
	text-decoration: none;
}

.CouleurFondSeparation
{	
	background-color:#454545;
}

.LienMenu
{
	font-size:8pt;	
}

.Keywords
{
	color: #f18216;
	font-weight: bold;
}

.Navigation td
{
    font-size:12pt;
}



