body{
    font: normal 80% "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
    color: #333;
    background: #e8e8e8 url(../Fichiers/Images_site/sab-bg.png);
}

a img {
    border: 0;
}

html, body, ol, ul, form, fieldset {
    margin: 0;
    padding: 0;
}
fieldset {
    border: 0;
}

textarea {
    font: inherit;
}
tt, code, samp {
    font-size: 120%;
    color: #769712;
}

dt {
    color:#369;
    margin-top:0.5em;
}
h1 {
    margin: 10px 0 15px 0;
    padding: 0px 0 0 0;
    line-height: 1.2;
    font-size: 2em;
    letter-spacing:-1px;
    font-weight:bold;
}
h2 {
    margin: 10px 0 15px 0;
    padding: 0px 0 0 0;
    line-height: 1.2;
    font-size: 1.8em;
    letter-spacing:-1px;
    font-weight:bold;
}

h3 {
    font-size: 1.4em;
    font-weight: normal;
    margin: 10px 0 5px 0;
    padding: 10px 0 0 0;
}

h4 {
    font-size: 1.2em;
    margin: 1.5em 0 0.8em 0;
}

h5 {
    font-size: 1em;
    /*font-style: italic;
	font-weight: normal;*/
    margin: 1.5em 0 1em 0;
}

a {
    text-decoration: none;
    color: #2f7caa;
}

a:hover {
    text-decoration: underline;
}
/*////////////////////*/
/* PARAMETRES GLOBAUX */
/*////////////////////*/
ul#menu {
    position: absolute;
    top: 10px;
    right: 0;
    list-style: none;
}

ul#menu li {
    float: left;
}

ul#menu li#menu-sle:hover {
    background:url(../Fichiers/Images_site/Header/univers_sle_hover.png) no-repeat;
}
ul#menu li#menu-forum:hover {
    background:url(../Fichiers/Images_site/Header/univers_forum_hover.png) no-repeat;
}
ul#menu li#menu-live:hover {
    background:url(../Fichiers/Images_site/Header/univers_live_hover.png) no-repeat;
}

ul#menu li a {
    text-decoration: none;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    font-variant: small-caps;
    line-height:30px;
}
#header-inside {
    position: relative;
    width: 960px;
    margin: 0 auto;
}
/* HEADER */
/*////////*/

#fondHeader-www, #fondHeader-lan-sle {
    background: url(../Fichiers/Images_site/Header/header_bg_bleu.png) repeat-x;
    height: 100px;
    margin: 0;
}
#header-www, #header-lan-sle {
    background: url(../Fichiers/Images_site/Header/header_bleu.png) 50% no-repeat;
    height: 100px;
    margin: 0;
}

#fondHeader-live {
    background: url(../Fichiers/Images_site/Header/header_bg_rouge.png) repeat-x;
    height: 100px;
    margin: 0;
}
#header-live {
    background: url(../Fichiers/Images_site/Header/header_rouge.png) 50% no-repeat;
    height: 100px;
    margin: 0;
}

#fondHeader-forum {
    background: url(../Fichiers/Images_site/Header/header_bg_vert.png) repeat-x;
    height: 100px;
    margin: 0;
}
#header-forum {
    background: url(../Fichiers/Images_site/Header/header_vert.png) 50% no-repeat;
    height: 100px;
    margin: 0;
}
/*////////////*/
/* FIN HEADER */


/* SOUS-HEADER */
/*/////////////*/
#sousHeader-www, #sousHeader-lan-sle {
    height: 30px;
    background: #011e30;
    border-bottom: 2px solid #8fcff6;
}


#sousHeader-live {
    height: 30px;
    background: #4d0109;
    border-bottom: 2px solid #f46674;
}

#sousHeader-forum {
    height: 30px;
    background: #121e01;
}
/*/////////////////*/
/* FIN SOUS-HEADER */


/* CONTENU */
/*/////////*/
#global {
    width: 1040px;
    margin: 0 auto;
}
#conteneur {
    width: 1040px;
    background: url(../Fichiers/Images_site/contenu-bg.png);
    float: left;
}

#contenu {
    margin: 0 auto;
    float: left;
    width: 660px;

    margin-left: 20px;
    padding: 20px 0px;
}

#menuDroite {
    float: right;
    width: 300px;
    margin-right: 22px;
    padding: 20px 10px;
}

#basPage {
    clear: both;
    min-height: 200px;
    font-size: 0.9em;
    color: #ADADAD;
    padding-top: 25px;
    position:relative;
}
/*/////////////*/
/* FIN CONTENU */


