body {
background-color:#333333;
color: #333333;
}

p {
color: #333333;
}
#header {
background-color: #333333;
}
#footer {
background-color: #333333;
}
#introduction {
border-bottom: #ff6600 2px solid;
}
#questionnaire {
border-bottom: #ff6600 2px solid;
}
span.erreur {
background-color: #ffffff;
color: red;
}
div.erreur {
background-color: white;
color: red;
}
h1 {
color: #ff6600;
font-family: Trebuchet MS, Verdana;
}
h2 {
color: #8B008B;
font-family: Trebuchet MS, Verdana;
}
div.separateur {
border-bottom: #333333 1px dotted;
}
div.indic {
color: #888;
}
table.matrice { 
	border: #888 1px dotted;
}
th.matrice {
	background-color: #FFC39B;
}
td.matrice {
	background-color: #FFE0FF;
}

th.matrice.odd {
    background-color: #FFC39B;
}
td.matrice.odd {
    background-color: #FFF;
}
th.matrice.even {
    background-color: #FFC39B;
}
td.matrice.even {
    background-color: #eeeeee;
}

th.matrice.etiquette {
    background-color: #aaaaaa;
}

img.thermometre {
background-color: #ff6600;
}

table.tablemultiple th {
	background-color: #FFC39B;
}
table.tablemultiple td {
	background-color: #FFE0FF;
}
table.tablemultiple td a {
color: #000000;
}
table.tablemultiple td a:hover {
color: #000000;
}
