.tipsy {
    position: absolute;
    padding: 5px;
    z-index: 100000;
}

.tipsy-inner {
	font-family: 'Exo 2', sans-serif;
	font-size: 11px;
    background: #161616;
    color: #FFFFFF;
    max-width: 200px;
    padding: 5px 8px;
    text-align: center;
}

.tipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed #161616;
}

.tipsy-arrow-n {
    border-bottom-color: #161616;
}

.tipsy-arrow-s {
    border-top-color: #161616;
}

.tipsy-arrow-e {
    border-left-color: #161616;
}

.tipsy-arrow-w {
    border-right-color: #161616;
}

.tipsy-n .tipsy-arrow {
    top: 0px; left: 50%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.catdesc {
  	font-family: 'Exo 2', sans-serif;
  	font-size: 11px;
  	padding: 6px 12px;
  	background: #003965;
  	color: #FAFAFA;
}

#header {
	background: #72B1FF;
	height: 200px;
	min-width: 1024px;
}

.logo {
	float: left;
	margin-top: 0px;
	transition: all 0.5s ease;
	
	color: #FFFFFF;
	font-family: 'Exo 2', sans-serif;
	font-size: 72px;
	font-weight: 400;
}

.logo2 {
	float: left;
	margin-top: 20px;
	transition: all 0.5s ease;
	
	color: #FFFFFF;
}

/*.logo:hover > .logo2 {
  	transform: rotate(360deg);
}

*/

.menu {
	float: right;
	margin: 45px 0 0 0;
	padding: 0;
	text-align: right;
	
	width: 492px;
}

.menu ul {
  	margin: 0;
  	padding: 0;
}

.menu ul li {
  	list-style: none;
  	display: inline-block;
  	margin: 0 0 0 25px;
  	padding: 0;
  	text-align: center;
  	width: 60px;
  	height: 60px;
  	line-height: 30px;
}

.menu ul li a:link, .menu ul li a:visited {
  	color: rgba(255, 255, 255, 0.5);
  	text-decoration: none;
  	transition: all 0.5s ease;
}

.menu ul li a:hover, .menu ul li a:active {
  	color: rgba(255, 255, 255, 1);
  	text-decoration: none;
  	transition: all 0.5s ease;
}

#panel {
  	background: #003965;
  	height: 50px;
  	min-width: 1024px;
}

.news {
 	padding: 0;
	margin: 0;
  	width: 492px;
  	height: 50px;
  	line-height: 50px;
  	float: left;
}

.announcements {
  	width: 17px;
  	padding: 0 5px 0 0;
    color: #FFFFFF;
  	text-align: left;
  	float: left;
  	margin-top: 13px;
}

.automsj {
  	width: 446px;
  	float: left;
  	padding: 0 5px;
  	font-family: 'Exo 2', sans-serif;
  	font-size: 13px;
  	margin: 1px auto 0 auto;
}

.automsj ul {
  	padding: 0;
  	margin: 0;
}

.quotes {
    color: #FFFFFF;
  	list-style: none;
  	display: none;
  	text-align: left;
}

.usersection {
  	margin: 0;
  	padding: 0;
  	float: right;
  	text-align: right;
  	width: 492px;
  	height: 50px;
  	line-height: 50px;
  	color: #FFFFFF;
}

.loginbutton a:link, .loginbutton a:visited {
  	padding: 5px 8px;
  	margin-left: 10px;
  	color: #FFFFFF;
  	transition: all 0.5s ease;
  	background: #005ea7;
  	text-decoration: none;
}

.loginbutton a:hover, .loginbutton a:active {
  	transition: all 0.5s ease;
  	background: #0073cd;
  	text-decoration: none;
}

.registerbutton a:link, .registerbutton a:visited {
  	padding: 5px 8px;
  	color: #FFFFFF;
  	transition: all 0.5s ease;
  	background: #5ea700;
  	text-decoration: none;
}

.registerbutton a:hover, .registerbutton a:active {
  	transition: all 0.5s ease;
  	background: #79cd00;
}

.usermenu {
  	font-size: 13px;
  	margin-right: 20px;
}

.usermenu a:link, .usermenu a:visited {
  	color: #008fff;
  	transition: all 0.5s ease;
  	text-decoration: none;
}

.usermenu a:hover, .usermenu a:active {
	color: #54b4ff;
  	transition: all 0.5s ease;
}

.panelavatar {
  	margin: 0 5px 0 0;
  	padding: 0;
}

