.static {
	margin: 0.8em 0;
}
.static h2 {
	font-size: 0.85em;
	font-weight: bold;
	line-height: 0.9em;
	margin: 0.8em 0 0.2em 0;
	padding: 0;
}
.static p, .static li {
	font-size: 0.75em;
	color: #333;
}
.static {
	border: 1px solid #fcfcfc;
	padding: 2px;
}
.static th {
	padding: 2px 8px;
	font-size: 0.71em;	
	border-bottom: 1px solid #ccc;
	background-color: #f9f9f9;
	vertical-align: top;
	font-weight: normal;
	line-height: 0.9em;
}
.static td {
	text-align: center;
	padding: 2px 8px;
	font-size: 0.72em;
	border-bottom: 1px solid #f8f8f8;
}
.static blockquote {
	padding: 0.5em 0.5em 0.5em 1em; 
	margin: 0.5em 0.5em 0.5em 1em; 
	font-size: 0.71em; 
	border-left: 1px solid #eee; 
	color: #555;
}


/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;  
border: 5px solid #005ca2;   
margin: 0 0 1px 0; 
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left; 
} 
.stripTransmitter { 
overflow: auto; 
width: 1%; 
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 1px 1px 0; 
} 
.stripTransmitter a{ 
font: bold 10px Verdana, Arial; 
text-align: center; 
line-height: 22px; 
background: #005ca2; 
color: #fff; 
text-decoration: none; 
display: block; 
} 
.stripTransmitter a:hover, a.current{ 
background: #fff; 
color: #005ca2; 
} 
.fiches li {
	font-size: 0.8em;
	margin-bottom: 0.9em;
	width: 85%;
}
.form {
	margin: 1em;
}
.form sup {
	color: red;
	font-weight: bold;
}
.form td {
	width: 180px;
	font-size: 0.9em;
	padding: 1px 3px;
	border-bottom: 1px solid #f0f0f0;
}
.form .sbm {
	background-color: #036;
	font-weight: bold;
	color: white;
	padding: 5px;
	width: 100%;
}
#message {
	background-color: green;
	padding: 2px 9px;
	color: white;
}