* {
	margin: 0;
	padding: 0;
}

/*<group=hacks>*/

.clearfix { display: inline-table;}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */

.spacer {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
	border: none;
}
/*</group>*/

body {
	color: #000;
	background: #fff;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

#header, #menu, #container, #footer {
	width: 970px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative;
	margin-top: 135px;
}

#container {
	height: 490px;
	margin-top: 2px;
	background: url(containerbg.jpg);
}

#content {
	float: right;
	width: 580px;
	height: 370px;
	margin-top: 70px;
	margin-right: 50px;
	padding: 15px 25px 25px 15px;
	background: #fff;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	overflow: auto;
}

#header h1, #header h1 a {
	width: 190px;
	height: 40px;
	margin-bottom: 20px;
	font-size: 1px;
	color: #fff;
	background: url(logo-uniross.gif);
}

#menu {
	height: 17px;
	background: #fd1b14 url(bottomright.gif) no-repeat right bottom;
}

a.lang {
	position: absolute;
	top: 25px;
	right: 0;
	display: block;
	width: 70px;
	height: 15px;
	padding-left: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fd1b14;
	background: url(horarrow-red.gif) no-repeat 0 0.4em;
}

a.lang:hover {
	color: #006;
}

#content h1 {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	color: #009;
	font-weight: bold;
	font-size: 14px;
	background: url(dotted.gif) no-repeat left bottom;
}

#content h2 {
	font-size: 11px;
	color: #5c9537;
}

#content p {
	margin: 1em 0;
	line-height: 1.3em;
	color: #009;
}


#nav, #menu, #footer ul, #footer li {
	height: 17px;
}

#nav li { /* all list items */
	float: left;
	position: relative;
}

#nav li li {
	width: 160px;
	padding: 0;
	background: #fd1b14 url(dot.gif) no-repeat 8px 0;
}

#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 17px;
	left: 0;
	width: 160px;
}

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
}

#menu li a {
	padding-left: 16px;
	padding-right: 8px;
	background-image: url(menubg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu li a:hover {
	background-color: #006;
	background-position: left bottom;
}

#menu li li a {
	background-image: url(arrows.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom: 1px solid #ffbbb9;
}

#menu li li a:hover {
	background-position: right bottom;
	border-bottom-color: #cccce0;
}

#menu a {
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	padding: 2px 3px;
	text-decoration: none;
}

#footer {
	margin-top: 1px;
	padding-top: 2px;
	border-top: 1px solid #999;
}

#footer li {
	float: left;
	position: relative;
}

#footer ul, #footer li {
	height: 17px;
}

#footer li a, #footer li p {
	display: block;
	float: left;
	height: 17px;
	font-size: 1px;
	color: #fff;
	background-repeat: no-repeat;
}

#footer li a:hover {
	background-position: left bottom;
}

#copyright {
	width: 94px;
	background-image: url(copyright.gif);
}

#editor a {
	width: 69px;
	background-image: url(editor.gif);
}

#credit a {
	width: 46px;
	background-image: url(credit.gif);
}

#fr #editor a {
	width: 81px;
	background-image: url(editeur.gif);
}

#fr #credit a {
	width: 52px;
	background-image: url(credits.gif);
}


#footer li.nav a {
	padding-left: 17px;
	padding-right: 5px;
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	color: #fd1b14;
	text-transform: uppercase;
	background-image: url(arrows2.gif);
}

.nav a:hover {
	background: #006;
}