/* CSS Document */

/**** styles pour la description ****/
.desc {
	margin: 5px 0 15px 0;
	padding: 0;
	font-weight: bold;
	font-size: 0.9em;
}

/**   Intertitre **/

.intertitre {
	margin: 15px 0 8px 0;
	padding: 0;
	color: #000000 !important;
	font-weight: bold;
	font-size: 1em;
}

.articleref {
	color: #B50003;
}

.articleref:hover {
	text-decoration: underline;
}

.articlepuce li {
	list-style-image: url(cler_images/puce_grise.gif);
	line-height: 1.1em;
	background-position: 0px 5px;
	padding: 0 0 0 3px;
	margin-left: 10px;
}

/** retour/suite du texte **/
.txtSuite {
	margin: 10px 0 0 0;
	padding: 0 8px 0 0;
	font-size: 0.9em;
	height: 17px;
   float: left;
	background-image: url(cler_images/triS.gif);
	background-repeat: no-repeat;
	background-position: 100%;
}

.txtRetour {
	margin: 10px 0 0 0;
	padding: 0 0 0 8px;
	font-size: 0.9em;
	height: 17px;
  	float: left;
	background-image: url(cler_images/triR.gif);
	background-repeat: no-repeat;
	background-position: 0%;
}