.wrapper-dropdown-5 {
    position: relative;
    top: -32px;
    float: right;
    cursor: pointer;
    outline: none;
   /* z-index: 999;*/
  	color: #008fff;
  	transition: all 0.5s ease;
}

.wrapper-dropdown-5 .dropdown {
	position: absolute;
	width: 190px;
    padding: 0;
	top: 18px;
	left: -172px;
	list-style: none;
	max-height: 0;
	overflow: hidden;
  	transition: all 0.5s ease;
  	color: #FFFFFF;
	background: #003965;
}

.wrapper-dropdown-5:hover, .wrapper-dropdown-5:active {
    cursor: pointer;
	transition: all 0.5s ease;
  	color: #54b4ff;
}

.wrapper-dropdown-5 .dropdown li {
    padding: 5px;
}

.wrapper-dropdown-5 .dropdown li a {
    padding: 5px;
    height: 20px;
    line-height: 18px;
    display: block;
    font-size: 13px;
    text-decoration: none;
    color: #FFFFFF;
  	transition: all 0.3s ease;
}

.wrapper-dropdown-5 .dropdown li:last-of-type a {
    border: none;
}

.wrapper-dropdown-5 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

.wrapper-dropdown-5 .dropdown li:hover a {
    display: block;
    cursor: pointer;
	background: #008fff;
  	transition: all 0.3s ease;
}

.wrapper-dropdown-5.active .dropdown {
    max-height: 400px;
}

.tduser {
    padding: 0;
    margin: 0;
}

.admincp a:link, .admincp a:visited {
  	background: #d00000;
  	padding: 4px 3px 4px 5px;
  	transition: all 0.5s ease;
  	color: #EFEFEF;
}

.admincp a:hover {
  	background: #fe0000;
  	transition: all 0.5s ease;
  	color: #FFFFFF;
}

.usercp a:link, .usercp a:visited {
  	background: #00abd0;
  	padding: 4px 3px 4px 5px;
  	transition: all 0.5s ease;
  	color: #EFEFEF;
}

.usercp a:hover {
  	background: #00d1fe;
  	transition: all 0.5s ease;
  	color: #FFFFFF;
}

.modcp a:link, .modcp a:visited {
  	background: #d09c00;
  	padding: 4px;
  	transition: all 0.5s ease;
  	color: #EFEFEF;
}

.modcp a:hover {
  	background: #febe00;
  	transition: all 0.5s ease;
  	color: #FFFFFF;
}

.breadcrumb {
	font-family: 'Exo 2', sans-serif;
    font-size: 13px;
    font-weight: bold;
    overflow: hidden;
    margin: auto;
    padding: 0;
	background: #003965;
    color: #FFFFFF;
    border: 1px none;
    height: 44px;
    width: 984px;
  	min-width: 984px;
}

.breadcrumb .crust {
    display: block;
    float: left;
    position: relative;
}

.breadcrumb .crust:first-child a.crumb {
    padding-left: 10px;
}

.breadcrumb .crust a.crumb, .breadcrumb .crust b.lastcrumb {
    text-decoration: none;
    padding: 5px 5px 5px 30px;
    margin-bottom: -1px;
    outline: 0 none;
    display: block;
    color: #FFFFFF;
    text-decoration: none;
	background: #005ea7;
	transition: all 0.5s ease;
}

.breadcrumb .crust b.lastcrumb {
    background: transparent none;
}

.breadcrumb .crust a.crumb, .breadcrumb .crust b.lastcrumb {
    line-height: 35px;
}

.breadcrumb .crust .arrow {
    border: 22px solid transparent;
    border-right: 1px none;
    border-left-color: #003c6d;
    display: block;
    position: absolute;
    right: -22px;
    top: 0;
    z-index: 1;
    width: 0px;
    height: 0px;
}

.breadcrumb .crust .arrow span {
    border: 23px solid transparent;
    border-right: 1px none black;
    border-left-color: #005ea7;
    display: block;
    position: absolute;
    left: -24px;
    top: -23px;
    z-index: 51;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 9999px;
    width: 0px;
    height: 0px;
	transition: all 0.5s ease;
}

.breadcrumb .refresh:hover {
    background-position: 0px -16px;
}

.breadcrumb .crust:last-child a.crumb {
}

.breadcrumb .crust:hover a.crumb {
    text-decoration:none; 
    cursor: pointer;
    background: #0076D1;
	transition: all 0.5s ease;
}

.breadcrumb .crust:hover .arrow span {
 
    border-left-color: #0076D1;
	transition: all 0.5s ease;
}

