<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('http://fonts.googleapis.com/css?family=Ubuntu:regular,italic,bold,bolditalic&amp;subset=cyrillic,greek,latin');

@import url('reset.css');

* {
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 100%;
	outline: none;
}

html {
	border: 0px;
}

body {
	background-color:#2b0202;
	background-image:url(../img/bg2.jpg);
	background-repeat:no-repeat;
	background-position:center;
	color:#FFF;
	font:"Times New Roman", Times, serif;
	font-size: 10pt;
	cursor: default;
}

.footer {
	font-size:11px;
}

.font-12 {
	font-size:16px;
}

.font-20 {
	font-size:20px;
}

.font-retour {
	width:730px;
	font-size:9px;
}

.clear {
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 0px;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #FFF;
}

a:hover {
	color: #fee7a9;
}

#cont {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 70;
	overflow: auto;
}

.copy {
	text-shadow: #111 1px 1px 0px;
	text-align: center;
	padding: 10px 0px;
	line-height: 150%;
}

.menu {
	vertical-align:top;
}

.menu2{
	height:30px;
	width:250px;
	padding:2px 0;
/*	background:#660000;*/
	color:#fff;
}
.sousmenu{
	height:30px;
	width:250px;
	padding:1px 0;
/*	background:#330000;*/
	color:#fff;
}

.menu2 a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	font-family:arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
/*	background:#660000;*/
}
.sousmenu a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	font-family:arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
/*	background:#330000;*/
}
/*.menu2 a:hover, .sousmenu a:hover, .menu2 a:active, .sousmenu a:active, .menu2 a:focus, .sousmenu a:focus{
	background:#ca0008;
}*/</pre></body></html>