div {
    margin: 0;
    padding: 0;
}
div#conteneurMama {
    width: 350px;
    text-align: center;
}
/* Fiche Rencontre */
.infosRencontre {
    text-align: center;
} .date, .lieu, .competition {
    color: #757575;
}
/* Colonne 1 */
div#mamaCol1 {
    float: left;
    margin: 0;
    padding: 0;
    width: 80px;
    height: 100%;
    background: #cccccc;
}
div#mamaCol1 a {
    display: block;
    line-height: 17px;
    border-bottom: 1px solid #ccc;
    color: white;
}
div#mamaCol1 a#click3 {
    border-bottom: none;
}
/* Orange */
.mama-orange {
    background: #BA500C
} .mama-orange a {
    background: #E89535
} .mama-orange a:hover {
    background: #CC6600 url(http://www.opiom.net/templates/madeyourweb/images/mama/miniorangeLink.png) repeat-x scroll 0% 0%;
} .mama-orange .mamaActive {
    background: #CC6600 url(http://www.opiom.net/templates/madeyourweb/images/mama/miniorangeLink.png) repeat-x scroll 0% 0%;
}
/* Noir */
.mama-noir {
    background: #757575;
} .mama-noir a {
    background: #757575;
} .mama-noir a:hover {
    background: #353535 url(http://www.opiom.net/templates/madeyourweb/images/mama/mininoirLink.png) repeat-x scroll 0% 0%;
} .mama-noir .mamaActive {
    background: #353535 url(http://www.opiom.net/templates/madeyourweb/images/mama/mininoirLink.png) repeat-x scroll 0% 0%;
}

/* Bleu */
.mama-bleu {
    background: #0099FF;
} .mama-bleu a {
    background: #0099FF;
} .mama-bleu a:hover {
    background: #003366 url(http://www.opiom.net/templates/madeyourweb/images/mama/minibleuLink.png) repeat-x scroll 0% 0%;
} .mama-bleu .mamaActive {
    background: #003366 url(http://www.opiom.net/templates/madeyourweb/images/mama/minibleuLink.png) repeat-x scroll 0% 0%;
}

/* Rose */
.mama-rose {
    background: #FF1AFF;
} .mama-rose a {
    background: #FF1AFF;
} .mama-rose a:hover {
    background: #990099 url(http://www.opiom.net/templates/madeyourweb/images/mama/miniroseLink.png) repeat-x scroll 0% 0%;
} .mama-rose .mamaActive {
    background: #990099 url(http://www.opiom.net/templates/madeyourweb/images/mama/miniroseLink.png) repeat-x scroll 0% 0%;
}

/* violet */ 
.mama-violet {
    background: #9966CC;
} .mama-violet a {
    background: #9966CC;
} .mama-violet a:hover {
    background: #663366 url(http://www.opiom.net/templates/madeyourweb/images/mama/minivioletLink.png) repeat-x scroll 0% 0%;
} .mama-violet .mamaActive {
    background: #663366 url(http://www.opiom.net/templates/madeyourweb/images/mama/minivioletLink.png) repeat-x scroll 0% 0%;
}

/* Colonne 2 Graphique */
div#mamaCol2 {
    margin: 0;
    padding: 0;
    background: white;
    text-align: justify;
    width: 260px ! important;
    float: left;
}

div#mamaCol2 .avisMama {
    font-weight: bold;
}

div#mamaCol2 a {
    color: inherit;
}

div#mamaCol2 div.lienRencontre a, div#mamaCol2 div.lienFiche a {
    margin-top: 10px;
    font-weight: bold;
}

div#mamaCol2 div.commentaireRencontre {
    padding-left: 5px;
}

div#mamaCol2 div#click1Content {
    background: white;
    height: 150px;
}

div#mamaCol2 div#click2Content {
    background: white;
    height: 150px;
}

div#mamaCol2 div#click3Content {
    height: 150px;
}