.effect {
  	opacity: 0.5;
  	transition: all 0.5s ease;
}

.effect:hover {
  	opacity: 1;
  	transition: all 0.5s ease;
}

.scrolltotop {
    cursor: pointer;
    border: 1px solid #54b4ff;
    padding: 2px 11px 6px 11px;
    position: fixed;
    bottom: 1em;
    right: 20px;
    text-decoration: none;
    color: #54b4ff;
    display: none;
	transition: all 0.5s ease;
  	font-size: 16px;
  	opacity: 0.75;
}

.scrolltotop:hover {
    
    cursor: pointer;
    border: 1px solid #54b4ff;
    color: #54b4ff;
	transition: all 0.5s ease;
  	opacity: 1;
}

.buttons {
    cursor: pointer;
    color: #FFFFFF;
    width: 44px;
    height: 29px;
    padding-top: 15px;
    text-align: center;
    background: #005ea7;
	transition: all 0.5s ease;
}

.buttons:hover {
    cursor: pointer;
    color: #FFFFFF;
    background: #0076D1;
	transition: all 0.5s ease;
}

.clickedbuttons {
    cursor: pointer;
    color: #FFFFFF;
    width: 44px;
    height: 29px;
    padding-top: 15px;
    text-align: center;
    background: #005ea7;
	transition: all 0.5s ease;
}

.clickedbuttons:hover {
    cursor: pointer;
    color: #FFFFFF;
    background: #0076D1;
	transition: all 0.5s ease;
}

.thead {
  	background: #005ea7;
  	font-size: 13px;
  	color: #FAFAFA;
  	height: 30px;
  	line-height: 29px;
  	font-weight: bold;
}

.thead a:link, .thead a:visited {
  	color: #FAFAFA;
  	text-decoration: none;
  	font-weight: bold;
}

.thead a:hover, .thead a:active {
  	color: #FAFAFA;
  	text-decoration: none;
}

.theadend {
  	height: 3px;
  	background: #003965;
}

.language {
  	float: right;
  	margin-left: 20px;
}

.themes {
	float: right;
}

#footer {
  	background: #003965;
  	height: 200px;
  	min-width: 1024px;
}

#copyright {
  	height: 50px;
  	line-height: 50px;
  	color: #FAFAFA;
  	background: #005ea7;
  	min-width: 1024px;
}

#copyright a:link, #copyright a:visited {
  	color: #54b4ff;
  	transition: all 0.5s ease;
  	text-decoration: none;
}

#copyright a:hover, #copyright a:active {
  	color: #98D2FF;
  	transition: all 0.5s ease;
  	text-decoration: none;
}

.one {
  	width: 330px;
  	margin-right: 130px;
  	float: left;
}

.two {
  	width: 150px;
  	margin-right: 170px;
  	float: left;
}

.three {
  	width: 150px;
  	float: left;
}

.one h3 {
  	font-size: 19px;
  	color: #FAFAFA;
  	margin: 20px 0;
}

.two h3 {
  	font-size: 19px;
  	color: #FAFAFA;
  	margin: 20px 0;
}

.three h3 {
  	font-size: 19px;
  	color: #FAFAFA;
  	margin: 20px 0;
}

.one p {
  	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
  	line-height: 11px;
}

.two ul {
  	margin: 0;
  	padding: 0;
}

.two ul li {
  	list-style: none;
  	display: block;
  	padding: 2px 0;
  	margin: 0;
}

.two ul li a:link, .two ul li a:visited {
  	text-decoration: none;
  	color: rgba(255, 255, 255, 0.5);
  	transition: all 0.5s ease;
}

.two ul li a:hover, .two ul li a:active {
  	color: rgba(255, 255, 255, 1);
  	transition: all 0.5s ease;
}

.three ul {
  	margin: 0;
  	padding: 0;
}

.three ul li {
  	list-style: none;
  	display: block;
  	padding: 2px 0;
  	margin: 0;
}

.three ul li a:link, .three ul li a:visited {
  	text-decoration: none;
  	color: rgba(255, 255, 255, 0.5);
  	transition: all 0.5s ease;
}

.three ul li a:hover, .three ul li a:active {
  	color: rgba(255, 255, 255, 1);
  	transition: all 0.5s ease;
}

::-webkit-scrollbar {
  
    width: 15px;
}

::-webkit-scrollbar-track {
  
    background: #003965;
}

::-webkit-scrollbar-thumb {
  
    background: #005ea7;
}

