
/* ------ 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; }
a.li_base:hover { color: #4f5c64; /*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 #1d2c5e; padding: 9px 12px 7px 12px; background: #316ab2; color: #ffffff; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; text-shadow: none; }
#top-link-block button.BT_Top:hover { border: solid 1px #316ab2; background: #1d2c5e; 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; }

/* POKE
 Jaune : Base : #ffcb05 | foncé : #c7a008
 Bleu : Base : #316ab2 | foncé : #1d2c5e
 Rouge ligue : #ed1c24 | 
 Gris ligue : #d1d2d4
 */
/*
Orange: #e5650b #ed8942 #edcfb9 #f7efe9
Bleu: #4f5c64 #cadde8 #e6eff5 | F : #32393d
*/
/* ------ 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; }
.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;*/ }
