
/* ------ BASE ------ */

button.Li_no:active, button.Li_no:focus, a.Li_no:active, a.Li_no:focus { outline: none; }
body {
	padding-top: 83px;
	font-family: 'Roboto', Arial, sans-serif;
	/*font-family: 'Roboto Condensed', Arial, sans-serif;*/
	/*font-family: 'Lato', Arial, sans-serif;*/
	/*font-family: 'Open Sans', Arial, sans-serif;*/
	/*font-family: 'Source Sans Pro', Arial, sans-serif;*/
	/*font-family: 'Ubuntu', Arial, sans-serif;*/
	/*font-family: 'Oxygen', Arial, sans-serif;*/
	/*font-family: 'Luckiest Guy', cursive;*/
	/*font-family: 'Lato', sans-serif;*/
	/*font-family: Arial, sans-serif;*/
	}
a:link, a:visited { text-decoration: underline; color: #000000; }
a:hover {  }
a.li_base:link, a.li_base:visited { font-weight: 600; /*text-decoration: none;*/ color: #e5650b; transition: all 500ms ease; }
a.li_base:hover { color: #4f5c64; /*text-decoration: underline;*/ }
a.li_baseR:link, a.li_baseR:visited { font-weight: 600; /*text-decoration: none;*/ color: #4f5c64; transition: all 500ms ease; }
a.li_baseR:hover { color: #e5650b; /*text-decoration: underline;*/ }
a.li_bas:link, a.li_bas:visited { font-weight: 600; /*text-decoration: none;*/ color: #ffffff; }
a.li_bas:hover { /*text-decoration: underline;*/ }
.Bas_Imp { font-size: 18px; }

/* BT_Top */
#top-link-block.affix-top { position: absolute; /* allows it to "slide" up into view */ bottom: -82px; right: 10px; }
#top-link-block.affix { position: fixed; /* keeps it on the bottom once in view */ bottom: 18px; right: 10px; }
#top-link-block button.BT_Top { border: solid 1px #ed8942; padding: 9px 12px 7px 12px; background: #e5650b; color: #ffffff; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; text-shadow: none; transition: all 500ms ease; }
#top-link-block button.BT_Top:hover { border: solid 1px #e5650b; background: #ed8942; color: #ffcb05; }

/* Log */
#top-link-log.affix-top { position: absolute; /* allows it to "slide" up into view */ top: 138px; right: 0; }
#top-link-log.affix { position: fixed; /* keeps it on the bottom once in view */ top: 128px; right: 0; }
#top-link-log { z-index: 200; }
.CS_Log { /*float: right;*/ /*margin-top: 70px;*/ /*padding: 10px;*/ /*background: red;*/ text-align: right; }
.CS_LogI { background: #f7f7f7; border: solid 1px #cfcfcf; border-right: none; padding: 10px 20px; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; -moz-box-shadow: 3px 3px 3px #cfcfcf; -webkit-box-shadow: 3px 3px 3px #cfcfcf; box-shadow: 3px 3px 3px #cfcfcf; }

.Txt300 { font-weight: 300; } .Txt400 { font-weight: 400; } .Txt700 { font-weight: 700; } .Txt900 { font-weight: 900; }
.ClearB { clear: both; } /* AKA .clearfix */
/*.TotalB { position: relative; }*/ /* Pour Menu spé défile */
.img-recen { margin: 0 auto; }
.DNone { display: none; }


/*
Orange: #e5650b #ed8942 #edcfb9 #f7efe9
Bleu: #4f5c64 #cadde8 #e6eff5 | F : #32393d
Prune admin : #6a5464 #52424d
*/
.Co_Orange { color: #e5650b; } .Bg_Orange { background-color: #e5650b; color: #ffffff; }
.Co_Prune { color: #7b2482; } .Bg_Prune { background-color: #7b2482; color: #ffffff; }/*#e9e6f5 #ddd8f0 #6a5464 #52424d*/
.Co_Vert { color: #008957; } .Bg_Vert { background-color: #008957; color: #ffffff; }/*#4f5c64 #487e88 #41a29a #61c497 #a4e284 #f9f871*/
.Co_Bleu { color: #00a2ef; } .Bg_Bleu { background-color: #00a2ef; color: #ffffff; }
.Co_Rouge { color: #cf3838; } .Bg_Rouge { background-color: #cf3838; color: #ffffff; }

	.Co_PSBleu { color: #00c1d7; }
	.Co_PSBleuF { color: #008ba0; }

.Co_BlHand { color: #094696; } .Bg_BlHand { background-color: #094696; color: #ffffff; }
.Co_Sect { color: #00a983; } .Bg_Sect { background-color: #00a983; color: #ffffff; }

/* ------ MENU ------ */

.navbar_act { border-bottom: solid 3px #4f5c64; background: #ffffff; }
a.navbar_logo:link, a.navbar_logo:visited { height: 80px; line-height: 80px; padding: 0; margin: 0; text-decoration: none; text-transform: uppercase; font-weight: 700; }
a.navbar_logo img { height: 80px; }

.navbar_nav { margin: 30px 0 0 0; }
.navbar_act ul.nav { /*margin: 25px 0 0 0;*/ }
.navbar_act ul.nav li a { padding: 15px 10px; line-height: 20px; font-size: 14px; /*color: #bbbbbb;*/ text-decoration: none; transition: all 500ms ease; }
.navbar_act ul.nav li a:hover { /*color: #ffffff;*/ }
.navbar_act ul.nav li.active a { /*color: #000000;*/ }
.navbar_act ul.nav li.active a, .navbar_act ul.nav li.active a:hover, .navbar_act ul.nav li.active a:focus { background: #4f5c64; -webkit-box-shadow: none; box-shadow: none; color: #ffffff; /*font-weight: bold;*/ }
