/* **** Titles - Start **** */
.QualiteTitre1 {
    background-color : #94BEE7;
    color : #000000;
	font-size : 14px;
    font-weight : bold;
    padding : 0px 5px 5px 5px;
}
.QualiteTitre2 {
    background-color : #B8D3ED;
    color : #000000;
	font-size : 12px;
    font-weight : bold;
    padding : 5px 5px 5px 5px;
}
.QualiteTitre3 {
    background-color : #B8D3ED;
    color : #000000;
	font-size : 11px;
    font-style : italic;
    font-weight : bold;
    padding : 5px 0px 5px 5px;
}
/* **** Titles - End **** */

/* **** Content - Start **** */
.QualiteContenu {
    background-color : #B8D3ED;
    color : #000000;
	font-size : 10px;
    font-weight : normal;
    padding : 5px 0px 5px 5px;
	vertical-align : top;
}
.QualiteIndex {
    background-color : #FCFCD6;
    color : #000000;
	font-size : 10px;
    font-weight : normal;
    padding : 5px 2px 5px 2px;
    text-align : right;
    font-style : italic;
    vertical-align : top;
}
.QualiteSepar {
    background-color : #B8D3ED;
    padding : 0px;
}
.QualiteText {
    background-color : #B8D3ED;
    color : #000000;
	font-size : 10px;
    font-weight : normal;
    padding : 0px 10px 0px 0px;
}
.QualiteTextAlt {
    background-color : #D2E0ED;
    color : #000000;
	font-size : 10px;
    font-weight : normal;
    padding : 0px 10px 0px 0px;
}

.QualiteValidation {
    background-color : #94BEE7;
    color : #000000;
	font-size : 10px;
    font-weight : normal;
    padding : 5px 0px 5px 5px;
}
/* **** Content - End **** */

/* **** Background - Start **** */
.QualiteAlt {
    background-color : #D2E0ED;
}
.QualiteAlt2 {
    background-color : #FBF6F2;
}
/* **** Background - End **** */

/* Styles - Labels */
.Errorlabel {
    border : solid 1px red;
    color : Red;
    font-size : 10px;
    font-weight : bold;
    margin : 20px 50px 20px 50px;
    padding : 5px 5px 5px 5px;
    text-align : center;
    vertical-align : top;
    width : 470px;
}

.FeedbackLabel {
    border : solid 1px #777777;
    color : #777777;
    font-size : 10px;
    font-weight : bold;
    margin : 20px 50px 0px 50px;
    padding : 5px 5px 5px 5px;
    text-align : center;
    vertical-align : top;
    width : 470px;
}

.LetterStyleLabel {
    border : solid 1px #777777;
    color : #777777;
    display: block;
	font-size : 10px;
    font-weight : normal;
    margin : 0px 66px 0px 66px;
    padding : 20px 15px 15px 15px;
    text-align : justify;
    vertical-align : top;
    width : 435px;
}

.HintLabel 
{
    background-color : #D6EBFC;
    border : solid 1px #777777;
    color : black;
    display : none;
    font-size : 10px;
    font-weight : normal;
    margin : 0px 20px 10px 20px;
    padding : 5px 5px 5px 5px;
    vertical-align : top;
    width : 430px;
}

.HintLabel a {
	font-size : 10px;
    font-weight : normal;
}

.BenchTitle {
    border : solid 1px black;
    background-color : #D6EBFC;
    color : black;
    font-size : 10px;
    font-weight : bold;
    margin : 0px 0px 5px 0px;
    padding : 5px 5px 5px 5px;
    text-align : center;
    vertical-align : top;
    width : 634px;
}