body {
	background-color: #000000;
	font-family: "Comic Sans MS", Arial;
	color: #CCCCCC;
	font-size: 14px;
	font-weight: normal;
	margin: 5px;
}
.titrage {
	font-family: "Comic Sans MS", Arial;
	font-size: 18px;
	color: #FFFFFF;
	text-indent: 30px;
	text-transform: uppercase;
}
.titre {
	font-family: "Comic Sans MS", Arial;
	font-size: 24px;
	color: #FFFFCC;
	font-weight: bold;
	background-image: url(fond1.png);
}
.baspage {
	font-family: "Comic Sans MS", Arial;
	font-size: 9px;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF3300;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF3300;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF3300;
	border-left-color: #FF3300;	
	border-left-width: 1px;
	border-left-style: solid;
}

.tablicon {
	background-color: #333333;
}
.tour {
	border: 1px solid #FF3300;
}
.tour_ghd {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FF3300;
	border-right-color: #FF3300;
	border-left-color: #FF3300;
}
.tour_gbd {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FF3300;
	border-bottom-color: #FF3300;
	border-left-color: #FF3300;
}

A.rolloverthumb IMG { /* unvisited thumbnail */ 
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=15); 
 -moz-opacity: 1.0; 
 border: 1px solid #000000; 
} 
A:hover.rolloverthumb IMG { /* unvisited thumbnail in the MOUSEOVER state */ 
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); 
 -moz-opacity: 0.6; 
 border: 1px solid #ff0000; 
} 
A:visited.rolloverthumb IMG { /* visited thumbnail */ 
 filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); 
 -moz-opacity: 0.9; 
 border: 1px solid #333333; 
} 
A:visited:hover.rolloverthumb IMG { /* visited thumbnail in the MOUSEOVER state */ 
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60); 
 -moz-opacity: 0.6; 
 border: 1px solid #ff0000; 
} 

