﻿body,{
 background-attachment:fixed;
 padding-left : 1%;
 padding-right : 1%;

}
@font-face {
    font-family: 'Nimbus';
    src: url('font/Nimbus/nimbusmono-regular.otf');
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.p {
	font-family: nimbusmono-regular !important;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
a {
	color: #ce0e01 !important;
}

.carroussel{
max-height: 100px;
}
.mini{
border : 1px solid white;
padding : 1px;
max-height: 40px;
margin-bottom: 3px;
}
.joueur{
margin-top: 0px;
max-height: 200px;
}
/*-----------------------------Menu -----------------------------*/
#menu ul
{
	/* On supprime les puces, on précise une largeur
        et on centre la liste par rapport à la page. */
    list-style: none;
	width: 80%;
	margin: auto;
}

#menu li
{
	/* On fixe les dimensions
        des éléments de notre liste. */
    width: 150px;
	height: 150px;

        /* On met en forme le texte. */
	text-align: center;
	font-weight: bold;
  
        /* On modifie l'affichage pour que
        les éléments soient sur la même ligne. */
	display: inline-block;
	
        /* On ajoute une petite bordure
        et on définit les marges.  */
	border: 1px solid #000;
	margin: 10px;
	padding: 0px;

        /* Quitte à faire du CSS3, autant
        avoir des coins arrondis :p. */
        border-radius: 10px;
        
        /* On centre l'arrière-plan. */
        background-position: center;
      
        /* On modifie la position pour pouvoir ensuite
        placer comme on le souhaite la description des liens. */
        position: relative;

        /* On n'affiche pas ce qui dépasse de nos éléments ! */
	overflow: hidden;	
}
#menu li a
{
	/* Pour fixer les dimensions d'un lien,il est nécessaire de l'afficher en tant
        qu'élément de type block. */
    display: block;
	width: 100%;
	height: 100%;
    text-decoration: none;
}
#menu li span
{
	display: block;
        height: 50px;
        width: 100%;
        color: #fff;
        margin: 0px;
        
        /* La taille des lignes est égale à
        la hauteur de l'élément. Cela permet
        de centrer verticalement le texte. */
        line-height: 50px;
        
        /* Abusons du CSS3 en affichant
        un arrière-plan semi-transparent. */
        background-color: rgba(0,0,0,0.3);
 
        /* Position absolue pour afficher
        la description avec précision. */
        position: absolute;
	
        /* L'ordonnée de l'élément est égale
        à la hauteur de son parent (150px) :
        la description sera donc située sous
        son parent. */
	left: 0px;
	top: 150px;

        /* N'oublions pas les transitions ! */
        transition-property: top;
        transition-duration: 1s;
}
/* On modifie l'ordonnée des descriptions contenues
dans un élément d'une liste survolée par la souris. */
#menu li:hover span
{
	top: 100px;
}

/* On indique les images à afficher
en arrière-plan pour chaque élément. */
#item1{background-image: url('../images/brigandyne/brigandyne_accueil.jpg')}
#item2{background-image: url('../images/brigandyne/brigandyne_aventure.jpg')}
#item3{background-image: url('../images/brigandyne/brigandyne_regles.jpg')}
#item4{background-image: url('../images/brigandyne/brigandyne_goodies.jpg')}
#item5{background-image: url('../images/brigandyne/brigandyne_pnj.png')}
#item6{background-image: url('../images/brigandyne/brigandyne_tchat.jpg')}
#item7{background-image: url('../images/brigandyne/brigandyne_regles_orient.png')}
#item8{background-image: url('../images/brigandyne/brigandyne_pnj_orient.jpg')}
#item9{background-image: url('../images/brigandyne/brigandyne_regles.jpg')}

/*-------------------------------Fin Menu ----------------------------*/

/* MENU secondaire */
#menu_brigandyne2 {
  
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#menu_brigandyne2 ul li {
  float: left;
  list-style-type: none;
}
#menu_brigandyne2 li a {
  display: inline-block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  border-radius: 6px;
}
#menu_brigandyne2 ul li.active{ border-radius: 6px; background-color: #2e708e;}
#menu_brigandyne2 ul li a:hover {
	color: white !important;
  background-color: #ce0e01;
}
.images{ border-radius: 10px; margin-right: 10px;}
abbr {border : none;}
.connect{margin-bottom: 5px;}
.mot_cle{background-color: yellow;}
.row li{
list-style-image: url(../images/brigandyne/brigandyne_epee.png);
}
h1
{
    text-shadow:0 1px 0 #ce0e01,0 2px 0 #ce0e01,0 2px 0 #ce0e01,0 3px 0 #ce0e01,0 3px 0 #ce0e01;
    text-align : center;
    transition-property : text-shadow;
    transition-duration : 10s;
}

h2{
text-indent: 5%;
text-shadow:0 1px 0 #ce0e01,0 1px 0 #ce0e01,0 1px 0 #ce0e01,0 1px 0 #ce0e01,0 1px 0 #ce0e01;
}
h3{
font-weight: bold;
color: #296294;
}
hr{
height : 10px;
background: transparent url("../images/runes.gif") repeat;
}
p:first-letter{
font-size: 1.5em;
}
dd{margin-left: 10% !important;}

#corps_droite{margin-left: 20%;}
#image_start_session{
position: relative;
top: 5px;
}
footer[role="contentinfo"] { }
footer{
 background: transparent url("../images/fond_menu_dd5.png") repeat;
 padding: 2%;
 text-align: right;
 border-radius : 7px;
 margin-bottom: 20px;
 margin-top: 20px;
}
footer img{
float: left;
}



/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* SHADOW/GLOW TRANSITIONS */
/* Glow */
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
