@charset "utf-8";
/* CSS Document */

.titre {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF33;
}
.txtBold {
	font-weight: bold;	
}
.txtNormal {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.txtBold14Marron {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color:#600
}
.PucePapillion {
	font-size: 12px;
 	list-style-type: none;
 	background-image: url(../images/globals/puce_papillion.png);
 	background-repeat: no-repeat;
 	background-position: 0 0.32em;
 	padding-left: 30px;
} 

