<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">bold {
font-weight: bold;
}

.left {
	float: left;
	/*margin: 0 10px 10px 0;*/
	margin: 0.5em 0.5em 0.5em 0;
}

.right {
	float: right;
	/*margin: 0 0 10px 10px;*/
	margin: 0.5em 0 0.5em 0.5em;
}

.clear {
	clear:both;
}

.rounded {
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

.shadow {
	box-shadow: 5px 5px 10px #222;
}

.shadow2 {
	box-shadow: 0px 0px 15px #222;
}

.shadow_text {
	text-shadow: 1px 1px 1px #000;
}

.shadow_text_smooth {
	text-shadow: 1px 1px 1px #555;
}

.cliquable {
	cursor:pointer;
}

.alerte {
	color:gold;
	font-weight:bold;
	padding:5px;
	border:1px solid gold;
}

#searchbox {
	wwidth:200px;
	height:40px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	float:right;
}

.search_bg_light{
	background:white url(searchbar.png) right top;
}

.search_bg_dark{
	background:white url(searchbar.png) right bottom;
}

#searchinput {
	background:gold;
	background:transparent;
	width:158px;
	height:24px;
	margin-top:3px;
	margin-left:5px;
	border:none;
}

#searchsubmit {
	background:gold;
	background:transparent;
	width:32px;
	height:30px;
	mmargin-top:3px;
	margin-left:3px;
	border:none;
	padding: 0;
	margin: 0;
	float:right;
	cursor:pointer;
}

</pre></body></html>