* {
    /*overflow-y: scroll;*/
    -webkit-overflow-scrolling: touch;
}

a {
    outline: 0;
}

h1, h2, h3 {
    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    color: #000000;
    border-bottom: 2px solid #cccccc;
    background: url("../../images/backgrounds/balle.jpg") no-repeat top right;
    padding-bottom: 5px;
    padding-top: 5px;
}

#sidebar h3 {
    font-size: 32px;
    font-weight: bold;
    border: none;
    background-image: none;
    margin: 0;
    line-height: 30px;
    text-align: center;
}

#cgv h4 {
    text-decoration: underline;
    font-weight: bold;
    font-style: italic;
    margin-left: 30px;
}

body {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 0.74em;
    color: #333333;
    line-height: 20px;
    cursor: default;
    margin: 0;
    background: #93b652 repeat-y 49%;
}

#container {
    border: solid #ffffff;
    -webkit-box-shadow: 0 17px 28px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 17px 28px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 17px 28px 0 rgba(0, 0, 0, 0.75);
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    min-width: 898px;
    background: #FFFFFF center;
}

#header {
    font-family: Trebuchet MS, Arial, Helvetica, Sans-serif;
    width: 100%;
    background-color: #566933;
    height: 208px;
    color: #FFFFFF;
    font-size: 150%;
    font-weight: bold;
}

#header h1 {
    color: #FFFFFF;
    font-family: "Trebuchet MS", Arial, Verdana;;
    font-size: 320%;
    font-weight: bold;
    padding: 25px 0 25px 340px;
    margin: 0;
    border-bottom: 2px solid #ffffff;
    background-image: none;
}

#header h2 {
    color: #FFFFFF;
    font-family: "Trebuchet MS", Arial, Verdana;
    font-size: 120%;
    padding-top: 10px;
    margin: 0;
    margin-left: 340px;
    margin-right: 10px;
    /*text-indent:5px;*/

    text-align: justify;
    line-height: 30px;
    /* Ajout de ces attributs pour prendre le pas sur h2 g�n�rique */

    font-weight: bold;
    border: none;
    letter-spacing: normal;
    background-image: none;
    /* fin d'ajout */
}

#header .links .no_underline a {
    padding-top: 0;
}

#header .links .no_underline a:hover {
    border-bottom: none;
}

#header .links {
    height: 40px;
    width: 553px;
    padding-right: 10px;
    padding-top: 10px;
    margin: 0;
    margin-left: 325px;
    font-weight: bold;
    letter-spacing: normal;
    background-image: none;
}

#header .links a {
    font-family: "Trebuchet MS", Arial, Verdana;
    font-size: 100%;
    font-weight: bold;
    letter-spacing: normal;
    margin: 0;
    padding-top: 10px;
}

#follow_us {
    float: left;
    padding-left: 15px;
    width: 300px;
}

#follow_us a.followus_btn {
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #333;
    font-size: 11px;
    padding: 0;
    letter-spacing: normal;
    width: 60px;
    text-align: left;
    line-height: 18px;
    text-decoration: none;
    display: inline-block;
    background: #eee linear-gradient(#fff, #dedede);
    border: 1px solid #ccc;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

#follow_us a.followus_btn:hover {
    /*background: #d9d9d9 linear-gradient(#f8f8f8, #d9d9d9);*/
    border-color: #bbb;
    box-shadow: none;
    color: #566933;
}

#follow_us a.followus_btn span {
    display: inline-block;
}

#follow_us a.followus_btn span#twitter {
    background: url('../../images/twitter.png') no-repeat right top;
    background-size: 14px;
    width: 14px;
    display: inline-block;
    margin: 2px 5px 0 3px;
}

#follow_us a.followus_btn span#facebook {
    background: url('../../images/facebook.png') no-repeat right top;
    background-size: 14px;
    width: 14px;
    display: inline-block;
    margin: 2px 5px 0 3px;
}

#follow_us a.followus_btn span#instagram {
    background: url('../../images/instagram.png') no-repeat right top;
    background-size: 14px;
    width: 14px;
    display: inline-block;
    margin: 2px 5px 0 3px;
}

.top {
    border-right: 2px solid #ffffff;
    float: left;
}

#sidebar {
    width: 190px;
    min-height: 380px;
    border: 1px solid #cccccc;
    padding: 5px;
    background: url("../../images/backgrounds/article.jpg") repeat-x bottom right;
}

#sidebar img {
    float: left;
    padding-right: 10px;
    padding-left: 10px;
}

