/* CSS Document */

/* Links */
a  {
	font-size : 12px;
	color : #000099;
	text-decoration : underline;
}

a:hover  {
	color: #BF4A38;
	text-decoration : none;
}

/* BODY - TD - INPUT - TEXTAREA - SELECT - IMG -> en général*/
BODY  {	
	font-family:Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #000000;	
	margin-left: 5px;
	margin-top: 5px;	
}

TD {
	font-size : 12px;
	font-family : Verdana;
	color : #000000;
}

INPUT, TEXTAREA, SELECT{
	font-family: verdana;
	font-size: 12px;
}

IMG {
	border-width: 0px;
}

/* TABLE - TD - LI */

.greytable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background-color: #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6C7C8B;
	border-right-color: #6C7C8B;
	border-bottom-color: #6C7C8B;
	border-left-color: #6C7C8B;
}

td.blackTD {    
    text-align: center;
		text-valign: middle;  
		color: #FFFFFF; 
		background:	#000000;
		padding-left: 5px;
		padding-right: 5px;		       	
}

td.Left {    
    text-align: center;
		text-valign: middle;  
		color: #FFFFFF; 
		background:	#000000;
		padding-left: 5px;
		padding-right: 5px;		
		border-top-width: thin;	
		border-bottom-width: thin;		
		border-top-style: solid;				
		border-bottom-style: solid;		
		border-top-color: #FFFFFF;				
		border-bottom-color: #FFFFFF;				       	
}

td.Right {    
    text-align: center;
		text-valign: middle;  
		color: #FFFFFF; 
		background:	#000000;
		padding-left: 5px;
		padding-right: 5px;
		border-top-width: thin;		
		border-left-width: thin;
		border-bottom-width: thin;		
		border-top-style: solid;		
		border-left-style: solid;
		border-bottom-style: solid;		
		border-top-color: #FFFFFF;		
		border-left-color: #FFFFFF;
		border-bottom-color: #FFFFFF;				       	
}


li {
  list-style: url(../img/icon/Redarrow.gif) outside;
}