/* FOOTER */
/*////////*/
#footer-www, #footer-lan-sle, #footer-dev {
    clear: both;
    margin: 0 0;
    bottom:0;
    width: 100%;
    height: 50px;
    background: #011b2c;
    border-top: 6px solid #8fcff6;
    text-align: center;
}
#footer-live {
    clear: both;
    margin: 0 0;
    bottom:0;
    width: 100%;
    height: 50px;
    background: #4a0108;
    border-top: 6px solid #f46674;
    text-align: center;
}
#footer-forum {
    clear: both;
    margin: 0 0;
    bottom:0;
    width: 100%;
    height: 50px;
    background: #131f01;
    text-align: center;
    border-top: 6px solid #a5d664;
    height: 30px;
}
/*////////////*/
/* FIN FOOTER */


/* SOUS MENU */
/*///////////*/
#sous-menu {
    width: 1000px;
    height: 66px;
    margin: 0 auto;
    margin-top:-7px;
}
#sous-menu ul {
    padding: 0px 0 0 10px;
    list-style: none;
}
#sous-menu ul li {
    margin-top: 1px;
    margin-right: 1px;
    display: inline;
}
#sous-menu li a {
    text-decoration: none;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    font-variant: small-caps;
}
/* SOULIGNE LE LIEN DANS LA PAGE OU L'ON SE TROUVE */
#sous-menu li.clickedBleu a {
    background: #3283b3;
}
#fonduBleu li a {
    padding:0px 10px 5px 10px;
}
#fonduBleu li a:hover, #fonduBleu li a:focus, #fonduBleu li a:active {
    background-position:-150px 0;
}
#fonduBleu a {
    background: url(../Fichiers/Images_site/Header/navigation_bg_bleu.png) repeat 0 0;
}

#sous-menu li.clickedRouge a {
    background: #f46674;
}
#fonduRouge li a {
    padding:0px 10px 5px 10px;
}
#fonduRouge li a:hover, #fonduRouge li a:focus, #fonduRouge li a:active {
    background-position:-150px 0;
}
#fonduRouge a {
    background: url(../Fichiers/Images_site/Header/navigation_bg_rouge.png) repeat 0 0;
}
/*///////////////*/
/* FIN SOUS MENU */

/*////////////////////////*/
/* FIN PARAMETRES GLOBAUX */
/*////////////////////////*/



/*//////////////////*/
/*      CONTENU     */
/*//////////////////*/
.textePartenaire {
    font-weight: bold;
    font-size: 1.1em;
}
.titrePrincipal {
    background: #fff;
    position: relative;
    padding: 10px;
}
.bold {
    font-weight: bold;
}
.participantsChange a {
    color: #eaeaea;
}
.participantsChange a:hover {
    color: #333;
    text-decoration: none;
}
.blocDotations {
    margin-bottom: 40px;
    border-top: 1px solid #efefef;
    padding: 10px 5px;
    float: left;
    width: 300px;
}
/*/////////*/
/* ACCUEIL */
/*/////////*/
.texteAcceuil {
    position: absolute;
    background: url(../Fichiers/Photos/Acceuil/fond-texte.png);
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    height: 15px;
    text-decoration: none; color: #000;
    font-weight: bold;
}
#contenu .blanc {
    width:300px;
    border-top:5px solid #f4f3f3;
    border-bottom:5px solid #f4f3f3;
    padding: 5px 10px;
    border-right:10px solid #f4f3f3;
    border-left:10px solid #f4f3f3;
    background: #fff;
}
#contenu .gris {
    width:300px;
    padding: 0px 10px;
    border-right:10px solid #f4f3f3;
    border-left:10px solid #f4f3f3;
    background: #f4f3f3;
}
.menuAcceuil {
    margin-left: 15px;
    background: #f3f4f4;
    width: 600px;
    height: 270px;
    -moz-border-radius: 0px 15px 0px 0px;
    -webkit-border-radius: 0px 15px 0px 0px;
    border-radius: 0px 15px 0px 0px;
}

