/**************************************************/
/*             lien discrèt                       */
/**************************************************/

a.lien_discret:link  { 
	color: rgb(0,80,160);
	text-decoration : none;
} 

a.lien_discret:visited { 
	color: rgb(0,80,160);
	text-decoration : none;
} 

a.lien_discret:hover { 
	color: #FF6533; 
	text-decoration : underline;
}

/**************************************************/
/*           		  reste                       */
/**************************************************/
	
#titre{ 
	color:#000000; 
	font-size: 1em ; 
	font-weight:bold;
}

#auteur{ 
	color:#000000; 
	font-size: 1em ; 
	margin-bottom : 6px; 
	margin-top : 6px;
}

div.resumerintitule{ 
	color:rgb(0,80,160); 
}


#ligne{
	border-bottom:  1px solid ;
	border-bottom-color : #888888;
}

