.BlockContact{
	width:145;
	text-align: right;
	border-top: 1px solid #999999;
	border-right: 1px none #999999;
	border-bottom: 1px solid #999999;
	border-left: 18px solid #999999;
	margin: 10px 0px 0px 1px;
	padding: 4px 4px 10px 1px;
	background-color: #F6F9EE;
}

/*tableau sw meme style que les p (nécéssaire pour que le contenu des tableaux s'affiche correctement sur IE*/
.tablestyle0 {
	font-size:1.0em;
	text-align:justify;
}

/*affichage de l'icone pdf,word, excel, video pour les liens vers des pdf, word,excel, video*/
a.pdf {
	background-image:url(http://www.medecine.unige.ch/commun/lenya/images/pdf.gif);
	background-position:left top;
	/*padding-left:13px;*/
	padding-left:17px;
	background-repeat: no-repeat;
	padding-right:2px;
	margin-left:2px;
}

a.word {
   background-image:url(http://www.medecine.unige.ch/commun/lenya/images/word.gif);
   background-position: left top;
   padding-left:17px;
   background-repeat: no-repeat;
   padding-right:2px;
   margin-left:2px;

}
a.excel {
   background-image:url(http://www.medecine.unige.ch/commun/lenya/images/excel.gif);
   background-position: left top;
   padding-left:17px;
   background-repeat: no-repeat;
   padding-right:2px;
   margin-left:2px;
}
a.video {
   background-image:url(http://www.medecine.unige.ch/commun/lenya/images/video.jpg);
   background-position: left top;
   padding-left:17px;
   background-repeat: no-repeat;
   padding-right:2px;
   margin-left:2px;
} 
a.ppt {
   background-image:url(http://www.medecine.unige.ch/commun/lenya/images/ppt.jpg);
   background-position: left top;
   padding-left:17px;
   background-repeat: no-repeat;
   padding-right:2px;
   margin-left:2px;
} 	
 
 /*classes pour les tableaux type "ornate"*/
.ornate {
   border-collapse:collapse;
   color:#000000;
   font-weight:normal;
   font-size:0.95em;
   background-color: #FFFFFF;
   border-top:none;
   border-left:none;
   border-right:none;
   border-bottom: 1px dotted #990066;
   padding:5px;
  }
  
tr.ornatetitle {
   border-collapse:collapse;
   color:#000000;
   font-weight:bold;
   font-size:0.95em;
   background-color: #FFFFFF;
   border-top:1px solid #999999;
   border-left:none;
   border-right:none;
   border-bottom: 1px dotted #990066;
   padding:5px;
}
