@import url("personalisation.css");
/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 16px;
 font-family: Arial,Helvetica,sans-serif;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_Attention /* Attention */
{
 font-size: 15px;
 color: #ff0000;
}
span.f_CodeExample /* Code Example */
{
 font-size: 11px;
 font-family: 'Courier New';
}
span.f_Colonne3 /* Colonne 3 */
{
}
span.f_Colonne1 /* Colonne1 */
{
}
span.f_Colonne2 /* Colonne2 */
{
}
span.f_Comment /* Comment */
{
}
span.f_Entêtedetableau /* Entête de tableau */
{
 font-family: 'Arial Black',Gadget,sans-serif;
 color: #264459;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 29px;
 font-weight: bold;
 color: #339966;
}
span.f_Heading2 /* Heading2 */
{
 font-size: 19px;
 color: #2f95b3;
}
span.f_Heading3 /* Heading3 */
{
 font-size: 19px;
 font-weight: bold;
 color: #1e89ac;
 background-color: #ffffff;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 11px;
 font-weight: bold;
}
span.f_ListeLiensUtiles /* ListeLiensUtiles */
{
 font-family: 'Franklin Gothic Medium Cond';
 color: #008000;
}
span.f_ListeNuméroté /* ListeNuméroté */
{
}
span.f_Noter /* Noter */
{
 font-weight: bold;
 color: #73a0c1;
}
span.f_Notes /* Notes */
{
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_Attention /* Attention */
{
 font-size: 15px;
}
.p_CodeExample /* Code Example */
{
 font-size: 11px;
 white-space: nowrap;
 page-break-inside: avoid;
}
.p_Colonne3 /* Colonne 3 */
{
 font-size: 16px;
 margin: 0px 0px 0px 10px;
}
.p_Colonne1 /* Colonne1 */
{
 font-size: 16px;
 margin: 0px 0px 0px 10px;
}
.p_Colonne2 /* Colonne2 */
{
 font-size: 16px;
 text-align: center;
 margin: 4px 0px 4px 0px;
}
.p_Comment /* Comment */
{
 font-size: 16px;
}
.p_Heading1 /* Heading1 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_Heading2 /* Heading2 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 border-color: #9ac93c;
 border-style: double;
 border-width: 3px;
 background: #ffffff;
 padding: 1px 1px 1px 1px;
 margin: 0px 0px 0px 0px;
}
.p_Heading3 /* Heading3 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.p_ImageCaption /* Image Caption */
{
 font-size: 11px;
}
.p_ListeLiensUtiles /* ListeLiensUtiles */
{
 font-size: 16px;
 margin: 0px 0px 0px 64px;
}
.p_ListeNuméroté /* ListeNuméroté */
{
 font-size: 16px;
 line-height: 1.80;
 margin: 0px 0px 0px 24px;
}
.p_Noter /* Noter */
{
 font-size: 16px;
 margin: 0px 0px 0px 10px;
}
.p_Notes /* Notes */
{
 font-size: 16px;
}


#hmpopupdiv /* used for javascript text popups */
{
  display: none;
  position: absolute;
  z-index: 1000;
  background-color: #FFFFFF;
  padding: 6px;
  border:1px solid #000000;
  border-radius: 5px;
  box-shadow: 5px 5px 5px #888;
}

#hmlightbox /* image lightbox */
{
  border: none;
  padding: 8px;
  background: #FFF;
  font-size: 110%;
  font-weight: bold;
  color: #777;
  box-shadow: 5px 5px 5px #888;
}

a.dropdown-toggle /* dropdown toggle caption */
{
  cursor: pointer;
}
a.inline-toggle /* inline toggle caption */
{
  cursor: pointer;
}
img.dropdown-toggle-icon /* toggle icon */
{
  cursor: pointer;
}
/* CSS for responsive image maps */

.hmImageMap a.hmHotspotRect { display:block; position:absolute;
                              border:none; background:#000; opacity:0.3; filter:alpha(opacity=30);
            								   visibility:hidden }
.hmImageMap a.hmHotspotEllipse { display:block; position:absolute; border-radius:50%;
                                 border:none; background:#000; opacity:0.3; filter:alpha(opacity=30);
                                 visibility:hidden }
.hmImageMap:hover a.hmHotspotRect { visibility:visible }
.hmImageMap:hover a.hmHotspotEllipse { visibility:visible }
a.hmHotspotRect:hover { border:1px solid #000; background:#FFF }
a.hmHotspotEllipse:hover { border:1px solid #000; background:#FFF }

div#hmtocbody {
	background: #fff !important;
	border-bottom:0px !important;
}
div#hmtocbody ul li :nth-child(1) {
	margin-top:8px !important;
}

div#hmtocbody ul li {
	margin: 10px 0;
	line-height: 18px !important;
}