body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #AAAAAA; 
	background-color: #f1b830; /* Changement de couleur de fond f1b830 */
	margin: 0px;
	padding: 0px;
}

html {
	scrollbar-face-color:#666666;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-arrow-color:#888888;
	scrollbar-track-color:#000000;
}

a:link {
	text-decoration: none;
 	color: #800000; /* changement de couleur #aaaaaa -> #800000 */
}

a:visited {
	text-decoration: none;
	color: #800000;  /* changement de couleur #aaaaaa -> #800000 */
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.current {
	font-weight: bold;
 	color: #800000; /* changement de couleur #AAAAAA -> #800000 */
	background-color: #40722a; /* changement de couleur #666666 -> #40722a */
}

.cthumb {
	background-color: #666666;
	border: 1px solid #666666;
}

.thumb {
	background-color: #bf671f;  /* changement de couleur #333333 -> #bf671f */
	border: 1px solid #666666;
}

.image { border: 1px solid #800000;} /* changement de couleur #aaaaaa -> #800000 */
a:link .image {  border-color: #800000;} /* changement de couleur #aaaaaa -> #800000 */
a:visited .image {  border-color: #800000;} /* changement de couleur #aaaaaa -> #800000 */
a:hover .image { border-color: #40722a;} /* changement de couleur #ffffff -> #40722a */

.mthumb { border: 1px solid #800000;} /* changement de couleur #aaaaaa -> #800000 */
a:link .mthumb {  border-color: #800000;} /* changement de couleur #aaaaaa -> #800000 */
a:visited .mthumb {  border-color: #800000;} /* changement de couleur #aaaaaa -> #800000 */
a:hover .mthumb { border-color: #40722a;} /* changement de couleur #ffffff -> #40722a */

.slideImage { border-width: 1px; border: 1px solid; border-color: #800000;}  /* changement de couleur #ffffff -> #800000 */
a:link .slideImage { border-color: #800000;} /* changement de couleur #ffffff -> #800000 */
a:visited .slideImage { border-color: #800000;} /* changement de couleur #ffffff -> #800000 */

.title {
	font-size: 120%;
	font-weight: bold;
	color: #000000;
}

.title a:link {
	text-decoration: none;
	color: #000000;
}

.title a:visited {
	text-decoration: none;
	color: #000000;
}

.title a:hover {
	text-decoration: none;
	color: #ffffff;
}

.infotable {
	border: 1px solid #800000;  /* changement de couleur #444444 -> #800000 */
	border-collapse: collapse;
}

.infotable td {
	border: 1px solid #800000; /* changement de couleur #444444 -> #800000 */
}

.infotable table {
	border-collapse: separate;
}

.infotable table td {
	border: 0px;
}

.dirname {
	font-size: 100%;
	font-weight: bold;
	color: #AAAAAA;
}

.comment {
	color: #800000; /* changement de couleur #CCCCCC -> #800000 */
	font-weight: bold;
	font-size: 100%;
}

.smalltxt {
	color: #800000; /* changement de couleur #888888 -> #800000 */
	font-size: 90%;
}

.xsmalltxt {
	color: #800000; /* changement de couleur #888888 -> #800000 */
	font-size: 80%;
}

.newlabel {
	font-size: 70%;
	font-weight: bold;
	color: #800000; /* changement de couleur #EEEEEE -> #800000 */
	background-color: #558800;
}