/* LINK */
a { cursor:pointer; }
a:link    { color:#667174; text-decoration: none; }
a:visited { color:#667174; text-decoration: none; }
a:hover   { color:#eee; text-decoration: none; }

/* OTHERS */
*   { margin:0; padding:0; }
img { border:0; }
p   { margin:0; padding:0 0 15px; }
ul  { margin:0; padding:0; }
h1  { font:1.8em Helvetica; font-weight:bold; margin:5px 0 15px; }
h2  { font:1.6em Helvetica; font-weight:bold; margin:5px 0 15px; }
h3  { font:1.4em Helvetica; font-weight:bold; margin:5px 0 15px; }
.clear { clear:both; }
strong { color:#999; }

/* BODY */
body {
	font:62.5%/1.6em arial, "lucida console", sans-serif;
	color:#c0c0c0;
	background:url('../images/fond.jpg') top center no-repeat #000;
}

#wrapper1 {
	width:960px;
	margin:0 auto;
}
#wrapper2 {
	float:left;
	font-size:1.2em;
	width:960px;
}

#language {
	float:right;
	text-align:right;
	font-size:1.2em;
	padding:15px 40px 0 0;
	width:920px;
	height:15px;
}

ul#menu {
	float:left;
	list-style:none;
	padding:140px 0 0 80px;
	width:150px;
	height:420px;
}
ul#menu li {
	float:left;
	margin:0;
	padding:0 0 12px;
}
ul#menu li a {
	display:block;
	margin:0;
	padding:1px 0 0 20px;
	width:130px;
	height:19px;
}
ul#menu li a:hover,
ul#menu li a.active {
	background:url('../images/arrow.png') no-repeat;
	color:#eee;
}
* html ul#menu li a:hover,
* html ul#menu li a.active {
	background-image:url(no-image);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/arrow.png');
}

#content {
	float:left;
	text-align:justify;
	padding:0 40px 0 45px;
	margin-top:140px;
	width:265px;
	height:400px;
	overflow-x:hidden;
	overflow-y:auto;
}
#content ul {
	margin:0 0 15px 30px;
}

#gallery {
	float:left;
	padding:118px 36px 0 4px;
	width:340px;
}

.news {
	float:left;
	padding-bottom:10px;
}
.news-title {
	float:left;
	width:265x;
}
.news-title a {
	font-weight:bold;
}
.news-content {
	float:left;
	width:265x;
}
.news-content a {
	font-size:0.9em;
	font-weight:bold;
}
.news-title-open {
	float:left;
	font-weight:bold;
	text-transform:uppercase;
	padding:0 0 10px;
	width:265x;
}
.news-back {
	float:left;
	text-align:right;
	width:265px;
}
.news-back a {
	font-size:0.9em;
}
.news-title a:hover,
.news-content a:hover,
.news-back a:hover {
	color:#fff;
}

#footer {
	float:left;
	padding-left:65px;
	width:895px;
	color:#666;
}