/*
* Feuille de style pour les textes et images
*/
* {
    margin:0;
    padding:0;
    font-size:100%;
}


body{
    background:#000;
    text-align: left;
    word-wrap: break-word;
}

#logo {
    font-size: 26px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    line-height: 200px;
}

#logo a {
    text-decoration: none;
    color: #ffffff;
}

.label {
    text-align: right;
    padding-right: 10px;
}

.success {
    background-color: #BCF6AB;
    border: #176400 1px solid;
}

.error {
    background-color: #ffcccc;
    border: #cc0000 1px solid;
}

.btn_annuler_rep {
    display: none;
}

.photo .avatar-min {
    width: 36px;
}

.avatar-min {
    width: 42px;
    height: auto;
    margin-right: 10px;
}

.required {
    color: #ff0000;
    padding: 2px 5px;
}

#messages {
    font-weight: bold;
    font-size: 1.25em;
    text-align: center;
}

#main-menu .menu {
    text-align: center;
}

.menu {
    text-align: left;
}

.italic {
    font-style: italic;
}

img {vertical-align:top;}
a img { border:0;}

ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both; }
.error {
    border-color: #ff0000;
}
html, input, textarea
{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 0.75em;
    color: #514f4f;
}

input[type='submit'] {
    background-color: #000000;
    border: 3px outset #ffffff;
    color: #ffffff;
    padding: 3px 10px;
    font-weight: bold;
}

input[type='submit']:hover {
    cursor: pointer;
}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#654444;}
a:hover{text-decoration:none;}
p { padding-top: 5px;}

.social {
    padding: 5px 0;
}

.social a {
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
}

.social img {
    width: 24px;
    vertical-align: middle;
}

/* ============================= CONTENU ====================== */
.corps {
    word-wrap: break-word;
    border-left: 1px solid #dddddd;
}
.contenu {
    overflow: hidden;
    padding: 5px;
}

.contenu .avatar img {
    width: 100%;
}

.contenu .corps img {
    max-width: 100%;
}

button { background: none; border: none; color:#654444; }
button:hover {
    text-decoration: underline;
    cursor: pointer;
}

.courante {
    font-weight: bold;
    background-color: #cccccc;
}

/* ============================= PAGINATION ====================== */

.pagination a {
    display: inline-block;
    margin: 2px;
    border: 1px solid #cccccc;
    padding: 0 12px;
    height: 24px;
    vertical-align: middle;
    line-height: 24px;
    text-decoration: none;
}

.pagination a:hover {
    background-color: #cccccc;
}

/* ============================= SHADOWBOX ====================== */
#shadowbox-container .connexion {
    width: 700px;
}

#shadowbox-container .connexion .left {
    width: 300px;
}

/* ============================= main layout ====================== */

.link { text-transform:uppercase; font-size:10px;}

h1 {
    font-size: 1.75em;
    border-bottom: 1px dashed #dddddd; padding-bottom:5px;
    margin-bottom: 10px;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 5px;
}

li { background:url(images/list-bg.gif) no-repeat 0 10px; padding-left:14px; font-size:10px; line-height:18px; text-transform:uppercase;}
li a {color:#514f4f;}
li a:hover {text-decoration:underline;}

cite {font-family:"Times New Roman", Times, serif; font-size:1.333em; line-height:1em; color:#818181; font-weight:bold;}

.imgindent {margin:0 20px 0 0; float:left;}
.imgindent2 {margin:0 10px 10px -10px; float:left; position:relative;}
.title {margin-bottom:20px;}
/* ============================= LISTE CONTENU ====================== */
.item {
    overflow: hidden;
    padding: 5px 0;
}

.item .illustration {
    width: 125px;
    padding-right: 10px;
}

.item .illustration img {
    height: 84px;
}

.item .info {
    margin-left: 145px;
}

.illustration {
    max-width: 100%;
}

/* ============================= ACCUEIL ====================== */
.accueil-img {
    width: 100%;
}

.date {
    font-size: 0.90em;
    color: #444444;
}

.titre {
    background:url(images/date-bg.gif) no-repeat 0 0;
    padding-left:26px;
    padding-top: 5px;
    min-height: 39px;
    margin-bottom: 5px;
}

/* ============================= header ====================== */
/* MENU PRINCIPAL */
#main-menu {
    text-align: center;
    font-size: 0;
}

#main-menu a {
    color: #ffffff;
}

#main-menu li {
    padding: 2px 15px;
    display: inline-block;
    list-style: none;
    height: 82px;
    margin-left: 1px;
    background-image: url('images/menu_item_bg.png');
    background-position: top center;
}

#main-menu li:hover {
    background-position: bottom center;
}

/* ============================= content ====================== */
.col-pad1 {padding-right:29px;}

