
/* This is used for the left part of frames */

body {background: white; }


a {
	display: 				block; 
	width: 					100%; 
	padding-left:		4px; 
	color: 					#000040; 
	text-decoration: none;
	}
	
a:hover {
	background:			#dd6666; 
	color: 					#ffffff; 
	}

div.leftband,div.beforemenu, div.inmenu, div.aftermenu { 

	font-family:		Tahoma,Arial,Helvetica,Sans-serif;
	font-size:			11px;

	font-weight:		bold;
	font-style:			normal; 
	
	width:					132px;  
	
	margin-top:			10px; 
	margin-left:		6px; 
	margin-right:		0px; 
	padding-top:		6px;
	padding-bottom:	6px;  
	
	background:			#ffffff;
	border: 				0pt solid #aaaaee;
	}


div.beforemenu { 
	padding-bottom:	0px;
	}     
	
div.inmenu { 
	font-weight:		normal;

	margin-top:			0px; 
	margin-bottom:	0px; 
	padding-top:		0px;
	padding-bottom:	2px;
	}    
	
div.aftermenu { 
	margin-top:			0px; 
	padding-top:		0px;
	}

hr {
	margin-left: 4px;
	margin-right: 4px;  
	color:#e8cccc;
	}

p {
	margin-left: 		4px;
	margin-right: 	4px;
	margin-top: 		0px;
	margin-bottom: 	1px;

	padding-left: 	2px;
	padding-right: 	2px;
	padding-top: 		1px;
	padding-bottom: 1px;

	background:			#fff3ff; /* light mauve */
 
	text-align: left;
	}

p.button, p.topbutton, p.midbutton, p.subbutton, p.bottombutton {
	border-left: 		8px solid #e8cccc;
	border-right: 	1px solid #906060;
	border-top: 		1px solid #e8cccc;
	border-bottom: 	1px solid #906060;   
	}


p.button {
	line-height:		115%;
	}

p.topbutton {
	padding-top:		2px;
	padding-bottom:	3px;

	border-top: 		4px solid #e8cccc;

	line-height:		300%;
	}

p.midbutton {  
	padding-top:		1px;
	padding-bottom:	1px;  

	border-top: 		4px solid #e8cccc;
	
	line-height:		110%;
	}

p.midbutton a {
	padding-top:		5px;
	padding-bottom:	5px; 
	}


p.subbutton {                                                                          
	margin-bottom:	0px;
	line-height:		100%;    
	}
	

p.bottombutton {
	line-height:		115%;
	background:			#ffffe8; /* light jaune */
	}
