/*
CSS version 1.0 by Patrice Poulin
 */
/*-------------------------------->>> GLOBAL <<<--------------------------------*/
body {
    margin:15px 0;
    padding:0;
	font-family:Origema, arial;
	font-size:14px;
}

div#container {
    width:900px;
    margin:0px auto;
}

div#header {
    height:300px;
}

/*-------------------------------->>> CONTENT <<<--------------------------------*/
div#content{
	width:100%;
    height:100%;
	margin:0;
	padding:0;
	background-color:#207ebc;
}


/*-------------------------------->>> MENU <<<--------------------------------*/
div#menu {
    width:100%;
    height:40px;
    margin:0;
    background-image:url(../img/menu.gif);
	font-size:18px;
    font-weight:bold;
	


}

div#menu a:hover {
margin:0 0 0 8px;
font-size:22px;


}

div#menu ul {
	width:100%;
	height:40px;
	margin:0;
    padding:0;
    list-style-type:none;
}

div#menu ul li {
    float:left;
    width:120px;
    margin:0;
	padding:7px 0 0 0;
	text-align:center;
}

div#menu ul li a {
	text-decoration:none;
	color:#fff;
}

div#menu ul li#first {
	background-image:none;
	
}

/*-------------------------------->>> CONTENT LEVEL 1 <<<--------------------------------*/
div#contentLevel1 {
    width:100%;
    height:100%;
	margin:0;
	padding:10px 0 10px 0;
	background-color:#207ebc;
}



/*-------------------------------->>> FOOTER <<<--------------------------------*/
div#footer {
	width:100%;
	height:50px;
	margin:0;
	padding:0;
	font-family:Origema, arial;
	font-size:12px;
	font-weight:bold;
	background-image:url(http://www.souskay.com/img/bg-footer.jpg);
	background-color:#f5fdff;
}

div#footer p {
	text-align:center;
	margin:0;
	padding:12px 0 0 0;
	color:#ffffff;
}


/*------------------------------ >>> thumbnails <<< ------------------------------ */
div#thumb_container {
	position:relative;
	overflow:hidden;
	width:730px;
	height:665px;
	margin:0;
	padding:0;
}

div.thumb_header {
	margin:5px 0 5px 0;
}

div.thumb_header a {
	color:#ffffff;
	text-decoration:none;
	font-size:16px;
}

div.thumb_header a:hover {
	text-decoration:underline;
}

div#thumb_content {
	width:3730px;
}

div#thumb_content ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

div#thumb_content ul li{
	float:left;
	width:135px;
	height:100px;
	margin:0 10px 10px 0;
	padding:0;
	border:solid 1px #000000;
	cursor:pointer;
}

div#thumb_content ul li img {
	display:block;
	border:none;
}

div#thumb_content ul li.on{
	border:solid 1px #ffffff;
}

div#thumb_content ul li.empty{
	visibility:hidden;
}


/*------------------------------ >>> flip cube <<< ------------------------------ */
div#flipcube {
	margin:0;
	padding:0;
}

div#arrowLeft{
	float:left;
	position:relative;
	width:38px;
	height:48px;
	margin:-370px 0 0 0px;
	padding:0;
	cursor:pointer;
	background-image:url(http://www.souskay.com/css/mootools/img/fleche1.png);
	background-repeat:no-repeat;
}

div#arrowRight{
	float:right;
	position:relative;
	width:38px;
	height:48px;
	margin:-370px 0px 0 0;
	padding:0;
	cursor:pointer;	
	background-image:url(http://www.souskay.com/css/mootools/img/fleche2.png);
	background-repeat:no-repeat;
}

