/* 
  -----------------------------------
  PVII Vanilla
  by Project Seven Development
  www.projectseven.com
  CSS
  -----------------------------------
*/

body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 1em;
}
.scalable {
	width: auto;
	height: auto;
	max-width: 100%;
}
.rounded {
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,.25);
}
#layout-container {
	margin: auto;
	box-sizing: border-box;
	padding: 20px;
}
.max-980 {
	max-width: 980px;
}
.max-1024 {
	max-width: 1024px;
}
.max-1280 {
	max-width: 1280px;
}
.max-1440 {
	max-width: 1440px;
}
.max-1600 {
	max-width: 1600px;
}
.max-none {
	max-width: none;
}
h1, h2, h3, h4 {
	margin: 0px;
	font-weight: normal;
	font-family: Federo, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
h1 {color:#660000; }
h2 {color: #007FAA; }h3, h4 {margin-top: 1em;}
#p7TP3_1 {
margin: 5px 0 15px 0	
	}
#masthead {
	padding-bottom: 10px;
	position: relative;
}

h2 {font-size: 1.75em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.35em;}
#masthead-left {
	float: left;
	width: 35%;
    background-position: center;
	text-align: right;
	background-image: url(img/logo2.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 70px;
}
#masthead-right {
	float: left;
	width: 65%;
	background-image:url(img/banniere1.png);
/*	background-repeat: no-repeat; */
    background-position: right;
	height: 70px;
}
#langue {
	margin: 0;
	padding: 0.5em;
	font-size: 0.75em;
	content: "";
	display: table;
	clear: both;
	}
