/* General Elements */
/* ----------------------------------------------------- */
body {
    margin: 0px 0px 0px 0px;
    color: #000000;
    background-color: #eeeec5;
    font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
    font-size: 11px;
}
td {
    color: #B1263E;
    font-size: 11px;
    line-height: 15px;
}
a:link {
    color: #d26f05;
    text-decoration: none;
}
a:visited {
    color: #d26f05;
    text-decoration: none;
}
a:hover {
    color: #d26f05;
    text-decoration: none;
}

.beige11 { color: #EEEEC5; font-size: 11px; font-family: Arial;}
.grey11 { color: #666666; font-size: 11px; font-family: Arial;}

.boutique_liens { color: #B1263E; }
.boutique_liens a { color: #B1263E; }



p { margin: 0px 0px 11px 0px; }
p.toc {
	margin: 0px 0px 0px 2em;
	text-indent: -2em;

}/* indent second line */
ul {
    margin:  0px  0px  11px 27px;
    list-style: url(images/bullet.gif);
    list-style-type: square;
}
ol {
    margin:  0px  0px  11px 27px;
    list-style-type : decimal;
}
.nolist { list-style: none; }

input, select, textarea {
    font-family: Arial, Helvetica, Verdana,Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
}




/* Purple Borders */
/* ----------------------------------------------------- */

td.frame-border {
    border-bottom: solid 1px #757D96;
    border-right: solid 1px #8D93A2;
}/* outline borders */
td.right-border {
    border-right: solid 1px #757D96;
}/* outline borders */
td.frame-border2 {
    border-right: solid 1px #757D96;
    border-bottom: solid 1px #000000;
}/* right and bottom border */
td.bottom-border2 {
    border-bottom: solid 1px #000000;
}/* outline borders */
td.frame-bottom {
    border-bottom: solid 1px #757D96;
}/* outline borders */



.footer { color: #DDDDBD; font-size: 11px; font-family: Helvetica, Verdana, Arial,  sans-serif;}
.smalltext { color: #000000; font-size: 9px; font-family: Verdana, Helvetica, Arial,  sans-serif;}
.bigtext { color: #000000; font-weight: bold; font-size: 15px; font-family: Verdana, Helvetica, Arial,  sans-serif;}
