.titre {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	line-height: 25px;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}

h3.sousTitre,
h3.sousTitrePuce {
	color: #333333;
	/*text-transform: uppercase;*/
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 12px;
}

h3.sousTitrePuce {
	background-image: url(../imgs/puces/beige.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	text-indent: 12px;
}

p {
	padding: 0;
	margin: 10px 0;
}

p.puceOrange {
	background-image: url(../imgs/puces/orange.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 1px 3px;
}

ul.puceOrange {
	padding: 0;
	margin: 0;
}

ul.puceOrangeSerre, ul.puceBeigeSerre {
  padding: 0;
	margin: 5px 0;
}

ul.puceOrange li, ul.puceOrangeSerre li {
	list-style: none;
	background-image: url(../imgs/puces/orange.gif);
	background-position: 1px 3px;
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
	text-indent: 0;
}

ul.puceOrange li {
	margin: 10px 0;
}

ul.puceBeigeSerre li {
	list-style: none;
	background-image: url(../imgs/puces/beige.gif);
	background-position: 1px 3px;
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
	text-indent: 0;
}

.sousTitre {
	font-family: verdana;
	font-size: 12px;
	/*font-weight: bold;*/
	color: #605448;
	text-decoration: none;
	/*text-transform: uppercase;*/
}
.graisse01 {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.italic {
	font-size: 9px;
	color: #FF6600;
	text-decoration: none;
	font-style: italic;
}

.titreref {
	font-size: 11px;
	color: #FF6600;
	font-weight: bold;
}

.hotspot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	background-color: #FFF;
	float: left;
	width: 234px;
	margin-right: 2px;
}

.hotspot .contenu {
	height: 282px;
	padding: 22px 22px 0;
	border: 1px solid #CCC;
}

.hotspot .contenu img {
	display: block;
}

.hotspot .contenu a {
	color: #F30 !important;
}

.hotspot .contenu a:hover {
	text-decoration: underline !important;
}

.titrehotspot {
	font-size: 12px;
	color: #ff4001;
}

.hotspot .details {
	height: 15px;
	text-align: right;
	margin-top: 2px;
	padding-top: 3px;
	padding-right: 35px;
	background-image: url(../imgs/hotspot/rollout.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.hot a {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

span.pdf {
	display: block;
	margin-top: 10px;
	padding-left: 56px;
	background-image: url('../imgs/PDF-icon.gif');
	background-repeat: no-repeat;
	height: 38px;
}
/* On tente de cibler les navigateurs qui supportent "min-height". Quant à IE 6,
   il produira le résultat attendu avec la définition de "height" précédente */
html>body span.pdf {
	height: auto;
	min-height: 38px;
}


span.pdf a {
	display: block;
}