#langue a {
	text-decoration:underline;
	color: black;
	margin-right: 1em;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#recherche form {
	float: left;
	
}
input, button {
	border-radius: 4px;
	border: 2px solid rgba(0,0,0,.25);
	padding: .75em;
}
form {
	position: relative;
}
input.search-box {
	border-radius: 4px;
	border-right: none;
	border: 2px solid rgba(0,0,0,.25);
	background-color: #fec50b;
	width: 90%;
}
input.search-box:focus {
	background-color: #ffffff;
}
input.search-button {
	background: url(img/search.png);
	background-repeat: no-repeat;
	background-position: center;
	min-width: 32px;
	cursor: pointer;
	border: none;
	position: absolute;
	right: 5px;
	top: 0px;
}  
#masthead.one-column #masthead-right, #masthead.one-column #masthead-left {
	float: none;
	width: auto;
}
#masthead.one-column #masthead-right {
	display: none;
}
.columns-container:after, #masthead:after {
	content: "";
	display: table;
	clear: both;
}
.column {
	box-sizing: border-box;
}
.sidebar-right .column, .sidebar-both .column {
	float: left;
}
.sidebar-left .column {
	float: right;
}
.sidebar-none .column {
	float: none;
}
.sidebar-right .main-content, .sidebar-left .main-content {
	width: 75%;
	padding: 20px 30px;
}
.sidebar-both .main-content {
	width: 60%;
	padding: 20px 30px;
}
.sidebar-none .main-content {
	width: auto;
	padding: 20px 30px;
}
.sidebar-right .sidebar, .sidebar-left .sidebar {
	width: 25%;
	padding: 20px 20px;
}
.sidebar-both .sidebar {
	width: 20%;
	padding: 20px 20px;
}
.left-border {
	border-left: 1px dotted;
}
.right-border {
	border-right: 1px dotted;
}
#footer {
	background: linear-gradient(180deg, #2b62b2 10%, #183d74);
	background-color: #183d74;
	color: #fff;
	box-sizing: border-box;
	padding: 10px 30px;
	border-radius: 6px 6px 6px 6px;
	font-size: 80%;
	text-align: center;
}
#footer a {
	color: #BBB;
	text-decoration: none;
	border-bottom: 1px dotted;
}
#footer a:hover {
	color: #FFF;
	border-bottom: 1px solid;
}
.content-link {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted;
}
.content-link:hover {
	color: #AD2B2D;
	border-bottom: 1px solid;
}
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0px;
	overflow: hidden;
}
.video-wrapper iframe, .video-wrapper object, .video-wrapper embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.map-wrapper {
	position: relative; 
	padding-bottom: 100%; 
	padding-top: 0px; 
	height: 0px; 
	overflow: hidden; 
	margin-bottom: 20px; 
}
.map-wrapper iframe, .map-wrapper object, .map-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*Row/Column Creator Rules*/
.vanilla-row .column-group .vanilla-column {
	box-sizing: border-box;
}
.vanilla-column {
	float: left;
}
.vanilla-row .blast {
	color: #333;
 	border: 2px solid #333;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 5px 5px 20px #ccc;
	-moz-box-shadow: 5px 5px 20px #000;
	-webkit-box-shadow: 5px 5px 20px #000;
	background-color: #fff;
	margin-bottom: 15px;
}
.vanilla-row:after, .column-group:after {
	content: "";
	display: table;
	clear: both;
}
.column-15 {
	width: 15%;
}
.column-20 {
	width: 20%;
}
.column-25 {
	width: 25%;
}
.column-30 {
	width: 30%;
}
.column-33 {
	width: 33.3334%;
}
.column-35 {
	width: 35%;
}
.column-40 {
	width: 40%;
}
.column-45 {
	width: 45%;
}
.column-50 {
	width: 50%;
}
.column-55 {
	width: 55%;
}
.column-60 {
	width: 60%;
}
.column-65 {
	width: 65%;
}
.column-70 {
	width: 70%;
}
.column-75 {
	width: 75%;
}
.column-80 {
	width: 80%;
}
.column-100 {
	width: auto;
	float: none !important;
}
.padded {padding: 20px 30px;}
/*.vanilla-column .blast {
	color: #333;
 	border: 2px solid #333;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 5px 5px 20px #ccc;
	-moz-box-shadow: 5px 5px 20px #000;
	-webkit-box-shadow: 5px 5px 20px #000;
	background-color: #fff;
	margin-bottom: 15px; 
}*/
.vanilla-column .right-border {
	color: #333;
 	border: 2px solid #333;
}
a.bleuet:link {
	text-decoration:underline;
	color: #000099;
	margin-right: 10px;
	
}
a.bleuet:visited {
	color: #000099;
}
a.bleuet:hover
{
color: red;
}
.renfort {
    color: #ff0000;
}
.margebas {
	margin-bottom: 25px;
}
.margetop {
	margin-top: 0px;
}
.marge-top {
	margin-top: 20px;
}
.centered {
	text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
body {
	-webkit-text-size-adjust: none;
}
#layout-container {
	max-width: none;
	padding: 0px;
}
#masthead {
	padding: 5px 10px;
}
.column, .vanilla-column {
	float: none !important;
	width: auto !important;
}
.columns-container, .column-group {
	border: none;
	background-image: none;
}
#p7PM3_1, #footer {
	border-radius: 0px 0px 0px 0px;
}
#masthead-left, #masthead-right {
	float: none;
	width: auto;
	text-align: left;
}
#masthead form {
	margin-top: .5em;
	margin-bottom: .35em;
}
.left-border, .right-border {
	border: none;
}
input.search-box {
	width: 100%;
	box-sizing: border-box;
	min-width: 0px;
}
}

@media only screen and (max-device-width: 480px) {
body {
	-webkit-text-size-adjust: none;
	font-size: 16px;
}
input.search-box, select:focus, input:focus {
	font-size: 10px;
}
input.search-box {
	width: 60%;
}
input.search-button {
	right: 41%;
}
}

@media only screen and (max-device-width: 480px) and (orientation : landscape) {
body {
	-webkit-text-size-adjust: none;
	font-size: 12px;
}
input.search-box {
	width: 70%;
}
input.search-button {
	right: 31%;
}
}
/* 
  -----------------------------------
  Pop Menu Magic 3
  by Project Seven Development
  www.projectseven.com
  Style Theme: 09 - Carbon
  -----------------------------------
*/