#sidebar .menu_sidebar {
    padding-left: 10px;
    margin-bottom: 5px;
    padding-top: 7px;
}

#sidebar .lien_logo {
    text-decoration: none;
    border-bottom: 0;
}

.sidebar {
    width: 190px;
    border: 1px solid #cccccc;
    padding: 5px;
    margin-top: 10px;
    text-align: center;
    background: url("../../images/backgrounds/article.jpg") repeat-x bottom right;
}

#sidebar_invit {
    height: 200px;
}

#sidebar_tshirt {
    height: 200px;
}

#sidebar_iphone {
    height: 250px;
}

#sidebar_partenaire {
    width: 200px;
    height: 200px;
    padding: 0;
}

#sidebar_news {
    height: 380px;
}

#conteneur_sidebar {
    /* conteneur Global de la side bar */

    /*float: left;*/
    width: 200px;
    min-height: 1060px;
    display: inline-block;
}

.corps_inside {
    padding: 10px;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
}

.corps {
    /*min-height: 370px;*/
    /* Propri�t� utilis�e si article unique et faible hauteur */

    margin-left: 8px;
    /*width: 508px;*/

    padding: 10px;
    border: 1px solid #cccccc;
    /*background-image: url("../../images/backgrounds/articlenormal.jpg");*/

    background: no-repeat top left;
    margin-bottom: 10px;
}

/* ZONE D'AFFICHAGE D'UN CLUB
*/

.corps_club {
    /*min-height: 370px;*/
    /* Propri�t� utilis�e si article unique et faible hauteur */
    /*margin-left:210px;*/

    padding: 10px;
    border: 1px solid #cccccc;
    /*background-image: url("../../images/backgrounds/articlenormal.jpg");*/

    background: no-repeat top left;
    margin-bottom: 10px;
}

/* ZONE D'AFFICHAGE DE LA PHOTODUCLUB DASCORPS_CLUB
*/

.photo_club {
    float: right;
    margin-left: 10px;
    /* border: 10px ridge #cccccc;	*/

    border: 1px dashed gray;
}

/*
ZONE UTILISEE POUR AFFICHER LES NOUVEAUX MEMBRES
*/

.ligne_membre {
    height: 240px;
    width: 100%;
    text-align: center;
    /*margin-left: 10px;*/

    margin-top: 10px;
}

.zone0, .zone1, .zone2, .zone3 {
    position: relative;
    height: 240px;
    width: 150px;
    text-align: center;
    background-color: #dbf3d2;
    border: 1px dashed gray;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

.zone1 {
    background-color: #f3f8f1;
}

.zone2 {
    background-color: #eaf6e6;
}

.zone3 {
    background-color: #dff3d7;
}

.photo_lien {
    border: none;
}

.photo_lien_timeline {
    max-width: 30px;
    float: left;
    border-left: 4px;
}

a.lien:hover {
    border: none;
    border-bottom: none;
}

/*
FIN ZONESUTILISEES POUR AFFICHER LES NOUVEAUX MEMBRES
*/

.photo_annonce {
    border: 1px solid black;
}

.fit_in_div {
    max-height: 100%;
    max-width: 100%;
}

.image_full {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: auto;
    box-shadow: 1px 1px 200px #4f4f4f;
}

.image_full:hover {
    cursor: zoom-out !important;
}

.photo_annonce:hover {
    cursor: zoom-in;
}

a.annonce:hover {
    border: 1px solid black;
}

.conteneur {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    height: 180px;
    text-align: center;
    border-bottom: 1px dashed gray;
}

.image_gauche {
    float: left;
    border: 2px solid #88b449;
}

.image_droite {
    float: right;
    border: 2px solid #88b449;
}

.zone_lien {
    width: 100%;
    font-weight: bold;
    padding-top: 25px;
}

.zone_description_droite {
    margin-top: 15px;
    /* Hauteur sous le lien */

    width: 65%;
    text-align: left;
    padding-left: 15px;
    float: left;
}

.zone_description_gauche {
    margin-top: 15px;
    /* Hauteur sous le lien */

    width: 65%;
    text-align: right;
    padding-right: 10px;
}

.corps_joueur {
    /*margin-left:170px;*/

    padding: 10px;
    border: 1px dashed gray;
    /*background-image: url("../../images/backgrounds/articlenormal.jpg");*/

    background: no-repeat top right;
    margin-bottom: 10px;
}

.corps_haut {
    /*min-height: 837px;*/
    width: 664px;
    margin-left: 8px;
    padding: 10px;
    border: 1px solid #cccccc;
    vertical-align: top;
    display: inline-block;
    margin-bottom: 10px;
}

#conteneur_right {
    height: auto;
    min-height: 1487px;
    margin-left: 7px;
    margin-bottom: 10px;
    width: 687px;
    border: 0;
    padding: 0;
    vertical-align: top;
    display: inline-block;
}

