BODY {
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	background-color:#47494D;
	background-repeat:repeat-x;

}
/* --------- BACKGROUND ---------------------------- */
.norepeat{
background-repeat:no-repeat;
}

/* --------- TEXT ---------------------------- */
STRONG {	
color:#35AA55;
font-weight:bold;
}

.lien_vert {	
color:#35AA55;
font-weight:bold;
text-decoration:none;
}

.lien_vert:Hover {	
color:#35AA55;
font-weight:bold;
}

.title
{
	font-weight: bold;
	font-size: 9pt;
	text-transform: uppercase;
	color: #f0f7fd;
	font-family: arial;
	text-decoration: none;
}

HR{ 
color:#35AA55;
position:relative;
top:-5px;
width:100%;
height:1px;
text-align:left;
}

TD {	
text-decoration:none;
font-family: arial;
color:white;
font-size: 8pt;
font-weight:normal;

}

.menu{}

.menu_over{	
background-color:#ff6600;
}
.menu_over2{	
background-color:#35AA55;
}

.menu A{
text-decoration:none;
font-family: arial;
color:white;
font-size: 8pt;
font-weight:bold;
}

.ejs_scroll {font-size:10px;font-family:Verdana;color:#FFFFFF;}

/* ----------------------- LINK ------------------- */	
A {
text-decoration:none;
font-family: arial;
color:#ff6600;
font-size: 8pt;
font-weight:bold;
}

A:Hover {	
text-decoration:none;
font-family: arial;
color:white;
font-size: 8pt;
font-weight:bold;
}

.sub_menu {
text-decoration:none;
font-family: arial;
color:white;
font-size: 8pt;
font-weight:bold;
}

.sub_menu:Hover {	
text-decoration:none;
font-family: arial;
color:#A4D0FC;
font-size: 8pt;
font-weight:bold;
}
	  	  
/* ----------------------- FORMS ------------------- */	
input,textarea,select {
	background-color: #2F3336;
	color:#ffffff;
	font-family: arial;  
	font-size: 11px; 
	font-weight: normal; 
	border-color: #666666;
	border-style: solid; 
	border-width: 1px;
	width:100%;
}
.btn{
	background-color: #37A657;
	color:#ffffff;
	font-family: arial;  
	font-size: 11px; 
	font-weight: bold; 
	border-color: #09511E;
	border-style: solid; 
	border-width: 1px;
	height:16px;
}	
	