#contenu .pubAcceuil {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
    padding: 10px 0px;
    background-image: url(../Fichiers/Images_site/acceuil_bg.png);
    background-repeat: repeat-y;
}
#contenu .bouttonAcceuil {
    height: 60px;
}
#slideshow {}
#contenu #nav {
    float:right;
    margin-right: 2px;
}
#contenu #nav li { 
    list-style: none;
}
#contenu #nav a {
    height: 56px;
    text-decoration: none;
    display: block;
    margin-bottom: 2px;
    border: 1px solid #cccccc;
}
/*#contenu #nav a .titre {
    margin-left: 10px;
    color: #7c7c7c;
    font-weight: bold;
}
#contenu #nav a .texte {
    margin-left: 10px;
    color: #a2a2a2;
    font-size: 0.8em;
}*/
#contenu #nav a:hover { 
    opacity: 0.8;
}
#contenu #nav a.activeSlide {
    opacity: 0.8;
}
/*
#contenu #nav a.activeSlide .titre {
    color: #fff;
    font-weight: bold;
}
#contenu #nav a.activeSlide .texte {
    color: #fff;
}*/
#contenu #nav a:focus { 
    outline: none;
}
#contenu #nav img {
    border: none;
    display: block
}
/*/////////////*/
/* FIN ACCUEIL */
/*/////////////*/


/*//////*/
/* NEWS */
/*//////*/

#contenu .newsListe {
    margin-top: -1px;
}

#contenu .newsListe .titre {
    font-size: 1.3em;
    border-top: 1px solid #e7e7e7;
    padding:10px 0 0 0;
    margin-bottom:0px;
    border:0;
    text-decoration: none;
}

#contenu .newsListe .titre .categorie {
    text-decoration: none;
    color: #999;
    font-size: 1.1em;
}
#contenu .newsListe img {
    float:left;
    width: 50px;
    height: 50px;
    margin-right:15px;
    margin-bottom:10px;
}
#contenu .newsListe li {
    list-style: none;
    clear: both;
    border-top: 1px solid #eee;
    background: none;
    padding-top :10px;
}
#contenu .newsListe li .meta {
    display: block;
    color: #999;
    font-size: 0.9em;
    margin-bottom: -15px;
}
#contenu .newsListe li.first {
    border:none;
}
#contenu ul.newsListe {
    padding-bottom:3em;
}
/*//////////*/
/* FIN NEWS */
/*//////////*/



/*//////////////*/
/* INFORMATIONS */
/*//////////////*/

/* ASSOCIATION */
/*/////////////*/
.blocPhotosSite {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.infosServeurs {
    margin-top: 20px;
    margin-left: 60px;
    display: block;
    font-weight: bold;
}
/* MEMBRES */
.unStaff
{
    width: 300px;
}
.imagestaff
{
    padding: 5px;
    margin: 0px 0px 0px 0px ;
    border: 1px solid #D8D8D8 ;
    width: 80px ;
}
.pseudoStaff
{
    padding: 0 20px 0 12px ;
    height: 40px;
    float: right ;
    font-weight: bold ;
    font-size: 14px;
    border-bottom: 1px solid #D8D8D8 ;
    background-color:#F7F7F7 ;
}
.infoStaff
{
    padding: 0 55px 0 0 ;
    float: right;
    background-color: #fff;
    text-align: justify ;
    color: #041849 ;
    font-size: 13px ;
    line-height: 20px;
}
.typoStaff
{
    font-size: 11px ;
    line-height:20px;
    padding: 2px;
}
/* FIN MEMBRES */

/* GALERIE PHOTO SALLE */
#contenu .salle-paysage {
    display: inline-block;
    text-align:center;
    margin: 4px;
    vertical-align: middle;
    text-align: center;
    width: 285px;
    height: 250px;
    border: 1px solid #efefef;
    padding: 5px;
}
#contenu .salle-paysage img {
    margin-top: 15px;
}
#contenu .salle-paysage:hover {
    background: #efefef;
}
/* FIN GALERIE PHOTO SALLE */

/*/////////////////*/
/* FIN ASSOCIATION */

/*//////////////////*/
/* FIN INFORMATIONS */
/*//////////////////*/


/*////////////////////*/
/* DERNIERES EDITIONS */
/*////////////////////*/

/* GALERIE PHOTO */
/*///////////////*/
#contenu .corpPhoto {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background-image: url(../Fichiers/Images_site/corps_photo_bg.png);
    background-repeat: repeat-y;
    width: 620px;
    padding: 20px 0px;
    line-height: 1em;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#contenu .navigationPhotos {
    margin-bottom: 5px;
}