.corps_info {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666666;
    letter-spacing: 2px;
    font-variant: small-caps;
    text-transform: lowercase;
}

.corps_info_variante {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    letter-spacing: 2px;
    font-variant: small-caps;
    text-transform: lowercase;
}

.corps p {
    margin: 10px;
}

.corps_haut p {
    margin: 10px;
}

.corps_joueur p {
    margin: 10px;
    /*background-image: url("../../images/backgrounds/femme.png");*/

    background: no-repeat top right;
}

/*.corps:hover {

	background-image: url("../../images/backgrounds/article.jpg");

	background-position:bottom right;

	background-repeat:repeat-x;

	margin-bottom:10px;

}*/

.corps_haut h2 {
    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    letter-spacing: +1px;
    color: #000000;
    border: none;
    background-image: none;
}

.corps_haut h2 a {
    color: #000000;
    border: none;
    background-image: none;
}

.corps_haut h2 a:hover {
    color: #88b449;
    border: none;
}

.aactif {
    color: #FFFFFF;
    background-color: #3F4A3E;
}

.corps_haut td a {
    color: #000000;
    border: none;
    background-image: none;
}

.corps_haut td.partie a.partie_sup:hover {
    color: rgba(180, 4, 4, 0.71);
}

.corps_haut td.partie a.partie_statut {
    color: #000000;
}

.corps_haut td.partie a.partie_statut:hover {
    color: rgba(0, 0, 0, 0.62);

}

.corps_haut td.annonce a:hover {
    border-style: none;
}

.corps_haut td.partie a.partie_sup {
    color: #B40404;
}

.corps_info a {
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}

h1.joueur {
    border-bottom: 1px solid #cccccc;
    background: url("../../images/backgrounds/raquette.jpg") no-repeat top right;
    padding-bottom: 5px;
    padding-top: 5px;
}

h1.joueur_mini {
    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    letter-spacing: -1px;
    color: #000000;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;
    padding-top: 5px;
}

#comment {
    text-align: center;
    padding: 10px;
    border: 1px solid #cccccc;
    background: url("../../images/backgrounds/article.jpg") repeat-x bottom right;
    margin-bottom: 10px;
}

a,
.corps_haut td a.tournoi_view,
.corps_haut td.partie a {
    color: #88b449;
    text-decoration: none;
}

a:hover,
.corps_haut td a.tournoi_view:hover,
.corps_haut td.partie a:hover {
    color: #b6d789;
    /*text-decoration: none;*/
}

.agras {
    font-weight: bold;
}

.agras:hover {
    font-weight: bold;
    border-bottom: none;
}

.alert {
    color: #FF0000;
    text-decoration: none;
    padding-left: 50px;
}

/* ASUPPRIMER !!!!!!!!!*/

