* {
	margin:0;
	padding:0;
}
body {
	font-family: Arial, sans-serif;
	font-size:12px;
	color:#333;
	background:url('img/trame3.gif');
	height:100%;
}
a {
	color:#333;
}
a:hover {
	text-decoration:none;
	color:#000;
}
#randombgd {
	position:absolute;
	top:0;
	left:0;
	width:2048px;
	height:1024px;
	overflow:hidden;
	z-index:1;
}
#header {
	position:relative;
	width:896px;
	height:64px;
	margin:2% auto 0;
}

#header * {
	margin:0;
}
#main {
	position:relative;
	width:896px;
	margin:0 auto;	
	height:512px;
}
#left-row {
	float:left;
	width:128px;	
	height:512px;
	padding-top:16px;
}
.menu {
	display:block;
	position:relative;
	height:14px;
	width:124px;
	color:#fff;
	padding:1px 2px;
	text-decoration:none;
	text-align:right;
}
a#homemenu { background:#e5391d; }
a#fatmamenu { background:#c5c500; }
a#undeuxmenu { background:#7d3b8c; }
a#gertrudemenu { background:#46bcc4; }

a.menu:hover {
	color:#fff;
}
#square {
	position:relative;
	float:left;
	width:768px;	
	height:512px;
}

.insquare {
	position:absolute;
	top:0;
	left:0;
	width:768px;
	height:512px;
	background-repeat:no-repeat;
}
.square {
	float:left;
	width:64px;
	height:64px; 
}
.square p {
	position:relative;
	margin:auto;
	overflow:hidden;
	text-align:center;
	color:#fff;
	font-family: 'BPreplay', Arial, sans-serif;
	font-size:58px;
	font-weight:bold;	
}
.minisquare {
	float:left;
	width:32px;
	height:32px; 
}
.minisquare p {
	position:relative;
	margin:auto;
	overflow:hidden;
	text-align:center;
	color:#fff;
	font-family: 'BPreplay', Arial, sans-serif;
	font-size:30px;
	font-weight:bold;
}
b {
	font-family: 'BPreplay', Arial, sans-serif;
}
.cartouche {
	position:absolute;
	padding:4px;
}
hr {
	border-top:1px solid #fff;
	border-right:4px solid #fff;
	border-bottom:1px solid #333;
	border-left:5px solid #fff;
}

#homecontent .cartouche { background:#e5391d; color:#fff; }
#fatmacontent .cartouche { background:#c5c500; color:#fff; }
#undeuxcontent .cartouche { background:#7d3b8c; color:#fff; }
#gertrudecontent .cartouche { background:#46bcc4; color:#333; }
#homecontent .cartouche b { color:#333; }
#fatmacontent .cartouche b { color:#333; }
#undeuxcontent .cartouche b { color:#000; }
#gertrudecontent .cartouche b { color:#000; }

.legende {
	background:#fff;
	padding:0 4px;
	position:absolute;
	font-size:10px;
	bottom:0;
	right:256px;
}