#contenu .degradeSle {
    text-decoration: none;
    opacity: 0.8;
    filter: alpha(opacity = 80);

}
#contenu .degradeSle a {
    text-decoration: none;
    opacity: 0.8;
}
#contenu .degradeSle a:hover {
    opacity: 0.8;
    text-decoration: underline;
}
#contenu .degradePhoto {
    text-decoration: none;
    opacity: 0.3;
    filter: alpha(opacity = 30);
}
#contenu .titreGalerieListe {
    width: 98%;
    padding: 10px;
    background-color: #fff;
    position:relative;
}
/* fleches navigation galerie */
.flecheGalerie a{
    text-decoration: none;
}
.flecheGalerie img:hover {
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

/* -1px pour cacher le border top de la premier edition */
#contenu .galerieliste {
    margin-top: -1px;
}

#contenu .galerieliste .titre {
    font-size: 1.3em;
    border-top: 1px solid #e7e7e7;
    padding:10px 0 0 0;
    margin-bottom:0px;
    border:0;
    font-weight: bold;
    text-decoration: none;
    color: #0967F4;
}

#contenu .galerieliste img {
    float:left;
    margin-right:15px;
    margin-bottom:10px;
}
#contenu .galerieliste li {
    list-style: none;
    clear:both;
    border-top:1px solid #eee;
    background:none;
    padding-top:10px;
}
#contenu .galerieliste li .meta {
    display:block;
    color: gray;
    font-size:0.9em;
    margin-bottom: -15px;
}
#contenu .galerieliste li.first {
    border:none;
}
#contenu ul.galerieliste {
    padding-bottom:3em;
}

#contenu .corpsGalerie {
    border-top: 1px solid #adadad;
}
#contenu .galerie .paysage {
    display: inline-block;
    text-align:center;
    margin: 5px;
    vertical-align: middle;
    text-align: center;
    width: 100px;
    height: 100px;
    border: 1px solid #efefef;
    padding: 4px;
}
#contenu .galerie .paysage img {
    margin-top: 15px;
}
#contenu .galerie .paysage:hover {
    background: #efefef;
}
#contenu .galerie .portrait {
    display: inline-block;
    text-align:center;
    margin: 6px;
    vertical-align: middle;
    text-align: center;
    width: 100px;
    height: 100px;
    border: 1px solid #efefef;
    padding: 3px;
}
#contenu .galerie .portrait:hover {
    background: #efefef;
}
/* bandelrolle photo commentée */
#contenu .galerie .photo_commentee {
    position: absolute;
    width: 100px;
    height: 100px;
    margin-top: -7px;
    margin-left: 58px;
    background: url(../Fichiers/Images_site/carre_coment.png) no-repeat;
}
/*///////////////////*/
/* FIN GALERIE PHOTO */

/*////////////////////////*/
/* FIN DERNIERES EDITIONS */
/*////////////////////////*/



/*///////////////*/
/* PROCHAINE SLE */
/*///////////////*/

/* LISTE JOUEURS et LISTE EQUIPES */
/*////////////////////////////////*/
#contenu .tauxRemplissage {
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    background: #c4c4c4;
    padding: 5px 0 10px 20px;
    margin-left: 49px;
    width: 479px;
    font-size: 10px;
}
#contenu .barreRemplissage {
    background-color: #fff;
    height: 10px;
    width: 460px;
}
.inscrit {
    color: green;
}
.preInscrit {
    color: blue;
}

/* MESSAGES ERREUR OU VALIDE */
.erreur {
    background:#fbe3e4;
    border-bottom: 2px solid #d12f19;
    color:#d12f19;
    padding: 5px;
    width: 505px;
    margin-bottom: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.valide {
    background: #e6efc2;
    border-bottom: 2px solid #c6d880;
    color: #2e9f27;
    padding: 5px;
    width: 505px;
    margin-bottom: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px; /* pour Chrome */
}
/* pour ne pas utiliser le fadout Jquery*/
.info {
    background: #e2efff;
    border-bottom: 2px solid #013859;
    color: #013859;
    padding: 10px;
    width: 495px;
    margin-bottom: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px; /* pour Chrome */
}
/* FIN MESSAGES ERREUR OU VALIDE */

/* INSCRIPTION */
/*/////////////*/

.listInfosInscription {
    border-top: 1px solid #efefef;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: 15px;
    list-style-type: circle;
}
.listInfosInscription li {
    margin-left: 15px;
    list-style-type: circle;
}
/* FIN INSCRIPTION */
/*/////////////////*/

/* BLOCK AVEC PICTO */
#contenu .navBlock .titre {
    display: block;
    font-size: 1.4em;
    padding: 5px 0 0 0;
    margin-bottom: 0px;
    border: 0;
    font-weight: bold;
    text-decoration: none;
}
#contenu .navBlock .titre a {
    text-decoration: none;
    color: #0967F4;
}
#contenu .navBlock .titre a:hover {
    text-decoration: underline;
}
#contenu .navBlock img {
    float:left;
    margin-right:15px;
    margin-bottom:10px;
    width: 50px;
}
#contenu .navBlock li {
    list-style: none;
    clear:both;
    background:none;
    padding-top:10px;
}
#contenu .navBlock li .meta {
    color:#999;
    font-size:0.9em;
    margin-bottom: -15px;
}
#contenu ul.navBlock {
    padding-bottom:3em;
}
/* FIN BLOCK AVEC PICTO */