.navigation {
    /* Lettre de navigation pour visu des Pages de joueurs */

    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #88b449;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

.anavigation {
    /* utiliser pour lien de la navigation des pages de joueurs */

    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #88b449;
    font-size: 15px;
    text-decoration: underline;
}

.navigation_page {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #88b449;
    font-size: 15px;
    text-decoration: none;
}

.conteneur_navigation {
    /*  Centrage des fleches de navigation */

    margin-left: auto;
    margin-right: auto;
    width: 250px;
    height: 100px;
    text-align: center;
    background-color: #ffff00;
    border: 1px solid #000000;
    /*padding: 0.5em;*/

    padding-top: 0;
    padding-left: 0;
}

/* FIN DE ASUPPRIMER*/
/*  Gestion des fleches de navigation dans les enregistrements */

a.fleche {
    text-decoration: none;
}

a.fleche:hover {
    text-decoration: none;
    border-bottom: none;
}

/*
CSS POUR LES FORMULAIRES
*/

.cssform p, .cssform div.slider {
    width: 450px;
    line-height: 28px;
    clear: left;
    margin: 0;
    padding: 5px 0 8px 200px;
    /*width of left column containing the label elements*/

    border-bottom: 1px dashed gray;
    /*height: 28px;*/
}

.cssform div.slider {
    width: auto;
    line-height: 28px;
    clear: left;
    margin: 0;
    padding: 5px 0 8px 150px;

    border-bottom: 1px dashed gray;
    height: 28px;
}

.cssform div.slider div.slider_wrapper {
    width: 200px;
    height: 28px;
    margin-top: 10px;
}

.cssform label {
    font-weight: bold;
    float: left;
    margin-left: -200px;
    width: 200px;
}

.cssform div.slider label {
    font-weight: bold;
    float: left;
    margin-left: -150px;
    width: 160px;
}

.cssform fieldset {
    color: #000000;
}

.cssform fieldset legend {
    color: #000000;
}

.cssform input[type="text"] {
    /*width of text boxes. IE6 does not understand this attribute*/

    width: 200px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.cssform input[type="text"].maxi {
    /*width of text boxes. IE6 does not understand this attribute*/

    width: 380px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.cssform input.maxi {
    /*width of text boxes. IE6 does not understand this attribute*/

    width: 380px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.cssform textarea {
    width: 290px;
    height: 150px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    resize: none;
}

.cssform textarea.mini {
    width: 180px;
    height: 50px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    resize: none;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix {
    margin-left: 3px;
}

fieldset legend {
    color: #000000;
}

/* Ajout pour centrage des champs d'un fieldset sans envoi de donn�es */

.field p {
    width: 300px;
    line-height: 28px;
    clear: left;
    margin: 0;
    padding: 5px 0 8px 0;
    padding-left: 200px;
    /*width of left column containing the label elements*/

    border-bottom: 1px dashed gray;
    height: 1%;
}

.field span {
    font-weight: bold;
    float: left;
    margin-left: -200px;
    /*width of left column*/

    width: 150px;
    /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

/* centrage des liens retour haut de page et retour accueil sur page google maps */

.centrage_lien_carte {
    margin-left: 210px;
    text-align: center;
}

/* centrage des liens retour sur l'ensemble des pages */

.centrage_lien_retour {
    text-align: center;
    font-weight: bold;
}

/* Etoile pour champ obigatoire dans formulaire */

.obligatoire {
    color: red;
}

.obligatoire_simple {
    color: red;
}

/* popup quand survol des messages
*/

#popup {
    position: absolute;
    display: none;
    border: 1px solid #000000;
    background-color: #7c9b42;
    color: #000000;
    width: 300px;
    text-align: left;
    padding: 5px 5px 5px 5px;
    z-index: 100000;
}

/* Liste d�roulante de la page CLUBS
*/

.combo_zone {
    text-align: center;
}

.combo_zone option.titre {
    font-weight: bold;
    font-style: italic;
}

/* Positionnement texte
*/

.txt_centre {
    text-align: center;
}

.txt_gauche {
    text-align: left;
}

.txt_droit {
    text-align: right;
}

/* Positionnement zone
*/

.centre {
    align: center;
}

.gauche {
    align: left;
}

.droit {
    align: right;
}

#tablo_photo {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

#tablo_photo a {
    border: none;
    text-decoration: none;
}

#tablo_photo td a:hover {
    border: none;
}

.case_photo {
    height: 190px;
    width: 25%;
    text-align: center;
    vertical-align: top;
    padding-top: 10px;
    border: 1px dashed gray;
}

.case_photo_couv {
    height: 190px;
    width: 25%;
    text-align: center;
    vertical-align: top;
    padding-top: 10px;
    border: 1px dashed gray;
    background: #dff3d7;
}

.conteneur_album {
    clear: right;
    height: 140px;
    width: 96%;
    padding: 10px;
    border: 1px dashed gray;
    margin-bottom: 20px;
}

.image_album {
    float: left;
    width: 140px;
    height: 140px;
}

.description_album {
    float: left;
    height: 140px;
    width: 415px;
    padding-left: 10px;
}

.album_supp {
    /*float: left;*/
    /*width: 10%;*/
    height: 140px;
    padding-left: 10px;
    text-align: right;
}

.color0 {
    background-color: #dbf3d2;
}

.color1 {
    background-color: #f3f8f1;
}

.color2 {
    background-color: #eaf6e6;
}

.color3 {
    background-color: #dff3d7;
}

/* Commentaires
*/

ol.liste_com {
    list-style: none;
}

ol.liste_com li {
    display: none;
    position: relative;
    padding: .7em 0 .6em 0;
}

ol.liste_com li:first-child {
}

#flash {
    margin-left: 100px;
}

.com_box {
    min-height: 105px;
    _height: 105px;
    border-bottom: gray dashed 1px;
    margin-bottom: 20px;
    margin-right: 20px;
    overflow: hidden;
}

.com_img {
    float: left;
    width: 70px;
    min-height: 105px;
    _height: 105px;
    margin-right: 20px;
}

.com_img img {
    width: 70px;
}

.com_details {
    margin-left: 90px;
}

.com_name {
    font-size: 16px;
    color: rgb(102, 51, 153);
    font-weight: bold;
}

.com_date {
    display: block;
    float: right;
    font-size: 0.9em;
}

#formulaire_com {
    margin-left: 40px;
    margin-top: 40px;
}

#formulaire_com textarea {
    color: #000000;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.2em;
    text-align: left;
    border: #666666 solid 2px;
    height: 100px;
    margin-bottom: 10px;
    width: 94%;
    resize: none;
}

