/* text color */
BODY, H1, H3,
INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
	color:#ffffff;
}

H2, #menubar DT {
	color: #ffffff;
}


/* backgrounds */

BODY {
	width:1075px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(/themes/dark/images/bg.gif);
}


H3, #imageHeaderBar, #imageToolBar A:hover {
	background-color: #666666;
}

#menubar DL, .content, #imageToolBar, .header_notes {
	background-color: #2375be;
	margin-top:10px;
}

H2, #menubar DT {
	background-image: url(images/tableh1_bg.png);
}


/* header avec publicité - 30 03 2011 */

#leHeader {
	width:1049px;
	height:150px;
	background-image:url(/admin/images/1.jpg);
	background-repeat:no-repeat;
	margin-left:15px;

}

#pub {
	float:right;
	margin-top:80px;
	margin-right:5px;
}

#imageHeaderBar H2 {
	background-image: none;
	background-color: transparent;
	border: none;
}

#imageHeaderBar {
	background-color: #2375be;
/*	background-image: url(images/tableh2_bg.png);
	background-repeat: repeat-x;
	background-position: center;
	border-top: 1px solid #ffffff; */
}

/* borders */
#menubar DL, .content{
	border: 1px solid #ffffff;
}

H2, #menubar DT {
	background-image: url(images/tableh1_bg.png);
}

#imageHeaderBar H2 {
	background-image: none;
	border: 0;
}

#imageHeaderBar {
	border-top: 1px solid #ffffff;
}

/* borders */
#menubar DL, .content{
	border: 1px solid #ffffff;
}

H2, #menubar DT, #imageToolBar {
	border-bottom: 1px solid #ffffff;
}

FIELDSET, INPUT, SELECT, TEXTAREA,
.content .thumbnailCategory ,
.thumbnails .wrap2 {
	border: 1px solid white;
}


.thumbnails .wrap2:hover,
.content .thumbnailCategories .thumbnailCategory:hover,
.content .thumbnailCategories .thumbnailCategory:hover A {
	background-color: #faebd7;
	border-color: yellow;	/* thumbnails border color when mouse cursor is over it */
	color: black;
}


/* links */
A, INPUT.rateButton {
	color: #fff;
}

A:hover {
	color: #ffff80;
}

.pwg-icon {
	background-image: url(../default/s26/outline_ffffff.png);
}

A:hover .pwg-icon {
	background-image: url(../default/s26/outline_ffff80.png);
}

.message {
  color:white;
  background-color:#666;
}

/* modif présentation image le 27 08 2010 */

#the_page {
	background-color: #2375be;
}

#theImage img {
	border:1px solid #ffffff;
}

/* modification pour le copyright le 01 08 2009 */
#copyright {
	color:#000000;

}
#copyright A {
	color:#000000;
}