/* NEWS */
/*//////*/
/* BLOCK AVEC PICTO */
#contenu .infosNews {
    border-top: 1px solid #efefef;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
}
#contenu .newsBlock .titre {
    display: block;
    font-size: 1.4em;
    text-decoration: none;
}
#contenu .newsBlock img {
    float:left;
    margin-right:15px;
    margin-bottom:10px;
    width: 100px;
    vertical-align: middle;
}
#contenu .newsBlock li {
    list-style: none;
    clear:both;
    background:none;
    padding-top:10px;
}
#contenu .newsBlock .nbcoms {
    float: right;
}
#contenu ul.newsBlock {
    color: gray;
    padding-bottom:3em;
}
#contenu .partage {
    display: block;
}
#contenu .introNews {
    clear: both;
    padding: 20px;
}
#contenu .contenuNews {
    padding-left: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #efefef;
}
#contenu .partageNews {
    background: url(../Fichiers/Images_site/corps_photo_bg.png) repeat-y;
    padding-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    padding-left: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
}
#contenu .partageIcones {
    margin-top: 8px;
}
#contenu .partageIcones img {
    width: 15px;
    margin-left: 5px;
}
#contenu .partageIcones img:hover {
    opacity: 0.8;
    filter: alpha(opacity = 80);
}

/* COMMENTAIRES */
/*//////////////*/
#contenu .editerCommentaireAdmin:hover {
    cursor: pointer;
    text-decoration: underline;
}
#contenu .commentaireAdmin {
    color: #555;
    text-align: left;
    margin-left: 20px;
    margin-top: 20px;
    bottom: 0px;
}
#contenu .commentLegende {
    display: block;
    margin-bottom: 5px;
}
#contenu .commentaire {
    width: 600px;
    margin: 30px 10px;
}
#contenu .infosCommentaire {
    margin-bottom: 5px;
}
#contenu .infosCommentaire span {
    font-weight: bold;
    font-size: 1.1em;
    color: #000;
}
#contenu .bordureCommentaireClair {
    background: #f1f1f1;
    color: #555;
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#contenu .bordureCommentaireFonce {
    background: #e5e5e5;
    color: #555;
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#contenu .contenuCommentaireClair {
    background: #fff;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    color: #000;
    padding: 10px;
}
#contenu .contenuCommentaireFonce {
    background: #fff;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    color: #000;
    padding: 10px;
}
#contenu .img_comment {
    position: absolute;
    margin-top: -10px;
    margin-left: 110px;
}
/* FIN COMMENTAIRES */
/*//////////////////*/


/*/////////////*/
/* MENU DROITE */
/*/////////////*/

/* PROFIL */
#boutons:hover {
    opacity: 0.8;
    filter: alpha(opacity = 80);
}
#menuDroite .clickBandeau {
    color: #fff;
}
#menuDroite .clickBandeau:hover {
    color: #afafaf;
    text-decoration: none;
}
#menuDroite .partenaires {
    text-align: center;
}
#menuDroite .partenaires:hover {
    opacity: 0.8;
}
#menuDroite .participants:hover, #menuDroite .galeries:hover {
    display: block;
    opacity: 0.8;
    filter: alpha(opacity = 80);
}
#menuDroite .participants {
    display: block;
    height: 35px;
    background: url(../Fichiers/Images_site/bouton_participants.png) no-repeat;
}
#menuDroite .galeries {
    display: block;
    height: 35px;
    margin-top: 2px;
    background: url(../Fichiers/Images_site/bouton_galeries.png) no-repeat;
}
#menuDroite .bloc {
    padding: 15px 0px;
    clear: both;
    background: #f4f3f3 url(../Fichiers/Images_site/menuDroite-bg.jpg) left top repeat-x;
    border-bottom: 1px solid #cccccc;
}
#menuDroite .pictoJeux img{
    width: 40px;
    height: 42px;
}
#menuDroite .pictoJeux:hover {
    opacity: 0.8;
    filter: alpha(opacity = 80);
}
#menuDroite .pictoCss img{
    width: 55px;
    height: 42px;
}
#menuDroite .pictoCss:hover {
    opacity: 0.8;
    filter: alpha(opacity = 80);
}