/* H2 Gestion du profil
*/

.corps_haut h2.profil {
    font-size: 18px;
}

.submitLink {
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: #88b449;
    padding: 0;
    font-weight: bold;
}

.submitLink:focus {
    outline: none;
}

.corps_haut h2.tournoi {
    font-size: 18px;
    background-image: none;
    text-align: left;
}

.corps_haut .tournoi_mail {
    color: #88b449;
    padding: 0;
    font-weight: bold;
}

.corps_haut .tournoi_mail:hover {
    background-position: bottom center;
    cursor: pointer;
}

.corps_haut #ligne_boutons {
    width: 100%;
    height: 50px;
    text-align: center;
}

.corps_haut #ligne_boutons form {
    float: left;
    margin-left: 90px;
}

.corps_haut .double_colonne {
    float: left;
    width: 46%;
    height: 20px;
}

.corps_haut .simple_colonne {
    width: 100%;
}

.corps_haut .form_club input {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 1em;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.corps_haut .form_club input:hover {
    color: #88b449;
    border: none;
    /*border-bottom:1px dotted #000000;*/

    cursor: pointer;
}

/* ALLOPASS HICONNECT page CLUBS.PHP - 29 sept 2011
*/

#telPDVleft {
    background-color: #000000;
    color: #FFFFFF;
    float: left;
    font-weight: bold;
    height: 19px;
    padding-top: 0;
}

#bloc_tel .telPDVmid {
    background-image: url("../../images/allopass/tel-mid02.gif");
    color: #3577BD;
    float: left;
    font-weight: bold;
    height: 19px;
    padding-top: 0;
}

#bloc_tel .telPDVmid a {
    text-decoration: none;
    color: #5AA1EB;
}

#bloc_tel .telPDVmid a:hover {
    text-decoration: none;
    color: #1F5DA0;
}

.notaTel {
    display: none;
    color: #1F5DA0;
    padding-left: 10px;
    padding-top: 10px;
}

a.lien_club {
    color: #000000;
    border: none;
    text-decoration: none;
}

a.lien_club:hover {
    color: #9ACC53;
    border: none;
    text-decoration: none;
}

#menu_footer {
    font-size: 15px;
    padding-bottom: 10px;
}

a.footer {
    font-size: 15px;
    font-weight: bold;
}

/* Ajout gestion du module membres en ligne
*/

.online_membres {
    overflow-y: auto;
    overflow-x: hidden;
    text-align: left;
    height: 179px;
}

.online_line {
    height: 35px;
    text-align: left;
}

.online_line img {
    vertical-align: middle;
    border: 1px solid transparent;
    margin-left: 5px;
}

.online_line img:hover {
    vertical-align: middle;
    border: 1px solid gray;
}

a.img_link {
    width: 35px;
    text-decoration: none;
}

a.img_link:hover {
    text-decoration: none;
    border-bottom: none;
}

#online_membres_title {
    background-color: #cccccc;
    padding: 5px;
    text-align: center;
    height: 20px;
}

/* BAR DE NAVIGATION / PAGINATION
*/

#nav_bar_conteneur {
    width: 670px;
    border-top: 1px solid #AEAEAE;
    margin: auto;
    margin-top: 35px;
}

#nav_bar {
    height: 25px;
    text-align: center;
    color: #333333;
    font-size: 14px;
    margin: auto;
}

#nav_bar a {
    font-size: 14px;
    font-weight: normal;
    padding: 2px 4px;
    margin-left: 3px;
    margin-right: 3px;
    color: #363636;
    text-decoration: none;
}

#nav_bar a.underline {
    text-decoration: underline;
    font-size: 14px;
    font-weight: normal;
}