::-webkit-scrollbar-thumb:hover {
  
    background: #008fff;
}

.userbrowsing {
  	background: #FAFAFA;
  	border: 1px solid #CCC;
  	padding: 8px;
}

.moderatedby {
  	background: #FAFAFA;
  	border: 1px solid #CCC;
  	padding: 8px;
}

.pagination2 a:link, .pagination2 a:visited {
  	font-family: 'Exo 2', sans-serif;
  	font-size: 11px;
  	background: #003965;
  	color: #FAFAFA;
  	transition: all 0.5s ease;
  	padding: 3px 7px 3px 6px;
}

.pagination2 a:hover, .pagination2 a:active {
  	background: #005ea7;
  	transition: all 0.5s ease;
}

.bigbutton a:link, .bigbutton a:visited {
  	font-family: 'Exo 2', sans-serif;
  	font-size: 13px;
  	background: #003965;
  	padding: 10px 16px 10px 12px;
  	color: #FAFAFA;
  	transition: all 0.5s ease;
}

.bigbutton a:hover, .bigbutton a:active {
  	background: #005ea7;
  	transition: all 0.5s ease;
}

.closedbutton a:link, .closedbutton a:visited {
  	font-family: 'Exo 2', sans-serif;
  	font-size: 13px;
  	background: #650000;
  	padding: 10px 16px 10px 12px;
  	color: #FAFAFA;
  	transition: all 0.5s ease;
}

.closedbutton a:hover, .closedbutton a:active {
  	background: #a70000;
  	transition: all 0.5s ease;
}

.centered {
  	text-align: center;
}

.pbbutton a:link, .pbbutton a:visited {
  	font-family: 'Exo 2', sans-serif;
  	font-size: 13px;
  	background: #005ea7;
  	padding: 5px 8px 5px 6px;
  	color: #FAFAFA;
  	transition: all 0.5s ease;
}

.pbbutton a:hover, .pbbutton a:active {
  	background: #0075d0;
  	transition: all 0.5s ease;
}

.pbredbutton a:link, .pbredbutton a:visited {
  	font-family: 'Exo 2', sans-serif;
  	font-size: 13px;
  	background: #a70000;
  	padding: 5px 8px 5px 6px;
  	color: #FAFAFA;
  	transition: all 0.5s ease;
}

.pbredbutton a:hover, .pbredbutton a:active {
  	background: #d00000;
  	transition: all 0.5s ease;
}

.minibutton a:link, .minibutton a:visited{
	padding: 5px;
  	text-align: center;
  	background: #005ea7;
  	transition: all 0.5s ease;
  	color: #FAFAFA;
}

.minibutton a:hover, .minibutton a:active {
  	background: #0075d0;
  	transition: all 0.5s ease;
}

.welcomebox {
  	width: 370px;
  	margin: 10px 0 0 20px;
  	float: left;
  	text-align: justify;
  	font-family: 'Exo 2', sans-serif;
  	font-size: 13px;
  	color: #363636;
  	line-height: 22px;
}

.welcometitle h1 {
  	font-family: 'Exo 2', sans-serif;
  	font-size: 19px;
  	font-weight: 400;
  	text-align: center;
  	margin: 0 0 30px 0;
  	color: #FAFAFA;
}

.welcometitle {
  	background: #005ea7;
  	color: #FAFAFA;
}

.welcomelogin {
  	width: 190px;
  	margin: 10px 10px 0 50px;
  	float: left;
  	text-align: left;
  	line-height: 22px;
}

input.loginbutton {
  	padding: 5px 8px;
  	color: #FFFFFF;
  	transition: all 0.5s ease;
  	background: #005ea7;
  	text-decoration: none;
  	border: 1px none;
}

input.loginbutton:hover {
  	transition: all 0.5s ease;
  	background: #0073cd;
  	text-decoration: none;
}

.welcomelogin ul {
    float: left;
    margin: 0;
  	padding: 0;
    list-style: none;
}

.welcomelogin li {
    display: block;
}

.log {
    color: #FFFFFF;
    padding: 8px 8px 7px 7px;
	margin: 0 0 10px 0;
    background: #363636;
    border-top: 1px solid #363636;
    border-left: 1px solid #363636;
    border-bottom: 1px solid #363636;
    border-right: 1px none;
}

