/****** main style ******/ /** * @author Loops <cropmark dot lu> *  * Main style sheet used to import over style sheet. */   /* Reset styles */@import url("reset.css");/* Layout and display */@import url("layout.css");/* Typography */@import url("typo.css");/* Colors and decoration */@import url("color.css");/* Hack to import IE5 MAC correction \*/ /* @import url(ie5mac.css); *//* Safari 3.0 and Opera 9 correction *//* @import url(safariopera.css); *//* Other media css *//* print *//* projection *//* speech *//* Ubistream Stylesheet */#player {	width: 480px;	height: 270px;	/*background-color: #efede4;*/	background-color: #000000;	color: #f7d715;	border-width: 0px;}.videotitle {	display: none;	text-transform: uppercase;	/*font-weight:bold;*/	font-size: 13px;	color: #f7d715;	margin-bottom: 4px;}.videodescription {	display: none;	font-size: 12px;}#videodetail {	width: 750px;	min-height: 400px;}#container {	background-color: #000000;	color: #dfe0df;	font: 11px helvetica, arial, verdana, sans-serif;}#Container-menu {	float: left;	display: inline;	width: 110px;	padding-right: 20px;	min-height: 400px;}#Container-menu li {	padding-bottom: 8px;	font-size: 13px;}#Container-menu li a {	text-decoration: none;	color: #dfe0df;}#container li a:hover {	text-decoration: none;	color: #000000;	background-color: #f7d715;}#Container-content {	font-size: 12px;	line-height: 18px;	padding-left: 150px;}#multi-text {	float: left;	display: inline;	width: 292px;	padding-right: 20px;	min-height: 400px;}#multi-text p {	padding-bottom: 9px;}#multi-img {	padding-left: 340px;}#multi-img img {	/*height: 350px;*/	width: 258px;}#SamsaProfil {	width: 750px;	min-height: 400px;}#Samsa_Profil_detail{  font-size: 12px;  line-height: 18px;  color: red;}#SamsaEquipe {	width: 750px;	min-height: 400px;	}#detail a {	text-decoration: none;	color: #dfe0df;}/* Modal window */#mask {	position: absolute;	left: 0;	top: 0;	z-index: 9000;	background-color: #444;	display: none;}#boxes .window {	position: absolute;	left: 0;	top: 0;	width: 400px;	min-height: 200px;	display: none;	z-index: 9999;	padding: 20px;	background-color: #000000;	border: 1px solid #59595c;	color: #dfe0df;}#boxes #dialog {	width: 285px;	height: 203px;	padding: 10px;	background-color: #ffffff;	}#boxes .close {	text-decoration: none;	background-color: #f7d715;	color: #000000;	vertical-align: top;}#boxes h3 {	font-size: 12px;	text-transform: uppercase;	color: #f7d715;	margin-bottom: 9px;}#boxes p {	font-size: 12px;	margin-bottom: 9px;}#boxes img {	margin-top: 20px;	max-height: 240px;	max-width: 400px;}/* Modal window */.hidden {  display: none;}
