/**
 * Thème expo
 */
/* text color */
BODY, H1, H3, DT {
	font-family: "Comic Sans MS", sans-serif;
	color: #0033CC;
}

/* backgrounds */
BODY {
	background-image: url('img/bckgnd.png');
}

H2, #imageHeaderBar, #menubar DT {
background-color: #F8F5D0;
}

/* borders */

#menubar DL, 
#content, 
#theCategoryPage DIV.thumbnailCategory, 
#content UL.thumbnails SPAN.wrap2,
#imageHeaderBar, 
#edito {
	border: 1px outset #094FD0;
}

FIELDSET, INPUT, SELECT, TEXTAREA {
	border: 1px outset #094FD0;
}
H2, #menubar DT, #imageToolBar {
	border-bottom: 1px none 094FD0;
	color: #623314;
}
#the_page {
	border: 1px solid #094FD0;
}
#theImage IMG {
	border: 6px ridge #1f4576;
}

.navThumb IMG {
	margin-top: 20px;
	border: 1px solid #1f4576;
}
#menubar .menuInfoCatByChild {
	font-size: 80%;
	font-style: italic;
	margin: 160px;
}

/* other styles */

LI {
	list-style-type: none;
}

/* links */
A, INPUT.rateButton {
	border-bottom: medium none;
	color: #623314;
	text-decoration: none;
}

A:HOVER {
	border-bottom: medium none;
	color:#740101;
}

DT A:HOVER, .titrePage A:HOVER, #imageHeaderBar A:HOVER {
	color: #740101;
}
.navThumb IMG:HOVER {
	border-color: #ff3300;
}

#content UL.thumbnails SPAN.wrap2:HOVER, 
#content UL.thumbnailCategories .thumbnailCategory:HOVER {
	background-color: #CFD4FF;
	border: 1px inset #623314;
}

#content DIV.thumbnailCategory DIV.illustration {
    text-align: center;
}