#menuDroite h2 {
    margin-top: 0px;
    margin-bottom: 8px;
    color: #5B6248;
    padding: 0;
    font-variant: small-caps;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing:0;
}
.modifProfil {
    font-weight: bold;
}
.blockFormProfil {
    float: left;
    width: 400px;
}
.blockModifProfil {
    width: 230px;
    margin-left: 400px;
    padding: 15px 15px;
}
.blockModifProfil a{
    display: block;
}
/* FIN PROFIL */


/* NON NON-LOGGUE */
#menuDroite #auth-first {
    float: left;
    width: 205px;
}
#menuDroite #auth p, #auth li {
    padding: 0;
    margin: 0;
    color: #999;
    /*font-size: 0.9em;*/
    line-height: 1.2;
    list-style-type:none;
}
#menuDroite  label {
    display: block;
    margin: 0 0 4px 0;
}
#menuDroite label span {
    display: inline-block;
    width: 90px;
    font-size: 0.9em;
}
/* FIN NON-LOGGUE */


/* LOGGUE */
.imageRemplissageSalle {
    position: aboslute;
    float: right;
    margin-right: 160px;
    margin-top: 7px;
}
.liensLoggue {
    list-style: none;
}

.administration {
}
/* FIN LOGGUE */

/* ICONES RESEAUX SOCIAUX */
#menuDroite .iconesMenu {
    margin-top: 4px;
}
#menuDroite .iconesMenu img {
    margin-left: 0px; 
}
#menuDroite .iconesMenu img:hover {
    opacity: 0.8;
    margin-left: 0px;
}
/* FIN ICONES RESEAUX SOCIAUX */

.derniersPostForum {
    list-style: none;
}
/*/////////////////*/
/* FIN MENU DROITE */
/*/////////////////*/




/* FORMULAIRES */
/*/////////////*/

input.input-mini, textarea.input-mini {
    width: 95px;
    border: 1px solid #C6C0AC;
    background: white;
    padding: 4px;
    color: #333;
    font-size:0.9em;
    vertical-align:3px;
}
input.input-medium, textarea.input-medium {
    width: 240px;
    border: 1px solid #C6C0AC;
    background: white;
    padding: 4px;
    color: #333;
    vertical-align:3px;
}
input.textinput, textarea.textinput {
    width: 240px;
    border: 1px solid #C6C0AC;
    background: white;
    padding: 4px;
    color: #333;
    vertical-align:3px;
}

#contenu label {
    display: inline-block;
    width: 260px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 1px;
    vertical-align:3px;
}
.submit {
    width: 85px;
    height: 22px;
    display:block;
    border: none;
    background: white url(img/btn-login.png) left top no-repeat;
    margin: 5px 0 5px 0px;
    color: white;
    font-size: 0.9em;
    font-weight: bold;
    padding-bottom: 4px;
    cursor: pointer;
}
.submit:hover {
    background-image: url(img/btn-login-hover.png);
}
.submit-maxi {
    background:#ea8b00 url(img/submit-maxi.png) no-repeat;
    color:#fff;
    line-height:34px;
    font-weight:bold;
    cursor: pointer;
    display:inline-block;
    width:196px;
    height:36px;
    border:0;
    text-align:center;
}
.submit-maxi:visited {
    color:#fff;
}
.submit-maxi:hover {
    background-image:url(img/submit-maxi-hover.png);
    text-decoration:none;
}
#miseEnPage {
    padding: 10px 10px 0px 20px;
}
/*/////////////////*/
/* FIN FORMULAIRES */



/* NAVIGATION PAGE */
/*/////////////////*/

.navigationPages .titre {
    word-spacing: 0px;
    width: 100%;
    height: 35px;
    background: #fff;
    border-bottom: 1px solid #eaeaea;
    text-align: center;
    padding-bottom: 10px;
}
.navigationPages .ancres {
    width: 100%;
    text-align: center;
    word-spacing: 50px;
}