#nav_bar a:hover {
    background: #ccc;
    text-decoration: underline;
    font-size: 14px;
    font-weight: normal;
    padding: 2px 4px;
    margin-left: 3px;
    margin-right: 3px;
    border-bottom: none;
}

#nav_bar span {
    padding: 2px 4px;
    background: #9ACC53;
    margin-left: 3px;
    margin-right: 3px;
}

#nav_bar .no_link {
    color: #dddddd;
}

.arrondi3 {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.cadre_rouge {
    border: 1px dashed red;
    background-color: #f2c7c7;
}

/*
ZONE UTILISEE POUR AFFICHER LES ARTICLES
*/

.bloc_article {
    width: 98%;
    text-align: center;
    margin-top: 20px;
    padding: 6px;
    background-color: #E4E4E4;
    border: 1px dashed gray;
}

.bloc_article:hover {
    cursor: pointer;
    background-color: #DFF3D7;
    border: 1px dashed gray;
}

.bloc_article_titre {
    font-family: Calibri, Arial, Helvetica, sans-serif;
    min-height: 25px;
    width: 100%;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    font-weight: bold;
}

.bloc_article_date {
    min-height: 20px;
    width: 100%;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    font-weight: normal;
}

.bloc_article_contenu {
    width: 100%;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    font-weight: normal;
}

.bloc_article_contenu_mini {
    min-height: 160px;
    /*overflow:auto;*/
    /*margin-left:160px;*/

    text-align: left;
    padding-left: 15px;
    padding-right: 5px;
    font-size: 14px;
    font-weight: normal;
}

.bloc_article_image {
    max-width: 150px;
    max-height: 150px;
    float: left;
    text-align: left;
    padding: 5px 10px 5px 5px;
}

/* Bloc de recherche
*/

#mainimg-search {
    background-color: #CCCCCC;
    width: 98%;
    height: 35px;
    text-align: left;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}

#article_recherche {
    color: #797B7A;
    font-family: "Trebuchet MS";
    font-size: 13px;
    font-weight: normal;
}

#article_recherche #fnom_search {
    max-width: 140px;
}

#article_recherche .texte_search {
    float: left;
    height: 25px;
    width: 160px;
    margin-right: 11px;
    padding-left: 3px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    color: #797B7A;
    font-family: "Trebuchet MS";
    font-size: 13px;
    font-weight: normal;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ffffff;
}

#article_recherche .div_select,
#filtres_parties .div_select,
#filtres_annonces .div_select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ffffff;
    height: 25px;
    width: 173px;
    margin-right: 11px;
}

#article_recherche .div_select {
    float: left;
}

#filtres_parties .div_select,
#filtres_annonces .div_select {
    display: inline-block;
}

#article_recherche .input_select,
#filtres_parties .input_select,
#filtres_annonces .input_select {
    height: 23px;
    width: 170px;
    margin-right: 11px;
    padding-top: 1px;
    color: #797B7A;
    font-family: "Trebuchet MS";
    font-size: 13px;
    font-weight: normal;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ffffff;
    margin: 0 0 0;
}

#article_recherche .submit_search,
#filtres_parties .submit_search,
#filtres_annonces .submit_search {
    height: 27px;
    width: 90px;
    color: #ffffff;
    font-family: "Trebuchet MS";
    font-size: 13px;
    line-height: 24px;
    font-weight: bold;
    background: none repeat scroll 0 0 #93B652;
    border: 1px solid #ffffff;
    margin: 0;
    padding: 0;
    padding-bottom: 2px;
}

#article_recherche .submit_search:hover,
#filtres_parties .submit_search:hover,
#filtres_annonces .submit_search:hover {
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    background: none repeat scroll 0 0 #68803a;
    border: 1px solid #ffffff;
}

#filtres_parties,
#filtres_annonces {
    background: #CCCCCC;
    /*width: 95%;*/
    padding: 8px;
}

#filtres_parties .slider_text {
    border: 0;
    display: inline-block;
    width: 40px;
    background: #CCCCCC;
}

.cssform div.slider .slider_text {
    border: 0;
    display: inline-block;
    width: 40px;
}

.cssform div.slider input#level_start,
.cssform div.slider input#level_end {
    vertical-align: top;
    margin-top: 5px;
    width: 130px;
}

#filtres_parties input#level_start,
#filtres_parties input#level_end {
    width: 120px;
    font-size: 1em;
}

