/* design.css - Design par défaut du site */

* {
    margin: 0px;
    padding: 0px;
}

body {

    font-family: 'Trebuchet MS', Tahoma, Verdana, 'Times New Roman', Times, serif;
    font-size: 0.8em;
    background-color: #CCCCCC;
    margin: auto;
    text-align: center;
}

#global {

    text-align: left;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    background: url("../img/fond.gif") left top repeat-y;
}

#header {
    height: 230px;
    background-image: url("../img/header.gif");
}

#banniere {


    text-align: center;
    padding-top: 10px;
}

/*#banniere h1 {
        color: #FFFFFF;
        margin-top: 20px;
}*/


#left {
    float: left;
    width: 160px;
    padding-left: 15px;
    /*border: 1px solid red;*/
}

#menu {
    border-top: 1px solid black;
}

#menu li {
    list-style-type:none;
    border-bottom: 1px solid black;
}

#menu a {
    display: block;
    width: 125px;
    text-decoration: none;
    color: white;
    padding-left: 35px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-image: url("../img/fond1.gif");
}

#menu a:hover {
    background-image: url("../img/fond2.gif");
}

#sponsors {
    margin-top: 50px;
    text-align: center;
    list-style-type: none;
}

#sponsors li {
    margin-bottom: 10px;
}

#corps {
    margin-left: 180px;
    padding-left: 15px;
    padding-right: 30px;
    /*border: 1px solid red;*/
    border-radius:10px;

}

#corps h2 {
    text-align: center;
    padding-bottom: 10px;
}

#corps .img_equipe1 {
    text-align: center;
    
}

#corps .img_equipe1 img {
    border: 1px solid black;
}



#corps .table_contingent {
    margin: auto;
    margin-top: 20px;
    width: 640px;
    border-collapse: collapse;
    border: 1px solid #999;
}

#corps .table_contingent th {
    background-color: #006699;
    border: 1px solid #999;
}

#corps .table_contingent td {
    padding: 3px;
    border: 1px solid #999;
}

#corps .contingent_1 {
    background-color: #b5c4d3;
}



#corps .contingent_2 {
    background-color: white; 
}

/* ========== Joueur contingent ========= */
.imgJoueur {
    float: left;

}

.imgJoueur img {
    border: 4px solid black;
    border-radius:10px;		
}

.infosJoueur {
    margin-left: 350px;
}

.bold {
    font-weight: bold;	
    text-align: right;
}


/* ========== Juniors ========== */
.equipe_junior {
    padding: 15px;
}

.img_equipe_junior {
    text-align: center;
}

.img_equipe_junior img {
    border: 1px solid black;
    border-radius:10px;
}

.liste_nom {

}

.lien_equipe {
    padding: 15px;
}

/* ===== Staff ===== */
.staff {
    margin-top: 20px;
    margin-left: 25px;
    margin-bottom: 25px;

}
.staff img {
    border: 1px solid black;
    border-radius:10px;
}

.staff_photo {
    padding-left: 20px;
}

/* ===== Stade ===== */
#stade_div table {
    margin-left: 50px;
    margin-bottom: 25px;
}

#imgchaliere2 {
    text-align: center;
}

#concierge {
    float: right;
    margin-right: 25px;
}

#concierge img {
    border: 1px solid black;
    border-radius:10px;
}

#concierge p {
    text-align: center;
}

/* ===== Liens ===== */
.td_espace2 {
    padding-left: 50px;
}



#corps .affiche_joueur {
    width: 520px;
    margin: auto;
    margin-top: 25px;
}

#corps .img_joueur_contingent {
    float: right;
    border: 5px solid black;
}

#corps .retour_contingent {
    margin-top: 250px;
}

#corps .affiche_contingent {
    margin-top: 25px;
    text-align: center;
}

#footer {
    clear: left;
    height: 50px;
    background-image: url("../img/footer.gif");
}

#footer p {
    text-align: center;
    padding-top: 15px;
}