.line { border-bottom: 1px dashed #dddddd; padding-bottom:10px;}
.padding1 {padding-top:16px;}
.padding2 {padding-bottom:16px;}
.padding3 {padding-bottom:26px;}
.margin1 {margin-top:18px;}
.margin2 {margin-top:33px;}
.margin3 {margin-top:5px;}
.img1 {margin:15px 0 15px 0;}

.box {
    border-top: 1px dashed #dddddd;
    border-bottom: 1px dashed #dddddd;
    padding: 5px 0;    
}

iframe {
    border: none;
}

.box .texte {
    padding:20px 12px 20px 12px;
    background-color: #ededed;
    border-radius: 3px;
}

.indent {
    overflow: hidden;
}

.hidden {
    display: none;
}


.text2 {font-size:0.833em; line-height:1.3em;}
.text2 a {color:#514f4f;}
.text2 .link {color:#a37f7f; text-transform:uppercase;}

label {
    font-weight: bold;
}

/* ============================= utilisateurs ====================== */
.pseudo {
    font-weight: bold;
    font-size: 1.05em;
    color: #0033aa;
}

#utilisateurForm {
    width: 500px;
}

#utilisateurForm table {
    border-collapse: separate;
    border-spacing: 10px 5px;
}

fieldset {
    padding: 10px 5px;
}

/* ============================= commentaires ====================== */
.bgcolor1 {
    background-color: #eeeeee;
}

.bgimage1 {
    background-image: url('images/bg_1.png');
}

.nouveau {
    background-color: #e7cfcf;
}

.commentaire p.texte {
    padding: 10px 0;
    word-wrap: break-word;
}

.commentaire {
    margin-bottom: 2px;
    padding: 10px;
    color: #000000;
}

.commentaire img {
    max-width: 100%;
    height: auto;
}

.reponses {
    margin-left: 15px;
}

.reponses .commentaire {
    padding-right: 0;
}

#commentaireForm textarea {
    width: 100%;
    min-height: 100px;
    font-size: 1em;
}

/* ============================= Photo ====================== */


.photo {
    position: relative;
    width: 220px;
    margin: auto;
    border: 1px solid #dddddd;
    border-bottom: none;
    z-index: 2;
}

.photo .social {
    display: none;
    text-align: center;
    position: absolute;
    width: 100%;
}

.photo .commentaire {
    border-top: 1px solid #dddddd;
    padding: 5px;
    margin: 0;
}

.photo .commentaire .corps {
    margin-left: 40px;
    border: none;
}

.photo .texte {
    font-size: 0.95em;
}

.photo .commentaire:hover {
    background-color: #f2f2f2;
}

.photo .contenu {
    padding: 10px 10px 0 10px;
}

.photo_footer {
    background-image: url('images/photo_footer.png');
    background-repeat: no-repeat;
    height: 32px;
}

.photo_footer > div {
    border: 1px solid #dddddd;
    border-top: none;
    width: 220px;
    margin: auto;
    height: 10px;
    background-color: #ffffff;
}

.photo img {
    max-width: 100%;
}

.photo img:hover {
    cursor: pointer;
}

/* ============================= Forum ====================== */

.forum {
    width: 100%;
    /*margin-top: 40px;*/
    font-size:0.917em;
    line-height:1.455em;
    border-collapse: collapse;
}

.forum th {
    padding: 5px;
}

.forum td, .forum th {
    border: 1px solid #cccccc;
}

.forum .col-1 {
    width: 450px;
    float: none;
}

.forum .col-2 {
    float: none;
    width: 10%;
}

.forum .description {
    width: 380px;
    text-align: justify;
}

.forum td {
    padding: 10px;
}




.center {text-align:center;}
.alignRight {
    text-align: right;
}

.border {border:1px solid #d7d7d7; padding:18px 10px 20px 18px; margin-top:30px;}
.border .title { margin-bottom:26px;}
.extra {padding-bottom:22px; margin-bottom:20px;}
.phone {float:right;}

/* ============================= forms ============================= */

#LoginForm {padding:15px 0 0 0; font-size:0.917em;}
#LoginForm span {margin-left:45px;}
#inscriptionForm table {
    width: 100%;
}


input[type="text"], input[type="password"] {
    width: 150px;
    border: 1px solid #181818;
    padding: 2px 5px;
    font-size:1em;
}

/* ============================= calendrier ====================== */
.evenement {
    display: none;
    position: absolute;
    float: left;
    padding: 15px;
    background-color: #ffffff;
    z-index: 42;
    border-radius: 3px;
}

.calendrier {
    padding: 10px 0;
    border-radius: 5px;
    background-color: #d7d7d7;
    box-shadow: 2px 2px 5px #6e6e6e;
}
.calendrier .tournoi {
    color: #ff0000;
}

.calendrier .passe {
    color: #eeeeee;
}

.calendrier .mois {
    font-size: 1.75em;
    padding: 10px 10px;
    background-color: #777777;
    color: #ffffff;
    font-weight: bold;
    text-transform:uppercase;
}

.calendrier .ajd {
    color: #000000;
}

.calendrier table {
    width: 100%;
    border-collapse: collapse;
}

.calendrier th {
    font-size: 1.25em;
    padding: 5px;
}

.calendrier td {
    text-align: right;
    /*background-color: #ffffff;
    border: 1px solid #eeeeee;*/
    position: relative;
    font-size: 1.5em;
    font-weight: bold;
    padding: 10px 5px;
}

.calendrier tr:nth-child(odd) td:nth-child(odd) {
    background-color: #ffffff;
}

.calendrier tr:nth-child(even) td:nth-child(even) {
    background-color: #ffffff;
}

.calendrier td:hover {
    background-color: #A37F7F;
    cursor: pointer;    
}


.map {
    width: 100%;
    height: 250px;
}

/* ============================= footer ====================== */

#footer {
    font-size:0.833em;
    color:#838080;
}

#footer .titre {
    background: none;
    font-weight: bold;
    font-size: 1.5em;
    padding: 0;
    margin: 0;
    min-height: 24px;
    border-bottom: 1px dashed #505050;
}

#footer a {color:#838080; text-decoration:none;}
#footer a:hover {text-decoration:underline;}

#bzh a {
    font-size: 1.25em;
}

#bzh img {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

#bzh {
    font-size: 1em;
    padding-top: 25px;
    padding-left: 75px;
    line-height: 24px;
    vertical-align: middle;
    text-align: center;
}