#filtres_parties input#level_end, .cssform div.slider input#level_end
#filtres_parties input#age_end {
    text-align: left;
    line-height: 20px;
}

#filtres_parties input#age_start,
#filtres_parties input#level_start, .cssform div.slider input#level_start {
    text-align: right;
    line-height: 20px;
}

#filtres_parties input#age_start,
#filtres_parties input#age_end {
    width: 20px;
    font-size: 1em;
}

#filtres_parties input#heure_start,
#filtres_parties input#heure_end {
    width: 30px;
}

#filtres_parties .slider {
    margin: 5px;
}

#filtres_parties .slider_wrapper, .cssform div.slider .slider_wrapper {
    display: inline-block;
    margin: 0 10px;
}

#filtres_parties #slider-level {
    width: 250px;
}

#filtres_parties #slider-age {
    width: 400px;
}

#filtres_parties #slider-heure {
    width: 400px;
}

#filtres_parties .slider label {
    display: inline-block;
    /*width: 55px;*/
}

#filtres_parties .slider label:first-child {
    min-width: 55px;
}

.arrondi {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#msg_alert {
    display: none;
    width: 92%;
    padding: 5px;
    margin-left: 15px;
    margin-bottom: 5px;
    margin-top: 15px;
    color: #696969;
    background-color: #d7f7d7;
    border: 1px solid #69A4FA;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

/* coaching_visu.php
*/

#article_auteur {
    min-width: 140px;
    float: right;
    border: 1px dashed gray;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 10px;
    margin-right: 10px;
    margin-left: 5px;
    margin-bottom: 5px;
    line-height: 18px;
    background: #CCCCCC;
}

#article_auteur_nom {
    /*color: #333333;*/

    font-family: "Trebuchet MS";
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(250, 250, 250, 0.5)
}

#article_auteur_photo img.border_gray {
    border: 1px solid gray;
}

#article_auteur_detail {
    font-family: "Trebuchet MS";
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}

#article_title {
    color: #333333;
    font-family: "Trebuchet MS";
    font-size: 23px;
    line-height: 24px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #cccccc;
    text-align: center;
}

#article_publication {
    font-size: 12px;
    font-style: italic;
}

#article_contenu {
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-align: justify;
    /*overflow:scroll;*/

    width: 100%;
}

#article_contenu h1 {
    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    color: #000000;
    border-bottom: none;
    background: none no-repeat 0;
    padding-bottom: 5px;
    padding-top: 5px;
}

#article_contenu img {
    border: none;
}

a.noborder {
    border-bottom: 0;
    text-decoration: none;
}

a.noborder:hover {
    border-bottom: 0;
    text-decoration: none;
}

#footer_comment {
    text-align: center;
    padding-top: 0;
    padding-bottom: 5px;
    border: 1px solid #cccccc;
    background: url("../../images/backgrounds/article.jpg") repeat-x bottom right;
    margin-bottom: 30px;
}

#footer_menu {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 8px;
    text-align: center;
    letter-spacing: +1px;
    color: #FFFFFF;
    background: #CCCCCC url("../../images/backgrounds/menubg.jpg") repeat-x 0 -4px;
    margin-bottom: 10px;
}

#footer_menu a {
    font-family: "Trebuchet MS", Arial, Verdana;
    font-size: 100%;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 6px !important;
    padding-bottom: 8px;
}

#footer_menu a:hover {
    background-color: #969696;
    /*border-style: none;*/
}

#footer_menu .aactive {
    background: #3F4A3E url("../../images/backgrounds/link.jpg");
}

.rss_footer {
    background: url('../../images/icon-rss.png') 8px 8px no-repeat;
    margin-left: 2px;
}

#donate_paypal:hover {
    cursor: pointer;
}

.corps_haut td a.lien_img,
.corps_haut td a.lien_img:hover {
    text-decoration: none;
    border-bottom: 0;
}

.photo_lien_1px {
    border: 1px solid transparent;
}

.photo_lien_1px:hover {
    border: 1px solid #9ACC53;
}

.bloc_photo_messagerie {
    width: 150px;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.bloc_photo_messagerie a:hover {
    border-bottom: none;
}

#bandeau {
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px;
    width: 40%;

    min-width: 898px;

    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 25px;
    text-align: center;
    margin-top: 273px;

    position: absolute;
    z-index: 9999;
    background-color: white;

}

.encart_pub {
    margin-top: 330px;
    position: fixed;
}

.lien_encart {
    z-index: 99999;
    height: 200px;
}

