/* HTML */
a {
    color: #F22CB3;
}
/*
h1 {
    color: #F22CB3;
}

h2 {
    color: #C1D82F;
}

h3, h3 a {
    color: #F22CB3;
}
*/

/* Background */
.whiteBackground {
    background-color: #FFFFFF;
}

.lighterBackground, #MenuPanier li:hover, #tableFrais tr td:last-child, #tableFrais tr:last-child {
    background-color: #F7F7F7;
}

.lightBackground {
    background-color: #C4C4C4;
}

.darkBackground {
    background-color: #B3B3B3;
}

.darkerBackground {
    background-color: #ADABAD;
}

.couleur1Background {
    background-color: #C1D82F;
}

.couleur2Background, .actionBouton:hover {
	background-color: #F22CB3;
}

/* Text */
.lighterText {
    color: #FFFFFF;
}

.lightText {
    color: #B3B3B3;
}

.darkText {
    color: #777777;
}

.darkerText {
    color: #000000;
}

.couleur1Text {
    color: #C1D82F;
}

.couleur2Text, .lienBandeau:hover, .ui-widget-content a {
    color: #F22CB3;
}

/* Border */
.whiteBorder, .tablePanierDetail thead th {
    border-color: #FFFFFF;
}

.lighterBorder {
    border-color: #F7F7F7;
}

.lightBorder, .ui-tabs-nav, .tablePanierDetail tbody tr:nth-child(even) td:first-child, .tablePanierDetail tbody tr:nth-child(odd) td:first-child {
    border-color: #C4C4C4;
}

.darkBorder {
     border-color: #ADADAD;
}

.darkerBorder {
    border-color: #000000;
}

.couleur1Border {
    border-color: #C1D82F;
}