.textlog {
	font-family: 'Exo 2', sans-serif;
	font-size: 13px;
    width: 90px;
    color: #363636;
    background: #FFFFFF;
    border-top: 1px solid #363636;
    border-right: 1px solid #363636;
    border-bottom: 1px solid #363636;
    border-left: 1px none;
    padding: 8px 8px 7px 8px;
  	margin: 0 0 10px 0;
}

/* Ajouts de Corentin relatifs au header lak */

div.top_shoutout{
    background-color:#ff0066; 
    color:white; 
    padding:15px; 
    text-align:center;
    font-size:20px;
}

div.top_shoutout a{
    color: white;
}

#navprincipale { 
  top: 0;
  width: 100%;
  height: 50px;
  background: #001C38;
  /*background: #003466;*/
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

#navprincipalecontent { 
  display: block;
  width: 760px;
  margin: 0 auto;
  padding: 0px 25px;
}

#navprincipalecontent li { }

#navprincipalecontent li a {
  display: block;
  float: left;
  font-size: 1.2em;
  font-weight: bold;
  color: #96aed8;
  line-height: 50px;
  text-decoration: none;
  padding: 0px 8px;
  margin-right: 6px; 
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear; 
}

#navprincipalecontent li a:hover {
  color: #fff;
  background: rgba(0,0,0,0.3);
}

#souslistebulle li { }

#souslistebulle li a {
display: block;
float: left;
font-size: 12px;
font-weight: bold;
color: #1B97E2;
line-height: 20px;
text-decoration: none;
padding: 0px 8px;
margin-right: 6px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
transition: all 0.2s linear;
}

#souslistebulle li a:hover {
  color: #A1A1A1;
  background: transparent;
}

.inline-lists ul {
	text-align: center;
}

.inline-lists ul li {
	-webkit-transition: padding .05s linear;
	-moz-transition: padding .05s linear;
	-ms-transition: padding .05s linear;
	-o-transition: padding .05s linear;
	transition: padding .05s linear;
}

.inline-lists ul li.drop {
	position: relative;
}

.inline-lists ul > li {
	display: inline-block;
}

.inline-lists ul li a:hover {
	color: #2F2F2F;
}

.dropOut .triangle {
	width: 0;
	height: 0;
	position: absolute;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid white;
	top: -8px;
	left: 50%;
	margin-left: -8px;
}
.dropdownContain {
	width: 160px;
	position: absolute;
	z-index: 600;
	left: 50%;
	margin-left: -80px; /* half of width */
	top: -700px;
}
.dropOut {
	width: 160px;
	background: white;
	float: left;
	position: relative;
	margin-top: 0px;
	opacity: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.15);
	box-shadow: 0 1px 6px rgba(0,0,0,.15);
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
	top: 30px;
}

.inline-lists .dropOut ul {
	float: left;
	padding: 10px 0;
}
.dropOut ul li {
	text-align: left;
	float: left;
	width: 125px;
	padding: 12px 0 10px 15px;
	margin: 0px 10px;
	color: #777;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: background .1s ease-out;
	-moz-transition: background .1s ease-out;
	-ms-transition: background .1s ease-out;
	-o-transition: background .1s ease-out;
	transition: background .1s ease-out;
}

.dropOut ul li:hover {
	background: #f6f6f6;
}

ul li:hover .dropdownContain { top: 30px; }
ul li:hover .underline { border-bottom-color: #777; }
ul li:hover .dropOut { opacity: 1; }

.ribbonheader {
top: -42px;
}
.btnbootstrap {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btnbootstrap-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
#headerblue a {
    color: #428bca;
}
#headerblue {
padding-top:7px;
display:none;
padding-bottom:7px;
background-color:#003466;
position:fixed ;
top:0;
width: 100%;
height:34px;
text-align:center;
   -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
   box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
z-index:5;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333;
}

#headerlogo {
width:50%;
text-align:right;
padding-top:50%;
display:inline;
}

#registerheader{
width:50%;
padding-top:20px;
top:30px;
display:inline;
color:#ffffff;
font-size:24px;
}

.ribbonheader:after, .ribbonheader:before {
    margin-top:0.5em;
    content: "";
    float:left;
    border:1.5em solid #fff;
}

.ribbonheader:after {
    border-right-color:transparent;
}

.ribbonheader:before {
    border-left-color:transparent;
}

.ribbonheader a:link, .ribbonheader a:visited { 
    text-decoration:none;
    float:left;
    height:3.5em;
    overflow:hidden;
}