.encart_pub_gauche {
    left: 0;
}

.encart_pub_droit {
    right: 0;
}

#bandeau p.title {
    font-family: "Trebuchet MS";
    font-size: 40px;
    color: #566933;
}

#bandeau p {

    line-height: 150%;
    margin: 0;
}

#bandeau p.contenu {
    margin-left: 20px;
    margin-right: 20px;
    text-align: justify;
}

#bandeau a {
    text-decoration: none;
    color: #ffffff;
    background-color: #88b449;
    padding: 2px 6px 2px 6px;
    font-size: 18px;
    font-family: "Trebuchet MS";
    margin: 8px;
}

#black_background {
    width: 100%;
    height: 100%;
    background-color: black;
    position: absolute;
    z-index: 9998;
    opacity: 0.5;
}

form#news textarea {
    height: 700px;
    width: 666px;
}

#news_list div.bloc_article_contenu_mini {
    min-height: 0;
}

.news_title {
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
}

#article_contenu.contenu {
    font-family: Verdana;
}

table {
    table-layout: fixed;
    width: 100%;
}

table td {
    word-wrap: break-word; /* All browsers since IE 5.5+ */
    overflow-wrap: break-word; /* Renamed property in CSS3 draft spec */
}

#cgv_inscription {
    margin-top: 5px;
}

.icon_add_remove {
    max-width: 16px;
}

#suggestionBox {
    width: 200px;
    border: 1px solid #999;
    border-top: none;
    background: #fff;
    overflow: auto;
    position: absolute;
}

#suggestionBox ul li {
    list-style-type: none;
    padding: 5px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

#suggestionBox ul li:hover {
    background: #ededed none repeat scroll;
    cursor: pointer;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

#ville {
    width: 200px;
    height: 20px;
}

ul#country-list {
    margin: 0;
    padding: 0;
}

div.plike {
    border-bottom: 1px dashed gray;
    clear: left;
    height: 1%;
    line-height: 28px;
    margin: 0;
    padding: 5px 0 8px 200px;
    width: 450px;
}

#add-town-form .ui-autocomplete {
    position: relative;
}

.pub_gauche {
    margin-top: 10px;
}

#main_menu, #main_menu ul {
    list-style: none;
    background-color: #CCCCCC;
    text-transform: uppercase;
    letter-spacing: +1px;
    text-align: left;
    padding: 0;
}

#main_menu {
    margin: 2px 0 10px 0;
}

#main_menu a {
    font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
    font-size: 150%;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    padding: 8px;
    display: inline-block;

}

#main_menu li {
    display: inline-block;
}

#main_menu ul {
    position: absolute;
    left: -999em;
    text-align: left;
    z-index: 1000;
}

#main_menu ul li {
    display: inherit;
}

#main_menu ul li:hover {
    background-color: #566933;
}

#main_menu li:hover {
    background-color: #969696;
    border-style: none;
}

#main_menu .aactive {
    background: #566933;
}

#main_menu li:hover ul {
    left: auto;
}

#main_menu li:hover ul a {
    display: block;
    text-transform: lowercase;
}

.coachs {
    display: none;
}

input:disabled + label {
    color: #ccc;
}

a.open_close {
    display: inline-block;
    /*min-width: 120px;*/
}

span.timeline_reply_links {
    display: inline-block;
    margin-left: 10px;
}

div.reply_content {
    margin-left: 38px;
    margin-bottom: 30px;
}

div.open_close_wrapper {
    margin-left: -19px;
    margin-top: -3px;
    float: left;
    width: 17px;
    height: 17px;
}

div.close {
    font-family: Arial, sans-serif;
    width: 98%;
    text-align: right;
}

div.close a {
    color: grey;
}

div.close a:hover {
    color: black;
    cursor: pointer;
}

a.timeline_reply {
    margin-left: 10px;
    padding-bottom: 5px;
}

#button_login_form {
    text-align: center;
    padding-top: 10px;
}

#nom_user {
    text-align: center;
}

span.form_reply_error {
    color: red;
    font-weight: bold;
}

div.num_answers {
    font-size: 0.9em;
    color: grey;
    font-style: italic;
}

.new_members {
    height: 350px;
}

.flag_online {
    display: block;
    position: absolute;
    width: 100px;
    height: 108px;
    bottom: 0px;
    left: 0px;
}

.info_under_field {
    font-size: 10px;
}

.annonce_qui {
    text-align: center;
}

button#contact_validate {
    margin-left: 200px;
    width: 120px;
}