.MenuBlanc {
	color: #FFF;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-style: oblique;
	font-size: 16px;
	font-variant: normal;
	text-transform: none;
}
.GrosTitreMenu {
	font-size: 15px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-style: italic;
	color:#000000;
	text-decoration:none;
}

.TexteHautMenu {
	color: #C00;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
}
.PetitMenu {
	color: #999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}
.guillemets {
	font-size: 18px;
	line-height: normal;
	font-family: "Lucida Console", Monaco, monospace;
	color: #000;
}


.Point {
	color: #FFF;
}
.Style14 {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
.Style21 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.Style22 {	font-size: 24px;
}
.Style23 {font-size: 27px;
	font-weight: bold;
}
.Style24 {	font-size: 10px;
	color: #666666;
}
.Style26 {font-size: 20px; font-weight: bold; }
.Style27 {	color: #666666;
	font-weight: bold;
}
.Style28 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.Style43 {
	font-size: 10px;
	color: #666666;
	font-weight: normal;
}
.Style44 {font-size: 10px}
.Style8 {color: #CCCCCC}
.divgauche {
	width:100%;
	height:100%}
.Style49 {font-size: 10px; font-weight: bold; }

}
.Style36 {	font-size: 9px;
	color: #666666;
}
.Style151 {font-size: 10px;
	font-weight: normal;
}
.Style111 {	font-size: 28px;
	font-weight: bold;
}
.Style37 {
	font-size: 17px;
	font-weight: bold;
}
.Style33 {font-size: 13px; color: #FF0000; }
.Style141 {
	font-size: 10px;
	font-weight: normal;
}
.Style15 {font-size: 10px}
.Style211 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.Style221 {font-size: 9px}
.Style281 {font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Style29 {font-size: 24px;
	font-weight: bold;
}
.Style41 {color: #FF0000}
.Style46 {color: #FF0000; font-weight: bold; }
.Style47 {color: #000080}
.Style1411 {font-size: 10px}
.Style2211 {	font-size: 9px;
	color: #999;
	font-weight: normal;
}
.Style14111 {font-size: 10px;
	font-weight: normal;
}







.onglet
        {
                display:inline-block;
                margin-left:3px;
                margin-right:3px;
                padding:3px;
                border:1px solid #E8E8E8;
                cursor:pointer;
        }
        .onglet_0
        {
                background: #E8E8E8
                border-bottom:1px solid #E8E8E8;
        }
        .onglet_1
        {
                background:#F5F5F5;
                border-bottom:0px solid #E8E8E8;
                padding-bottom:4px;
        }
        .contenu_onglet
        {
                background-color: #F5F5F5;
                border:1px solid #E8E8E8;
                margin-top:-1px;
                padding:5px;
                display:none;
        }
        ul
        {
                margin-top:0px;
                margin-bottom:0px;
                margin-left:-10px
        }
        h1
        {
                margin:0px;
                padding:0px;
        }





#breadcrumb .content_column_wrapper {
	min-height:20px;
	margin-bottom:0}

	#breadcrumb .content_column_tl {
		height:50px;
		background-image:url(../images/breadcrumb_l.png);}
	#breadcrumb .content_column_tr {
		height:50px;
		background-image:url(../images/breadcrumb_r.png);}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item {
  display: flex; }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem; }
    .breadcrumb-item + .breadcrumb-item::before {
      display: inline-block;
      padding-right: 0.5rem;
      color: #6c757d;
      content: "/"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #6c757d; }
	
	
	
#breadcrumb {
	margin:0 0 20px;}


	#breadcrumb ol{
			list-style-type:none;
			float:left;
			font-size:1.1em;
			font-style:italic;
			margin:12px 0 0;}
			#breadcrumb ol li { 
				float:left;
				border-left:none;
				background:url(../images/breadcrumb_arrow.png) no-repeat center right;
				padding:0 25px 2px 4px}
				#breadcrumb ol li a {
					display:block;
					margin:0;}
				#breadcrumb ol li.last {
					background-image:none}
				#breadcrumb ol li.last span { 
					margin:0}	
	
	#breadcrumb ol li.breacrumbs_home {
		padding-left:0;
		border:none;}
		#breadcrumb ol li.breacrumbs_home a { 
			display:block;
			width:22px;
			height:22px;
			text-indent:-9999em;
			background:url(../images/breadcrumb_home.png) no-repeat top ;}
				#breadcrumb ol li.breacrumbs_home a:hover { background-position:bottom}


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }
  
  
  h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }
  
  h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }
  
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 1.857rem; }

h2, .h2 {
  font-size: 1.557rem; }

h3, .h3 {
  font-size: 1.286rem; }

h4, .h4 {
  font-size: 1rem; }

h5, .h5 {
  font-size: 0.9286rem; }

h6, .h6 {
  font-size: 0.8571rem; }
 
 
.dropcap { 
	display: block; 
	float:left; 
	font:5.6em/75% Georgia, "Times New Roman", Times, serif;
	padding: 4px 8px 0 0;
	color:#871307;
	style:bold;}
	