<!--  
Author  : Dany Boisvert
Date	: 2002/08/08
Desc	: Feuille de styles
-->

.title	{
			font-size : 18px;
			font-weight : bold;
			font-family	: arial;
			text-align : center
		}
		
.title_left	{
			font-size : 16px;
			font-weight : bold;
			font-family	: arial;
			text-align : left
		}
		
.link	{
			font-size : 12px;
			font-family : verdana;
			text-decoration : none
		}
		
A:visited { color : blue }

TD 	{
	font-size : 12px;
	font-family : verdana;	
	vertical-align : top;
}
	
TH 	{
		font-size : 12px;
		font-family : verdana;
	}

H2	{
		font-family : verdana;
	}	
	
.footer {
			font-size : 11px;
			font-family : verdana;
		}

.directive {
	font-size : 11px;
	font-family : verdana;
	font-style : italic;
}
				
.mandatory {
			font-size : 12px;
			font-family : verdana;
		   }
		
.puce	{
			font-weight : bold;
			font-family	: verdana;
		}	
		
.menu_top	{
			font-size : 12px;
			font-family	: verdana;
		}	
		
.table_left_title 	{	
					font-weight : bold;				
					font-size : 12px;
					font-family	: verdana;					
					color : white;
					/* background-color : #E6E8FA; */
					}
					
.table_left_colored	{	
					text-align : left;									
					font-size : 12px;
					font-family	: verdana;					
					color : black;
					background-color : #FFFFFF;	
					/* background-color : #FFFFCC;	*/			
					}
					
.table_center_colored	{	
					text-align : center;									
					font-size : 12px;
					font-family	: verdana;					
					color : black;
					background-color : #FFFFFF;	
					/* background-color : #FFFFCC;	*/			
					}

.cart_header	{
					text-align : left;
					font-size : 12px;
					font-weight : bold;
					font-family	: verdana;					
					color : white;
					background-color : #6699CC;
				}
				
.cart_content	{
					text-align : center;
					font-weight : normal;
					font-size : 12px;					
					font-family	: verdana;					
					color : black;
					background-color : #FFFFFF;
				}
				
.cart_content_left	{
					text-align : left;
					font-weight : normal;
					font-size : 12px;					
					font-family	: verdana;					
					color : black;
					background-color : #FFFFFF;
				}

.cart_content_right	{
					text-align : right;
					font-weight : normal;
					font-size : 12px;					
					font-family	: verdana;					
					color : black;
					background-color : #FFFFFF;
				}
				
.right_box_header	{					
					font-weight : bold;
					font-size : 9px;					
					font-family	: verdana;					
					color : white;	
					background-color : #6699CC;				
				}
								
.right_box_content	{					
					font-weight : normal;
					font-size : 9px;					
					font-family	: verdana;					
					color : black;
					background-color : #FFFFFF;					
				}
					
.menu_disabled	{
					color : red;
					font-family : verdana;
					font-style : italic;
					text-decoration : none;
				}	
				
.table_border	{
					background-color : #6699CC;	
				}					

.logout {color: red; font-weight : bold; font-family : verdana; text-decoration : none;}