.blocInfo {
    margin-top: 30px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

/*/////////////////////*/
/* FIN NAVIGATION PAGE */


/* PAGINATION */
/*////////////*/
.pagination {
    padding: 20px 0px 0px 0px;
}

.pagination .courante {
    background: #adadad;
    color: #000;
    border-radius: 3px;
    margin-left: 10px;
    padding: 4px 8px;
}

.pagination .inactive {
    color: gray;
    margin-left: 10px;
    padding: 3px 7px;
}

.pagination a {
    background: #efefef;
    color: black;
    margin-left: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding:3px 7px;
    text-decoration: none;
}

.pagination a:hover {
    background: #dcdcdc;
    color: #000;
}

/*////////////////*/
/* FIN PAGINATION */



/*////////*/
/* FOOTER */
/*////////*/


.listeSponsors {
    margin-left: 18px;
    padding: 40px 60px 1px 60px;
    width: 880px;
    background: #cccccc url(../Fichiers/Images_site/bg_sponsors.png) no-repeat;
    text-align:center;
}
.ImagesSponsors {
    vertical-align: middle;
    float: left;
    margin-left: 40px;
    margin-bottom: 20px;
}
.ImagesSponsors:hover {
    opacity: 0.8;
}

.ancreHautPage {
    position: absolute;
    width: 110px;
    text-align: center;
    padding: 10px;
    margin-top: -29px;
    margin-left: 710px;
    background: #011e30;
    border-top: 3px solid #8fcff6;
    border-left: 3px solid #8fcff6;
    border-right: 3px solid #8fcff6;
    -moz-box-shadow: 3px -3px 8px #aaa;
    -webkit-box-shadow: 3px -3px 8px #aaa;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}
.ancreHautPage a {
    text-decoration: none;
    font-size: 1.5em;
    font-weight: bold;
    font-variant: small-caps;
    color: #fff;
}

.ancreHautPage a:hover {
    color: #a2a2a2;
}

.liensFooter a {
    text-decoration: none;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    font-variant: small-caps;
}

.liensFooter a:hover {
    color: #a2a2a2;
}

.question {
    font-size: 1.2em;
    color: #2f7caa;
    margin-top: 20px;
    margin-bottom: 5px;
}
.reponse {
    margin-bottom: 20px;
}
/*////////////*/
/* FIN FOOTER */
/*////////////*/

/* table sorter */
table.poule {
    border:1px solid #dbdbdb;
}



/* table sorter */
table.tablesorter {
    font-size: 85%;
    text-align: left;
    margin-left: 50px;
    margin-top: -5px;
    width: 500px;
}
table.tablesorter thead tr th {
    padding: 10px;
    width: 100px;
    font-size: 100%;
    background: #efefef;
    font-weight: bold;
    cursor:pointer;
    width: 120px;
    color:#333333;
    border: none;
    text-align: center;
}
table.tablesorter thead tr th:hover {
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    background-color: #c4c4c4;
}

table.tablesorter thead tr .header {
    background-image: url(../Fichiers/Images_site/trie.gif);
    background-repeat: no-repeat;
    background-position: center right;
}
table.tablesorter tbody td {
    color: #3D3D3D;
    padding: 4px;
    background-color: #FFF;
    vertical-align: middle;
}

table.tablesorter tbody tr.odd td {
    background-color:#efefef;

}

table.tablesorter thead tr .headerSortUp {
    background-image: url(../Fichiers/Images_site/trie_asc.gif);
}
table.tablesorter thead tr .headerSortDown {
    background-image: url(../Fichiers/Images_site/trie_desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #c4c4c4;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
}



/*LIIVE*/
a {	outline-style:none; }
img {border:0;}
dl, dt, dd, ul, li {margin: 0; padding: 0; list-style-type: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {	border-collapse: collapse;border-spacing: 0;}
fieldset {border:none;margin:0;padding:0;}
fieldset legend {display:none;}

/* Clear float */
.clear {clear:both; height:0px; font-size:0em; line-height:0; clear: both;display: block;overflow: hidden;visibility: hidden;width: 0;height: 0;}
.clearfix:after {clear: both;content: ' ';display: block;font-size: 0;line-height: 0;visibility: hidden;width: 0;height: 0;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

.bloc_content {
	width:600px;
	border: 1px solid #dbdbdb;
	margin-left:-4px;
}

.sub_titlebar {
	font-weight:bold;
	background: url('../img/bg_subtitlebar.png') repeat-x top left;
	height:25px;
	width:669px;
	margin:1px 1px 7px 1px;
	color:#FFF;
	line-height:22px;
	padding-left:6px;
}

.sub_titlebar img {
	display:block;
	margin:3px 0 0 14px;
}

.nb_com_subtitlebar{
	float:right;
	margin-right:7px;
}

.content_slide {
	width:719px;
	height:112px;
}
.bloc_content .content_slide.slide_photos{
	height:105px;
	overflow-x:auto;
	overflow-y:hidden;
}
.bloc_content .content_slide.slide_photos .mini-photo{
	position:relative;
	width:auto;
	white-space:nowrap;
}

/* ADMIN */
ul.admz_menu li{
	float:left;
	display:block;
	margin-right:20px;
}
ul.admz_menu li a.on{
	font-weight:bold;
}
.content_bloc_large{
	padding:1px;
}
p.msg_status_admz{
	text-align:right;
	color:#629F53;
	font-weight:bold;
	display:none;
}


table.tbl_live td{
	padding:3px 20px;
}
table.tbl_live tr.title td{
	text-align:center;
	font-weight:bold;
	color:#9E312C;
}
table.tbl_live td.actions a{
	display:block;
	width:16px;
	height:16px;
	float:left;
}
table.tbl_live td.actions a img{
	margin-top:3px;
}
.deplie_box{
	width:450px;
	margin:0 auto;
	padding:5px;
	border:1px solid #9E312C;
	display:none;
}

#aff_poules span{
	display:block;
	float:left;
	padding:2px 5px;
}
#aff_poules span.first_team{
	width:120px;
	text-align:right;
}
#aff_poules span.second_team{
	width:100px;
	text-align:left;
}

.tbl_poule{
	width:100%;	
}
.tbl_poule tr td{
	padding:2px 5px;
	border:1px solid #DBDBDB;
	text-align:center;
}
.tbl_poule tr.title td, .tbl_poule tr td.title{
	font-weight:bold;
}
.tbl_poule tr td.nowrite{
	background:transparent url(../img/bg_titlebar.png) repeat-x top left;
}
.tbl_poule tr td.win_poule{
	background:#C5E2C7;
}
.tbl_poule tr td.loose_poule{
	background:#E4A18E;	
}
.tbl_poule tr td.title_poule{
	color:#9E312C;
}
.com_poule{
	margin-bottom:25px;	
}

.draw{
	background:#FFAF6F;
	border:1px solid orange;
}
/* NEWS */
.bloc_content{
	position:relative;	
}
.bloc_content .ico_container{
	position:absolute;	
	display:block;
	width:40px;
	height:13px;
	top:3px;
	right:70px;
}
.bloc_news .link-add-news img{
	right:5px;
	top:4px;
	float:left;
	position:absolute;
}
.bloc_content .link-publish-news{
	text-align:center;
	width:55px;
	height:14px;
	display:block;
	position:absolute;
	top:3px;
	right:3px;
}
/* FIN NEWS */

/* UN ARBRE */

table.no_sep{
	width:100%;	
}

.tbl_arbre, .tbl_arbre tr, .tbl_arbre tr td{
	margin:0;
	padding:0;
}

.tbl_arbre tr td.eqp{
	/*background:#F1F1F1;*/
	border:1px solid #AFAFAF;
	overflow:hidden;
}
.tbl_arbre tr td.nowrite{
	background:#efefef;
}
.tbl_arbre tr td.maps_arbre{
	font-size:0.9em;	
}

.tbl_arbre tr td.nomatch{
	background:transparent url(../img/bg_titlebar.png) repeat top left;
	width:100px;
	height:50px;
}
.tbl_arbre tr.win td{
	background:#C5E2C7;	
}
.tbl_arbre tr.loose td{
	background:#E4A18E;	
}

.tbl_arbre tr td.eqp span{
	display:block;
	float:left;
}
.tbl_arbre tr td.eqp span.icone{
	margin-top:5px;
	margin-right:4px;
}

.tbl_arbre tr td.sep{
	padding:0;	
	width:19px;
}
.tbl_arbre tr td.sep div{
	width:50%;
	height:100%;
}
.tbl_arbre tr td.sep_haut{
	background:url(../img/bracket_sep_haut.png) no-repeat bottom left;
}
.tbl_arbre tr td.sep_bas{
	background:url(../img/bracket_sep_bas.png) no-repeat top left;
}
.tbl_arbre tr td.sep_mid{
	background:url(../img/bracket_sep_verti.png) repeat-y 6px top;
}
.tbl_arbre tr td.sep_mid_link{
	background:url(../img/bracket_sep_midd.png) repeat-y center right;
}
.tbl_arbre tr td.no_sep{
	border:1px solid #DBDBDB;
	padding:2px 5px;
	vertical-align:middle;
}
/* FIN ARBRE */