.ribbonheader span {
    background:#fff;
    display:inline-block;
    line-height:3em;
    padding:0 1em;
    margin-top:0.5em;
    position:relative;

    -webkit-transition: background-color 0.2s, margin-top 0.2s;  /* Saf3.2+, Chrome */
    -moz-transition: background-color 0.2s, margin-top 0.2s;  /* FF4+ */
    -ms-transition: background-color 0.2s, margin-top 0.2s;  /* IE10 */
    -o-transition: background-color 0.2s, margin-top 0.2s;  /* Opera 10.5+ */
    transition: background-color 0.2s, margin-top 0.2s;
}

.rh_accueil :hover {
background: -webkit-radial-gradient( center, circle, #00ADFF, #0688FF);
background:    -moz-radial-gradient( center, circle, #00ADFF, #0688FF);
background:     -ms-radial-gradient( center, circle, #00ADFF, #0688FF);
background:      -o-radial-gradient( center, circle, #00ADFF, #0688FF);
background:         radial-gradient( circle at center, #00ADFF, #0688FF);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ADFF',endColorstr='#0688FF', GradientType=1);
    margin-top:0;
	color:white;
}

.rh_cinema :hover {
background: -webkit-radial-gradient( center, circle, #FCFC28, #FDB940);
background:    -moz-radial-gradient( center, circle, #FCFC28, #FDB940);
background:     -ms-radial-gradient( center, circle, #FCFC28, #FDB940);
background:      -o-radial-gradient( center, circle, #FCFC28, #FDB940);
background:         radial-gradient( circle at center, #FCFC28, #FDB940);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCFC28',endColorstr='#FDB940', GradientType=1);
    margin-top:0;
	color:black;
}

.rh_cartooneurs :hover {
background: -webkit-radial-gradient( center, circle, #FFA300, #FA8436);
background:    -moz-radial-gradient( center, circle, #FFA300, #FA8436);
background:     -ms-radial-gradient( center, circle, #FFA300, #FA8436);
background:      -o-radial-gradient( center, circle, #FFA300, #FA8436);
background:         radial-gradient( circle at center, #FFA300, #FA8436);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA300',endColorstr='#FA8436', GradientType=1);
    margin-top:0;
	color:white;
}

.rh_studio :hover {
background: -webkit-radial-gradient( center, circle, #EF0040, #FF0000);
background:    -moz-radial-gradient( center, circle, #EF0040, #FF0000);
background:     -ms-radial-gradient( center, circle, #EF0040, #FF0000);
background:      -o-radial-gradient( center, circle, #EF0040, #FF0000);
background:         radial-gradient( circle at center, #EF0040, #FF0000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#A30013',endColorstr='#FF0000', GradientType=1);
    margin-top:0;
	color:white;
}

.rh_forum :hover {
background: -webkit-radial-gradient( center, circle, #2EA300, #00D63C);
background:    -moz-radial-gradient( center, circle, #2EA300, #00D63C);
background:     -ms-radial-gradient( center, circle, #2EA300, #00D63C);
background:      -o-radial-gradient( center, circle, #2EA300, #00D63C);
background:         radial-gradient( circle at center, #2EA300, #00D63C);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2EA300',endColorstr='#00D63C', GradientType=1);
    margin-top:0;
	color:white;
}

.rh_jeux :hover {
background: -webkit-radial-gradient( center, circle, #A30082, #D600B4);
background:    -moz-radial-gradient( center, circle, #A30082, #D600B4);
background:     -ms-radial-gradient( center, circle, #A30082, #D600B4);
background:      -o-radial-gradient( center, circle, #A30082, #D600B4);
background:         radial-gradient( circle at center, #A30082, #D600B4);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#A30082',endColorstr='#D600B4', GradientType=1);
    margin-top:0;
	color:white;
}

.ribbonheader span:before {
    content: "";
    position:absolute;
    top:3em;
    left:0;
    border-right:0.5em solid #9B8651;
    border-bottom:0.5em solid #fff;
}

.ribbonheader span:after {
    content: "";
    position:absolute;
    top:3em;
    right:0;
    border-left:0.5em solid #9B8651;
    border-bottom:0.5em solid #fff;
}

.inline-lists ul {
	margin-top:0px;
}

div.forums td.trow1 a img { vertical-align: top; }

/* Code lié aux spoilers (dans les messages) */
div.lkspoiler{ border: 1px dotted #333; padding: 5px; background-color: #DDD; }
div.lkspoiler div.lkspoiler_content{ border-top: 1px solid #999; padding: 5px 0 0 0; margin: 5px 0 0 0; }
div.lkspoiler div.lkspoiler_hidden{ display: none; }