
/* text color */
BODY, H1, H3, nbimg,
INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
color:#FFFFFF;
}
mainpage_categories_section {
	color: #CCCCCC;
	font-size:20px;
	font-weight: bold;	
}
mainpage_categories_titre {
color: #CCCCCC;
font-size:12px;
}
mainpage_categories_text {
	color: #FFFFFF;
	font-size:11px;
}
menubar_titre_categorie,
INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
color:#FFFFCC;
font-size:14px;
}
menubar_nb_img,
INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
	color:#FFFFCC;
	font-size:10px;
	font-style: italic;
}
menubar_titre_lien,
INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
	color:#CCCCCC;
	font-size:13px;
	font-style: normal;
}
H2, #menubar DT {
color: #FFFFFF;
}
titlem, #menubar DT {
color: #FFFFFF;
}
nbimg{
color: #FFFFFF;
}
/* backgrounds Fond du site ! */
BODY, H3, nbimg, #imageHeaderBar, #imageToolBar A:hover {
background-color: #111111;
}
#menubar DL, .content, #imageToolBar, .header_notes {
background-color: #333333;
}
H2, #menubar DT {
background-image: url(images/tableh1_bg.png);
}
titlem {
background-image: url(images/tableh1_bg.png);
}
#imageHeaderBar H2 {
background-image: none;
background-color: transparent;
border: none;
}
#imageHeaderBar titlem {
background-image: none;
background-color: transparent;
border: none;
}
#imageHeaderBar {
background-image: url(images/tableh2_bg.png);
background-repeat: repeat-x;
background-position: center;
border-top: 1px solid #000;
}
/* borders */
#menubar DL, .content{
border: 1px solid #000;
}
H2, #menubar DT, #imageToolBar {
border-bottom: 1px solid #000;
}
titlem {
border-bottom: 1px solid #000;
}
FIELDSET, INPUT, SELECT, TEXTAREA,
.content DIV.thumbnailCategory {
border: 1px solid gray;
}
.content UL.thumbnails SPAN.wrap2 {
border: 1px solid #aaaaaa;	/* thumbnails border color and style */
}
.content UL.thumbnails SPAN.wrap2:hover,
.content UL.thumbnailCategories DIV.thumbnailCategory:hover,
.content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
background-color: #666666;
border-color: #000000;	/* thumbnails border color when mouse cursor is over it */
color: #FF6699;
}
/* links */
A, INPUT.rateButton {
color: #CCCCCC;
border: none;
}
A:hover {
color: #FF6699;
}
