/**
 * Thème expo
 */

/* text color */
BODY, H1, H3, DT {
	font-family: "Comic Sans MS", sans-serif;
	color: #ffffff;
}

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

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

/* borders */
#menubar DL, 
#content, 
#theCategoryPage DIV.thumbnailCategory, 
#content UL.thumbnails SPAN.wrap2,
#imageHeaderBar, 
#edito {
	border: 1px outset #426096;
}
FIELDSET, INPUT, SELECT, TEXTAREA {
	border: 1px outset #426096;
}
H2, #menubar DT, #imageToolBar {
	border-bottom: 1px none #426096;
}
#the_page {
	border: 1px solid #426096;
}
#theImage IMG {
	border: 6px ridge #1f4576;
}
.navThumb IMG {
	margin-top: 20px;
	border: 1px solid #1f4576;
}

/* other styles */
LI {
	list-style-type: none;
}

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

DT A:HOVER, .titrePage A:HOVER, #imageHeaderBar A:HOVER {
	color: #ff3300;
}

.navThumb IMG:HOVER {
	border-color: #ff3300;
}


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