#left{
width: 200px;
}
#button_title{
color: #AAAAAA;
font-size: 20px;
font-family: Verdana;
margin-left: 5px;
}
#right{
font-family: verdana;
font-size: 12px;
}
#right a{
font-size: 12px;
color: orange;
}
ul{
font-size: 12px;
}
div.sub_menu ul{
width: 160px;
/*margin-left: 10px;*/
margin-left: -25px;
list-style-type: none;
}
* html div.sub_menu ul{
margin-left: 10px;
}
div.sub_menu ul li {
padding-bottom: 10px;
margin: 10px 0px 10px 0px;
border-bottom: 1px solid #444444;
}
div.sub_menu ul li a{
font-family: Arial;
font-size: 14px;
text-decoration: none;
color: #EEEEEE;
}
div.sub_menu ul li a.active{
color: #2089ee;
}
TABLE#list{
	width: 500px;
	border: 1px 1px 1px 1px;
	background-color: #1d4b94;	
}
TABLE#list.commande{
	width: 100%;
	border: 1px 1px 1px 1px;
	background-color: #1d4b94;
	
}
TABLE#list.commande input{
	text-align: right;
	border : 0px;
	background: white;
	width: 100px;
}
TABLE#list.commande td.qte{
	text-align: right;
	border : 0px;
	background: white;
}	
TABLE#list caption{
	color: white;
	background-color: #1d4b94;
}	
TABLE#list th{
	color: white;
	background-color: #275fb5;
	font-size: 10pt;
	font-family: arial;
}
TABLE#list th.date{
	width:100px;
}		
TABLE#list th.boolean{
	width:50px;
}			
TABLE#list th.texte250{
	width:250px;
}		
TABLE#list th.texte100{
	width:100px;
}	
TABLE#list th.langue{
	width:75px;
}	
TABLE#list td.pair{
	color: white;
	background-color: #4c71a9;
	font-size: 9pt;
	font-family: arial;
	padding-right: 5px;
	padding-left: 5px;
}
TABLE#list td#nopadding{
	
	padding-right: 0px;
	padding-left: 5px;
	
}
TABLE#list td.impair{
	color: white;
	background-color: #5d82ba;
	font-size: 9pt;
	font-family: arial;
	padding-right: 5px;
	padding-left: 5px;
}
TABLE#list a{
	color:#ffe444;
	text-decoration: none;
}		
TABLE#list a:hover{
	color:   #ffc222;
	text-decoration: underline;
}