#navigation #topLeft {
	background-image: url(../picture/interface/album/topleft.gif);
}

#navigation #topRight {
	background-image: url(../picture/interface/album/topright.gif);
}

#footer #bottomLeft {
	background-image: url(../picture/interface/album/bottomleft.gif);
}

#footer #bottomRight {
	background-image: url(../picture/interface/album/bottomright.gif);
}

#content #left {
	width: 197px;
}

#content #right {
	width: 642px;
}

#content, #content #left #picto {
	border-color: #E2001A !important;
}
#content #right .picture a {
	border-width: 0 !important;
	border: none !important;
	background-color: #EEE;
}

#content #left #picto {
	background-image: url(../picture/interface/album/picto.jpg);
}

#content h1, #content h2, #content h3, #content h4 {
	color: #E2001A;
}

#content #right .picture {
	display: inline; /* to fix ie6 double margin bug */
	float: left;
	width: 130px;
	height: 80px;
	margin: 0 40px 30px 0;
	text-align: center;
}
/* to fix ie6 lack of min-height */
#content #right > .picture {
	height: auto;
	min-height: 80px;
}

#content #right .picture img {
	margin: 0 auto;
}

#content #right .picture.last {
	margin-right: 0;
}

#content #right .picture .toDetail {
	display: block;
	height: 80px;
	border: 1px solid;
}
/* to fix ie6 lack of min-height */
#content #right .picture > .toDetail {
	height: auto;
	min-height: 80px;
}


#content #right .picture .legend {
	text-align: center;
	font-weight: bold;
}


#content #right h3 {
	margin-bottom: 5px;
}

.pictureHolder a {
	border: none;
	border-width: 0;
}

.pictureHolder img {
	display: inline;
}
