/* menus */
tr.h_menu_main	{
		background: url("hm_bck.gif");
		background-repeat: repeat-x;
		width: 1000px;
		}

		
td.h_inter_off	{
		background: url("hm_bck.gif");
		border:none;
		}
		
		
td.small_text {
			 font-family: Arial, Helvetica, sans-serif;
			 font-size: 11px;
			 color: black;
			 }

a.small_text:link,a.small_text:active,a.small_text:visited {
			 font-family: Arial, Helvetica, sans-serif;
			 font-size: 11px;
			 color: black;
			 text-decoration:underline;
			 }
a.small_text:hover {
			 text-decoration:none;
			 }

		 
/* SESSION INFO */
td.session_info {
			font-family: Arial, sans-serif;
			font-size: 11px;
			padding-top: 10px;
			}			
a.session_info:link, a.session_info:active, a.session_info:visited {
			color: #4E8530;
			text-decoration: underline;
			}
a.session_info:hover {
			color: #4E8530;
			text-decoration: none;
			}		 

a.session_info_pub:link, a.session_info_pub:active, a.session_info_pub:visited {
			color: #db9e01;
			font-weight: bold;
			text-decoration: underline;
			}
			
a.session_info_pub:hover {
			color: #db9e01;
			font-weight: bold;
			text-decoration: none;
			}		 

/* IMAGES */
img.left {

	float: left;
	padding: 0px 10px 6px 0px;

}

img.right {

	float: right;
	padding: 0px 0px 6px 10px;

}

img.vignette_left {

	float: left;
	padding: 0px 4px 0px 0px;
}

td.doc_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
}

a.doc_link:link, a.doc_link:active, a.doc_link:visited {
			color: #4E8530;
			text-decoration: underline;
			}
a.doc_link:hover {
			color: #4E8530;
			text-decoration: none;
			}	

img.doc_link {
	float: right;
	padding: 0px 4px 0px 8px;
}




			 
/* iframe */

iframe.indexliens {
				border: #000000 1px solid;
				overflow: auto;
				width: 400px;
				height: 150px;
				background-color: #FBFBF5;
				padding-bottom: 21px;
				cursor: pointer;
				}
td.indexliens {	
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
				background: transparent;
				}
				
iframe.indeximages {
				border: #000000 1px solid;
				overflow: auto;
				width: 400px;
				height: 150px;
				background-color: #FBFBF5;
				padding-bottom: 21px;
				cursor: pointer;
				}

td.indexliens_0_off {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
				line-height: 18px;
				border-bottom: 1px dotted #C6C6B0;
				background-color: #FBFBF5;
				/*filter: alpha(opacity=60); /* IE */
    			opacity: 0.60; /* Safari, Opera et Mozilla */
				cursor: pointer;
				}
td.indexliens_0_off:hover {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
				line-height: 18px;
				color: #A73D2B;
				border-bottom: 1px dotted #C6C6B0;
				background-color: #FBFBF5;
				/*filter: alpha(opacity=90); /* IE */
    			opacity: 1.00; /* Safari, Opera et Mozilla */
				cursor: pointer;
				}				
td.indexliens_1_off {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
				line-height: 18px;
				border-bottom: 1px dotted #C6C6B0;
				background-color: #F1F1E3;
				/*filter: alpha(opacity=60); /* IE */
    			opacity: 0.60; /* Safari, Opera et Mozilla */
				cursor: pointer;
				}
td.indexliens_1_off:hover {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
				line-height: 18px;
				color: #A73D2B;
				border-bottom: 1px dotted #C6C6B0;
				background-color: #FBFBF5;
				/*filter: alpha(opacity=90); /* IE */
    			opacity: 1.00; /* Safari, Opera et Mozilla */
				cursor: pointer;
				}					

/* Pied de page */
table.pied_de_page {
		text-align: center;
		background-color: #3B3836;
		}			 
td.pied_de_page {
		background-color: #3B3836;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-align: center;
		color: white;
		}			 


			 