@import url(../../ems_v4/css/__system.css);
@import url(../../ems_v4/css/general.css);


html
{
	overflow: hidden;
}
body
{
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
}
#degrade {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image:   url(/media/images/bkg_home.jpg);
	background-repeat: repeat-y;
	background-position: center;
	visibility: visible;
	background-color: #FFFFFF;
}
#lignes {
	width:				600px; 
	height: 500px; 
	margin-left: auto; 
	margin-right: auto;
	margin-top: 2%;
	border-right-style: dotted;
	border-right-color: #999999;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}
#lignes img {
	margin: auto;
	margin-right: 92px;
	margin-left:		142px;
	margin-top: 70px;
}
#menu {
	margin: auto;
	margin-top: -306px;
	width: 760px;
	border: black dotted 1px;
	border-left: 0;
	border-right: 0;
	padding-top: 5px;
	text-align:			center;
}
#photo
{
	width:				250px;
	border:				0;
	margin:				auto;
	margin-top:			2px;
	padding-top:		5px;
}
#footer
{
	position:			absolute !important;
	left:				0 !important;
	bottom:				0 !important;
	width:				100% !important;
	background-image:	none !important;
}


#langs
{
	width:				600px;
	text-align:			center;
	margin-left:		auto;
	margin-right:		auto;
}


#menu ul > li {
	display:		inline;
	text-transform: uppercase;
	margin: 0 5px;
	list-style-type : none;
	list-style-position: none;	
}
#menu ul > li a {
	padding: 5px;	
	text-decoration: none;
}
#menu ul {
	padding: 0;
	margin: 8px 0px;
}
.cleared {
	clear: both;
	height: 10px;
}

#langsmenu {
	padding: 10px 0px;
	border-top: 1px dotted #AAAAAA;	
}

#langsmenu a {
	font-size: 15px;
	color: #000000;
	margin: 5px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 10px;
}
#langsmenu a:hover {
	background-color: #E5010B;
	color: #FFFFFF;
}

.ui-tabs-hide {
	display: none;
}

.ui-tabs-selected a {
	color: #E5010B;	
}

.ui-tabs-nav
{
	padding:				0;
}