.p7PM3-09 {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-stretch: condensed;
	font-size: 18px;
	background: linear-gradient(180deg, #2b62b2 10%, #183d74);
	background-color: #183d74;
	border-bottom: 1px solid #000;
	line-height: 1;
	-webkit-transform-style: preserve-3d;
}
.p7PM3-09.horiz {
	padding: 0px 8px;
}
.pmm3-toolbar {
	display: none;
}
.p7PM3-09.rounded {
	border-radius: 0px 0px 0px 0px;
}
.p7PM3-09.shadows {
	border-bottom-color: #FFF;
	box-shadow: 0px 0px 40px rgba(0,0,0,.25);
}
.p7PM3-09 a img {
	border: none;
}
.p7PM3-09.menu-centered {
	text-align: center;
}
.p7PM3-09.menu-right {
	text-align: right;
}
.p7PM3-09:after {
	content: "\0020";
	clear: both;
	font-size: 0px;
	line-height: 0;
	display: inline;
	height: 0px;
}
.p7PM3-09 ul {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: bottom;
}
.p7PM3-09 ul li {
	list-style-type: none;
	float: left;
	position: relative;
	margin: 0px;
}
.p7PM3-09 ul li a {
	display: block;
	padding: 12px 18px;
	color: #FFF;
	text-decoration: none;
	background-repeat: no-repeat !important;
	background-position: left center !important;
}

.p7PM3-09 ul li a.trig_closed {
	background-image: url(img/pmm3-right-light.gif) !important;
}
.p7PM3-09 ul ul li a.trig_closed {
	background-image: url(img/pmm3-right-dark.gif) !important; 
	background-color: #ffff99;
	background-image: -webkit-linear-gradient(90deg, #ffff99, #FFDE75);
	background-image: linear-gradient(90deg, #ffff99, #FFDE75); 
	color: #000;
}
.p7PM3-09 ul li a.trig_open:hover   {
	background-color: #ffff99 !important;
	text-decoration: underline;
    color: #000;
	}
.p7PM3-09 ul li a.trig_open {
	background-image: url(img/pmm3-down-dark.gif) !important;
	background-color: #ffff99;
	background-image: -webkit-linear-gradient(90deg, #ffff99, #FFDE75);
	background-image: linear-gradient(90deg, #ffff99, #FFDE75); 
	color: #000;
}
.p7PM3-09 ul ul li a.trig_open {
	background-image: url(img/pmm3-right-dark.gif) !important;
	background-color: #ffff99;
	background-image: -webkit-linear-gradient(90deg, #ffff99, #FFDE75);
	background-image: linear-gradient(90deg, #ffff99, #FFDE75); 
	color: #000;
}
.p7PM3-09 ul ul li a.trig_open:hover  {
	text-decoration: underline;
	background-color: #ffff99 !important;
	color: #000;
}
.p7PM3-09 ul li a.pm3-link:hover {
	background-color: #ffff99 !important;
	background-image: -webkit-linear-gradient(90deg, #ffff99, #FFDE75);
	background-image: linear-gradient(90deg, #ffff99, #FFDE75); 
	color: #000 !important;
	text-decoration: underline;
}
.p7PM3-09 ul ul li a {
	border: none;
	background-color: #ffff99;
	background-image: -webkit-linear-gradient(90deg, #ffff99, #FFDE75);
	background-image: linear-gradient(90deg, #ffff99, #FFDE75); 
	color: #000;
	font-size: 0.9em;
}
.p7PM3-09 ul ul li a.pm3-link:hover {
	background-color: #ffff99 !important;
	background-image: -webkit-linear-gradient(90deg, #ffff99, #FFDE75);
	background-image: linear-gradient(90deg, #ffff99, #FFDE75); 
	color: #000 !important;}

.p7PM3-09 ul ul {
	background-color: #ffff99;
	background-image: -webkit-linear-gradient(90deg, #ffff99, #FFDE75);
	background-image: linear-gradient(90deg, #ffff99, #FFDE75); 
	color: #000;
	display: block;
	text-align: left;
	width: 200px;
}
.p7PM3-09.transparent ul ul {
	background: linear-gradient(180deg, rgba(220,220,220,1), rgba(120,120,120,.88));
}
.p7PM3-09.shadows ul ul {
	box-shadow: 5px 10px 20px rgba(0,0,0,.3);
}
.p7PM3-09 ul ul div {
	z-index: 10;
}
.p7PM3-09.auto-subs ul ul {
	width: auto;
}
.p7PM3-09.auto-subs ul ul li a {
	white-space: nowrap;
}
.p7PM3-09 ul ul li {
	position: relative;
	float: none;
	margin: 0px;
	padding: 0px;
}
.p7PM3-09 ul ul li:last-child a {
	border-bottom: none;
}

/*ROUNDED CORNERS OPTION - Sub-Center Bias*/
.p7PM3-09.rounded ul ul {
	border-radius: 0px 0px 5px 5px;
}
.p7PM3-09.rounded ul ul ul {
	border-radius: 5px 5px 5px 5px;
}
.p7PM3-09.rounded.justified ul li.pm3first ul.level_2,
.p7PM3-09.rounded.sub-left ul ul {
	border-top-left-radius: 0px;
}
.p7PM3-09.rounded.sub-left ul ul ul {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.p7PM3-09.rounded.justified ul li.pm3last ul.level_2 {
	border-top-right-radius: 0px;
}
/*.p7PM3-09.rounded ul ul ul a.pm3first,*/
.p7PM3-09.rounded ul ul ul .pm3first.pmm3-title-bar {
	border-radius: 5px 5px 0px 0px;
}
.p7PM3-09.rounded.sub-centered.justified ul li.pm3first ul.level_2 a.pm3first,
.p7PM3-09.rounded.sub-right.justified .pm3first .level_2 a.pm3first,
.p7PM3-09.rounded.sub-left ul.level_2 a.pm3first {
	border-top-left-radius: 0px;
}
.p7PM3-09.rounded.sub-left ul.level_3 a.pm3first,
.p7PM3-09.rounded.sub-right.justified .pm3first .level_2 ul a.pm3first {
	border-top-left-radius: 5px;
}
.p7PM3-09.rounded.justified ul li.pm3last ul.level_2 a.pm3first,
.p7PM3-09.rounded.sub-right ul.level_2,
.p7PM3-09.rounded.sub-right ul.level_2 a.pm3first {
	border-top-right-radius: 0px;
}
.p7PM3-09.rounded.sub-right ul.level_2 ul,
.p7PM3-09.rounded.sub-right ul.level_2 ul a.pm3first {
	border-top-right-radius: 5px;
}
.p7PM3-09.rounded.sub-right.justified .pm3first .level_2 ul,
.p7PM3-09.rounded.sub-right.justified .pm3first .level_2 ul a.pm3first {
	border-top-right-radius: 5px;
}
.p7PM3-09.rounded ul ul a.pm3last,
.p7PM3-09.rounded ul ul .pm3last.pmm3-title-bar {
	border-radius: 0px 0px 5px 5px;
}
.p7PM3-09.rounded ul ul a.pm3first.pm3last {
	border-radius: 5px 5px 5px 5px;
}

/*Menu Up Rounded Exceptions*/
.p7PM3-09.rounded ul a.root_trig.trig_up {
	border-radius: 0px;
}
.p7PM3-09.rounded li.trig_up div {
	padding-bottom: 10px;
}
.p7PM3-09.rounded .trig_up ul a.pm3first {
	border-radius: 5px 5px 5px 5px !important;
}
.p7PM3-09.rounded ul li.trig_up ul {
	border-radius: 5px 5px 5px 5px;
}
.p7PM3-09.rounded .trig_up .pm3first.pmm3-title-bar {
	border-radius: 5px 5px 0px 0px !important;
}
.p7PM3-09.rounded .trig_up .pm3last.pmm3-title-bar {
	border-radius: 0px 0px 5px 5px !important;
}
.p7PM3-09.vert.rounded {
	border-radius: 5px !important;
}
.p7PM3-09.vert.rounded a.root_trig {
	border-radius: 0px !important;
}
.p7PM3-09.vert.rounded ul a.pm3first {
	border-radius: 5px 5px 0px 0px !important;
}
.p7PM3-09.vert.rounded ul a.pm3last {
	border-radius: 0px 0px 5px 5px !important;
}
.p7PM3-09.vert.rounded ul a.pm3first.pm3last {
	border-radius: 5px !important;
}
.p7PM3-09.vert.rounded ul {
	border-radius: 5px;
}

/*DISPLAY AS TITLE ONLY*/
.p7PM3-09 li.pmm3-title-bar,
.p7PM3-09.vert li.pmm3-title-bar {
	padding: 12px 18px;
	color: #DDD;
	background-color: #666;
	border-radius: 0px;
}
.p7PM3-09.auto-subs ul ul .pmm3-title-bar {
	white-space: nowrap;
}
.p7PM3-09.rounded ul ul li:last-child.pmm3-title-bar {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.p7PM3-09.rounded ul ul li:first-child.pmm3-title-bar {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/*IMAGE LINKS*/
.p7PM3-09 .p7PM3_img {
	border: none;
	padding: 0px;
	text-align: center;
	background: none !important;
}
.p7PM3-09 .p7PM3_img img {
	border: none;
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	vertical-align: bottom;
}

/*VERTICAL MODE */
.p7PM3-09.vert {
	border: none;
}
.p7PM3-09.vert ul {
	display: block;
}
.p7PM3-09.vert ul li {
	float: none;
	padding: 0px;
	position: relative;
}
.p7PM3-09.vert ul li a.trig_open {
	color: #000;
	background: url(img/pmm3-down-medium.gif), linear-gradient(90deg, #333 70%, #000);
}
.p7PM3-09.vert ul li a.pm3-link:hover {
	background: none, linear-gradient(90deg, #333 70%, #000);
	color: #000;	
}
.p7PM3-09.vert.rounded {
	border-radius: 5px;
}
.p7PM3-09.vert.rounded ul ul {
	border-radius: 5px;
}
.p7PM3-09.vert ul ul li {
	padding: 0px;
	margin: 0px;
}
/*CURRENT MARK */
.p7PM3-09 ul li a.current_mark {
	font-weight: bold;
	text-shadow: none;
}
.p7PM3-09 ul ul li a.current_mark {
	color: #000;
	font-weight: bold;
	text-shadow: none;
}
.p7PM3-09.vert ul li a.current_mark {
	font-weight: bold;
	text-shadow: none;
}

/*
NO-SCRIPT RULES
The following rules enable your menu to work even when javascript is disabled in the browser
*/
.p7PM3-09.p7PM3noscript {
	position: relative;
}
.p7PM3-09.p7PM3noscript ul ul {
	position: absolute;
	display: none;
	top: 100%;
}
.p7PM3-09.p7PM3noscript ul ul ul {
	display: none;
	top: 0px;
	left: 100%;
}
.p7PM3-09.vert.p7PM3noscript ul ul {
	top: 0px;
	left: 100%;
}
.p7PM3-09.p7PM3noscript li:hover ul {
	display: block;
}
.p7PM3-09.p7PM3noscript li:hover ul ul, .p7PM3-09.p7PM3noscript li:hover ul ul ul, .p7PM3-09.p7PM3noscript li:hover ul ul ul ul, .p7PM3-09.p7PM3noscript li:hover ul ul ul ul ul, .p7PM3-09.p7PM3noscript li:hover ul ul ul ul ul ul {
	display: none;
}
.p7PM3-09.p7PM3noscript li li:hover ul, .p7PM3-09.p7PM3noscript li li li:hover ul, .p7PM3-09.p7PM3noscript li li li li:hover ul, .p7PM3-09.p7PM3noscript li li li li li:hover ul, .p7PM3-09.p7PM3noscript li li li li li li:hover ul {
	display: block;
}

/*BREADCRUMBS*/
.p7PM3-09_crumbs.centered {
	text-align: center;
}
.p7PM3-09_crumbs.right {
	text-align: right;
}
.p7PM3-09_crumbs ul {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	font-size: 1em;
	display: inline-block;
}
.p7PM3-09_crumbs li {
	list-style-type: none;
	display: block;
	float: left;
	margin-right: .25em;
}
.p7PM3-09_crumbs a {
	text-decoration: none;
	color: #000;
}
.p7PM3-09_crumbs a:hover {
	text-decoration: underline;
}
.p7PM3-09_crumbs li:last-child {
	margin-right: 0px;
	font-weight: bold;
}
.p7PM3-09_crumbs.thick-arrow li:after {
    content: "\0020 \0020 \27A7";
}
.p7PM3-09_crumbs.thin-arrow li:after {
    content: "\0020 \0020 \279F";
}
.p7PM3-09_crumbs.open-arrow li:after {
    content: "\0020 \0020 \21E8";
}
.p7PM3-09_crumbs.triangle-dots li:after {
    content: "\0020 \0020 \2234";
}
.p7PM3-09_crumbs.double-colon li:after {
   content: "\0020 \0020 \2237";
}
.p7PM3-09_crumbs.pipe li:after {
   content: "\0020 \0020 |";
}
.p7PM3-09_crumbs.dash li:after {
   content: "\0020 \0020 -";
}
.p7PM3-09_crumbs li:last-child:after {
	content: "\0020";
}

/*END BREADCRUMB RULES*/
 #p7PM3_1 {
 border-radius: 6px 6px 6px 6px; 
}
.p7PM3-09.p7PM3.p7pm3-fixed {
	background: linear-gradient(180deg, #2b62b2 10%, #183d74);
	background-color: #183d74;
width: 94%;
margin-left: 3%;
margin-right: 3%;
} 


 @media only screen and (min-width: 0px) and (max-width: 700px) {
.p7PM3-09.responsive:after {
	display: none;
}
.p7PM3-09.responsive .pmm3-toolbar {
	display: block;
	background-color: #183d74;
	padding: 10px;
	text-align: right;
	cursor: pointer;
}
.p7PM3-09.responsive .pmm3-toolbar a {
	font-size: 2em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.p7PM3-09.responsive .pmm3-toolbar a:hover {
	color: #999 !important;
}
.p7PM3-09.responsive .toggle-text.closed a:before {
	content: "Show Menu \0020";
	font-size: .5em;
}
.p7PM3-09.responsive .toggle-text.opened a:before {
	content: "Hide Menu \0020";
	font-size: .5em;
}
.p7PM3-09.responsive {
	text-align: left !important;
	padding: 0px !important;
	box-shadow: none !important;
}
.p7PM3-09.responsive.vert ul {
	margin-top: 0px;
}
.p7PM3-09.responsive ul {
	display: block;
	padding: 0px;
}
.p7PM3-09.responsive ul li {
	float: none;
	margin: 0px;
	padding: 0px;
}
.p7PM3-09.responsive ul ul {
	position: static !important;
	width: auto;
	padding: 0px;
}
.p7PM3-09.responsive a.pm3-link:hover {
	background-color: #183d74 !important;
	color: #fff;
}
.p7PM3-09.responsive ul li a.pm3-link:hover {
	background-color: #183d74 !important;
} 
.p7PM3-09.responsive a:hover { 
	background-color: #183D74 !important; 
	text-decoration: underline;
	color: #FFF;
 }
.p7PM3-09.responsive ul ul li {
	padding: 0px;
}
.p7PM3-09.responsive ul li a:hover   {
	background-color: #183D74 !important;
	text-decoration: underline;
	}
.p7PM3-09.responsive ul ul li a.trig_open {
	background-image: url(img/pmm3-down-dark.gif) !important;
	color: #000 !important;
}
.p7PM3-09.responsive .pmm3-title-bar {
	padding: 12px 18px;
}
.p7PM3-09.responsive ul ul a,
.p7PM3-09.responsive ul ul .pmm3-title-bar {
	padding-left: 24px;
}
.p7PM3-09.responsive ul ul ul a,
.p7PM3-09.responsive ul ul ul .pmm3-title-bar {
	padding-left: 32px;
}
.p7PM3.responsive ul.closed {
	display: none;
}
.p7PM3.responsive ul.opened {
	display: block;
}
.p7PM3.responsive.rounded,
.p7PM3.responsive.rounded * {
	border-radius: 0px !important;
}
.p7PM3.responsive.shadows * {
	box-shadow: none !important;
}
.p7PM3-09_crumbs {
	display: none;
}
.p7PM3-09_crumbs.show-mobile {
	display: block;
}

.p7PM3.responsive.select .pmm3-select-wrapper {
	display: block;
	padding: 10px;
}
.p7PM3.responsive.select select {
	width: 100%;
	font-size: 1em;
	padding: 4px;
}
.p7PM3.responsive.select .pmm3-toolbar {
	display: none;
}
.p7PM3.responsive.select ul {
	display: none;
}

/*Workaround for very old Android devices*/
.p7PM3-09 div {
	left: 0px !important;
	top: 0px !important;
}
/*End old Android workaround*/
}
/* 
  -----------------------------------
  Tab Panel Magic 3
  by Project Seven Development
  www.projectseven.com
  Style Theme: 12 - White Raspberry
  -----------------------------------
*/
.p7TP3-12 {
	width: auto;
	margin: 0 auto;
	padding: 6px;
	background-color: #183d74;
	box-shadow: 0px 0px 20px rgba(0,0,0,.75);
	border-radius: 5px;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	border: 1px solid #000;
}
.p7TP3-12 img {
	vertical-align: top;
}
/*Triggers construct - including arrows*/
.p7TP3-12 .p7TP3tabs_12.no-tabs {
	display: none;
}
.p7TP3tabs_12 {
	position: relative;
	z-index: 1;
	overflow: hidden;
	zoom: 1;
}
.p7TP3_arrows_12 .p7TP3_arrow_L, .p7TP3_arrows_12 .p7TP3_arrow_R {
	float: left;
	position: relative;
	z-index: 999;
}
.p7TP3_arrows_12 .p7TP3_arrow_R {
	float: right;
}
.p7TP3_arrows_12 a {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	width: 26px;
	background-repeat: no-repeat;
	box-shadow: 5px 5px 20px #000;
	background-position: center center;
}
.p7TP3_arrows_12 .p7TP3_arrow_L a {
	background-image: url(img/tp3_12_west.png);
}
.p7TP3_arrows_12 .p7TP3_arrow_R a {
	background-image: url(img/tp3_12_east.png);
}
.p7TP3_arrows_12 a:hover, .p7TP3_arrows_12 a:focus {
	outline: 0;
}
.p7TP3_arrows_12 .p7TP3_arrow_R a.off {
	display: block;
	cursor: default;
	opacity: .3;
}
.p7TP3_arrows_12 .p7TP3_arrow_L a.off {
	display: block;
	cursor: default;
	opacity: .3;
}
/*Trigger and Arrows Font Size, top, and bottom padding*/
.p7TP3_arrows_12 a, .p7TP3_tabs_12 a, .p7TP3_tabs_12 a:visited {
	font-size: inherit;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
/*Trigger Viewport*/
.p7TP3-12 .p7TP3tabs_viewport {
	position:relative;
	overflow:hidden;
	zoom: 1;
}
/*Trigger Wrapper*/
.p7TP3-12 .p7TP3tabs_wrapper {
	position:relative;
}
/*Trigger UL*/
.p7TP3_tabs_12 {
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 999;
	zoom: 1;
}
.p7TP3_tabs_12 a img {
	border: 0;
}
.p7TP3_tabs_12 li {
	float: left;
	list-style-type: none;
	margin-left: 0px;
	position: relative;
	margin-right: 3px;
}
.p7TP3_tabs_12 .tp3first {}
.p7TP3_tabs_12 a, .p7TP3_tabs_12 a:visited {
	display: block;
	color: #000;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	position: relative;
	z-index: 1;
	border-radius: 4px 4px 0 0;
	background-color: #69A4FE;
}
.p7TP3_tabs_12 .tp3first a {
	border-left: 0;
}
.p7TP3_tabs_12 a:hover, .p7TP3_tabs_12 a:focus {
	outline: 0;
	color: #000;
}
.p7TP3_tabs_12 a.open, .p7TP3_tabs_12 a.open:visited {
	color: #000;
	border-bottom-color: transparent;
	background-color: #FFF;
	z-index: 999;
	box-shadow: 6px 6px 30px 6px #000;
}

/*Toolbars*/
.p7TP3-12.tools-top {
	padding-top: 0px;
}
.p7TP3-12.tools-bottom {
	padding-bottom: 0px;
}
.p7TP3-12-tools {
	position: relative;
	text-align: center;
	padding: 6px 0px;
	overflow: hidden;
}

/*Paginator*/
.p7TP3-12 .p7TP3-12-pags {
	overflow: hidden;
}
.p7TP3-12 .p7TP3-12-pags ul {
	margin: 0px;
	padding: 0;
	display: inline-block;
}
.p7TP3-12 .p7TP3-12-pags li {
	list-style-type: none;
	float: left;
	margin-right: 6px;
	margin: 3px;
}
.p7TP3-12 .p7TP3-12-pags ul a {
	text-decoration: none;
	display: block;
	color: #CCCCCC;
	background-color: #CCCCCC;
	font-size: 0px;
	line-height: 0px;
	padding: 5px;
	border-radius: 100%;
	border: none !important;
}
.p7TP3-12 .p7TP3-12-pags ul a:hover, .p7TP3-12 .p7TP3-12-pags ul a.down {
	background-color: #CC3300;
}
/*Prev-Next Arrows*/

.p7TP3-12 .p7TP3-12-arrows a {
	text-decoration: none;
	position: absolute;
	z-index: 999;
	display: block;
	opacity: .35;
	font-size: 0px;
	color: rgba(255,255,255,0);
}
.p7TP3-12 .p7TP3-12-arrows a:hover {
	opacity: 1;
}
.p7TP3-12 .p7TP3-12-arrow-prev {
	left: 3px;
	top: 42%;
	background-image: url(img/p7tp3-prev-dark.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 14px;
}

.p7TP3-12.v-slide .p7TP3-12-arrow-prev {
	left: auto;
	top: 6px;
	background-image: url(img/p7tp3-up-dark.png);
	height: 14px;
	width: 25px;
	right: 6px;
}

.p7TP3-12 .p7TP3-12-arrow-next {
	right: 3px;
	top: 42%;
	background-image: url(img/p7tp3-next-dark.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 14px;
}

.p7TP3-12.v-slide .p7TP3-12-arrow-next {
	right: 3px;
	top: auto;
	bottom: 6px;
	background-image: url(img/p7tp3-down-dark.png);
	height: 14px;
	width: 25px;
}
/*Pause-Play Control*/
.p7TP3-12-pause-play {
	float: right;
	font-size: 13px;
}
.p7TP3-12-pause-play a {
	display: block;
	text-decoration: none;
	color: #CCCCCC;
	text-transform: uppercase;
}
.p7TP3-12-pause-play a:hover {
	color: #CC3300;
}


/*Panels*/
/*Outer Wrapper*/
.p7TP3cwrapper_12 {
	background-color: #FFF;
	position: relative;
	top: -1px;
	z-index: 3;
	border: 1px solid #fff;
	border-radius: 5px 5px 5px 5px;
}
.p7TP3-12.no-scroll .p7TP3cwrapper_12 {
	border-radius: 0px 5px 5px 5px;
}
.p7TP3-12.no-tabs .p7TP3cwrapper_12 {
	border-radius: 5px 5px 5px 5px;
}
/*Panels Viewport*/
.p7TP3cwrapper_12 .p7TP3_vp {filter: none;}

/*Individual panels*/
.p7TP3_content_12 {
	padding: 20px;
	color: #000;
	font-size: inherit;
	line-height: 1.5em;
}
.p7TP3_content_12 a {
	text-transform: uppercase;
	color: #000;
}
.p7TP3_content_12 a:hover, .p7TP3_content_12 a:focus {
	color: red;
}
.p7TP3_content_12 a:visited {
	color: #000;
}
