@charset "utf-8";
/* CSS Document */

html {
		height: 100%;
		overflow: hidden;
	}
	
#flashcontent {
		height: 100%;
	}

body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #1a1a1a;
		color:#ffffff;
		font-family:sans-serif;
		font-size:20;
	}
	
a {	
		color:#cccccc;
		text-decoration:none;
	}
a:hover {	
		color:#ffffff;
		text-decoration:none;
	}
img{
	border:none;
}
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#aaa;
	font-weight:normal;
	text-shadow: 2px 2px 2px #000;
}
#head{
	/*background: #1a1a1a url(/tools/img/background5.jpg) repeat-x ;*/
	height:100px;
	background-color : rgba(50, 50, 50, 0.5);
}
#logo{
	color:#999999; 
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-size:26px; 
	float:left; 
	margin:40px 0px 0px 35px;
	text-align:center;
	line-height:20px;
	text-shadow: 2px 2px 2px #000;
}
#logo span{
}
#facebook{
	float:left; 
	margin-top:25px;
	margin-left:30px;
}

#souslogo{
	font-size:14px;
	color:#777777; 
}
dl, dd, ul, li {
	list-style-type: none;
	margin: 0 10px 0 0;
	padding: 0;
}
#menu {
	position : absolute;
	top: 37px;
	right: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#959595;
}
#menu dl {
	float: left;
	padding:8px;
	background-color : rgba(26, 26, 26, 0.5);
	text-align:center;
}
#menu li {
	display: inline;
}
#menu a {
	padding:5px 10px;;
	color:#ddd;
	text-decoration:none;
	height:30px;
}
#menu a:hover {
	color:#fff;
	height:30px;
}
#smenu1 {
	position: absolute;
	left: 0;
	top:40px;;
	width: 400px;
}
#smenu1 .sousmenu {
	font-size: 11px;
	color:#ddd;
	text-decoration:none;
	padding:8px;
	background-color : rgba(50, 50, 50, 0.5);
}
#smenu1 .sousmenu:hover {
	color:#ffffff;
	background-color : rgba(50, 50, 50, 0.5);
	border:none;
	}
.copy {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#999999;
}

.rub{
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#999999;
	line-height:1.5em;
	padding-bottom:10px;
}
.center{
	width:550px;
	margin: 0px auto; 
}
.rubHome{
	float:left;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#999999;
	margin-left:20px;
	margin-top:70px;
}
.imgHome{
	margin-bottom:10px;
	margin-left:100px;
	float:left;
}
#homeAlbum{
	position:absolute;
	top:40%;
	right:0px;
	width:200px;
	background-color : rgba(0, 0, 0, 0.5);
	padding: 0px 15px 15px 15px;
}
#homeAlbum a{
	width:100%;
	float:left;
	margin-top:10px;
	background-color : rgba(0, 0, 0, 0.5);
}
#homeAlbum a:hover{
	width:100%;
	float:left;
	margin-top:10px;
	background-color : rgba(120, 120, 120, 0.3);
}
#homeAlbum img{
	width:50px;
	margin-right:15px;
}

